mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Properly mark tests_dir as a dependency of test_prep
Allows for running a subset of tests immediately after build system config.
This commit is contained in:
parent
1f854ec284
commit
97c4794424
@ -62,7 +62,7 @@ ADD_CUSTOM_TARGET(test_prep
|
||||
COMMAND ${CMAKE_COMMAND} -E remove_directory ${TEST_DIR}/temp
|
||||
COMMAND ${CMAKE_COMMAND} -E make_directory
|
||||
${TEST_DIR}/data ${TEST_DIR}/home ${TEST_DIR}/temp
|
||||
DEPENDS tests_buildroot_target
|
||||
DEPENDS tests_buildroot_target tests_dir
|
||||
USES_TERMINAL)
|
||||
|
||||
# Define our individual tests.
|
||||
|
Loading…
x
Reference in New Issue
Block a user