unit_tests: data dir is now overridden with --data-dir

rather than a raw string without option
This commit is contained in:
moneromooo-monero
2017-10-08 21:19:05 +01:00
parent 86e9de588c
commit fe484f3049
2 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -100,4 +100,4 @@ endif ()
add_test(
NAME unit_tests
COMMAND unit_tests "${TEST_DATA_DIR}")
COMMAND unit_tests --data-dir "${TEST_DATA_DIR}")