aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-04 13:56:21 +0000
committerlloyd <[email protected]>2014-01-04 13:56:21 +0000
commit052345203b67eb5cacacd5659ec9837eeb59af35 (patch)
tree29c70108808fe2014ddb4a8e770763a77e563faa /src/tests/tests.h
parent3a39536532df93f62d26b1f4728a213d3693f1c5 (diff)
Make test target selectable
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();