mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
unit_tests: set default data dir to the source tree at build time
This commit is contained in:
parent
52f6b33890
commit
b88c9a003e
2 changed files with 5 additions and 8 deletions
|
@ -103,6 +103,8 @@ if (NOT MSVC)
|
|||
COMPILE_FLAGS " -Wno-undef -Wno-sign-compare")
|
||||
endif ()
|
||||
|
||||
SET_PROPERTY(SOURCE main.cpp PROPERTY COMPILE_FLAGS -DDEFAULT_DATA_DIR="\\"${CMAKE_SOURCE_DIR}/tests/data\\"")
|
||||
|
||||
SET_PROPERTY(SOURCE memwipe.cpp PROPERTY COMPILE_FLAGS -Ofast)
|
||||
|
||||
add_test(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue