Skip to content
Snippets Groups Projects
Commit d68a2d73 authored by Oliver Bock's avatar Oliver Bock
Browse files

Added some status output for platforms without validation feature

parent 17529e19
No related branches found
No related tags found
No related merge requests found
......@@ -982,5 +982,10 @@ int main (int argc, char * const argv[]) {
clReleaseCommandQueue(queue);
test_finish();
#ifndef __APPLE___
printf("Test finished (validation only available on Mac OS X)! Total number of errors: %d\n", total_errors);
#endif
return total_errors;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment