aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bullet/Demos/Benchmarks/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bullet/Demos/Benchmarks/main.cpp b/tests/bullet/Demos/Benchmarks/main.cpp
index 3c2a78d1..c92ef5e0 100644
--- a/tests/bullet/Demos/Benchmarks/main.cpp
+++ b/tests/bullet/Demos/Benchmarks/main.cpp
@@ -83,6 +83,8 @@ int main(int argc,char** argv)
printf("Results for %s: %f\n",demoNames[d],totalTime[d]*(1.f/NUM_TESTS));
}
+ printf("ok.\n");
+
#endif //USE_GRAPHICAL_BENCHMARK
return 0;
}