aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f1451becf..8bbad670d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -129,10 +129,7 @@ int main(int argc, char* argv[])
}
if(cmd == "test")
- {
- const size_t failures = run_all_tests();
- return failures ? 1 : 0;
- }
+ return test_main(argc - 1, argv + 1);
if(cmd == "speed")
return speed_main(argc - 1, argv + 1);