Skip to content

Commit

Permalink
Merge pull request monero-project#4640
Browse files Browse the repository at this point in the history
1141512 unit_tests: fix notify test when run from make *test (moneromooo-monero)
  • Loading branch information
fluffypony committed Oct 23, 2018
2 parents bf38d75 + 1141512 commit af7caf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit af7caf7

Please sign in to comment.