mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 00:14:07 +08:00
Fixed WORKING_DIR path on testit target to use project root as base
This commit is contained in:
parent
3c4f0b5ada
commit
3a33cdca7d
@ -54,6 +54,6 @@ install( DIRECTORY ${HEADER_FOLDER}/ DESTINATION include/ )
|
||||
|
||||
add_custom_target( testit
|
||||
COMMAND ./testit
|
||||
WORKING_DIRECTORY ${TEST_FOLDER}
|
||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/${TEST_FOLDER}
|
||||
COMMENT "Run tests"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user