diff --git a/runtime/tests/hello/hello.cpp b/runtime/tests/hello/hello.cpp index 4729c245..a8df98aa 100644 --- a/runtime/tests/hello/hello.cpp +++ b/runtime/tests/hello/hello.cpp @@ -1,5 +1,4 @@ - - +#include struct hello { int a; @@ -15,4 +14,7 @@ int main() { nameing.a = 20; int b; + printf("Passed!\n"); + + return 0; } \ No newline at end of file diff --git a/runtime/tests/vecadd/vx_pocl_main.c b/runtime/tests/vecadd/vx_pocl_main.c index 632723f1..bc1654db 100644 --- a/runtime/tests/vecadd/vx_pocl_main.c +++ b/runtime/tests/vecadd/vx_pocl_main.c @@ -216,13 +216,13 @@ int main (int argc, char **argv) { int exitcode = 0; for (i=0; i