diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-17 21:12:11 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-17 21:13:21 +0000 |
commit | 11415128118396a8e99774f4c9cc4aafbf319c53 (patch) | |
tree | 8c289505fc725ecd3216e3f3a31134e3dcdd1e15 /tests | |
parent | Merge pull request #4610 (diff) | |
download | monero-11415128118396a8e99774f4c9cc4aafbf319c53.tar.xz |
unit_tests: fix notify test when run from make *test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index e248ed965..7687e3c52 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -123,7 +123,7 @@ SET_PROPERTY(SOURCE memwipe.cpp PROPERTY COMPILE_FLAGS -Ofast) add_test( NAME unit_tests - COMMAND unit_tests --data-dir "${TEST_DATA_DIR} --binary-dir ${CMAKE_BINARY_DIR}") + COMMAND unit_tests --data-dir "${TEST_DATA_DIR}") add_executable(test_notifier test_notifier.cpp) target_link_libraries(test_notifier ${EXTRA_LIBRARIES}) |