aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r--src/tests/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h
index dff493f5f..87587144e 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -32,7 +32,7 @@ void test_report(const std::string& name, size_t ran, size_t failed);
#define CHECKS_DIR "src/test-data/"
-size_t run_all_tests();
+int test_main(int argc, char* argv[]);
// Tests using reader framework above
size_t test_block();