diff options
author | Simon Warta <[email protected]> | 2015-07-15 00:38:32 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-15 00:43:00 +0200 |
commit | 0fa9aa8f93fb38d56925818af74605757fea5527 (patch) | |
tree | 30fb0cc3d212d4476db5c48427fe1274e02215c1 /src/tests/test_block.cpp | |
parent | d6ee37b106ffdb4d5c07d9f58ae1845b98125afe (diff) |
Fix TEST_DATA_DIR
Diffstat (limited to 'src/tests/test_block.cpp')
-rw-r--r-- | src/tests/test_block.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_block.cpp b/src/tests/test_block.cpp index 50801cf21..509cf1c0c 100644 --- a/src/tests/test_block.cpp +++ b/src/tests/test_block.cpp @@ -81,5 +81,5 @@ size_t test_block() }); }; - return run_tests_in_dir(TEST_DATA_DIR "block", test_bc); + return run_tests_in_dir(TEST_DATA_DIR "/block", test_bc); } |