aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index 5956c7055..678cf4b09 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -122,7 +122,7 @@ int main(int argc, char* argv[])
if(opts.is_set("validate") || opts.is_set("test"))
{
- run_test_suite(rng);
+ return run_test_suite(rng);
}
if(opts.is_set("bench-algo") ||
opts.is_set("benchmark") ||