diff options
author | Simon Warta <[email protected]> | 2015-07-15 00:53:07 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-15 00:53:07 +0200 |
commit | 72d5506ef690ddd56d7de78101683f17b350c8c6 (patch) | |
tree | 1f12aca668af3a89bb98a66004cc7153a8faeaef /src/tests/tests.h | |
parent | 0fa9aa8f93fb38d56925818af74605757fea5527 (diff) |
Have an outdata dir for tests
... for peaceful development
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r-- | src/tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index 37d4a6fd3..c99adf6b8 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -51,6 +51,8 @@ void test_report(const std::string& name, size_t ran, size_t failed); #define TEST_DATA_DIR_PK "src/tests/data/pubkey" #define TEST_DATA_DIR_ECC "src/tests/data/ecc" +#define TEST_OUTDATA_DIR "src/tests/outdata" + int test_main(int argc, char* argv[]); // Tests using reader framework above |