mirror of
https://github.com/monero-project/monero.git
synced 2024-12-13 20:06:32 +02:00
Merge pull request #4640
11415128
unit_tests: fix notify test when run from make *test (moneromooo-monero)
This commit is contained in:
commit
af7caf78a1
@ -123,7 +123,7 @@ SET_PROPERTY(SOURCE memwipe.cpp PROPERTY COMPILE_FLAGS -Ofast)
|
|||||||
|
|
||||||
add_test(
|
add_test(
|
||||||
NAME unit_tests
|
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)
|
add_executable(test_notifier test_notifier.cpp)
|
||||||
target_link_libraries(test_notifier ${EXTRA_LIBRARIES})
|
target_link_libraries(test_notifier ${EXTRA_LIBRARIES})
|
||||||
|
Loading…
Reference in New Issue
Block a user