mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
test: Move 'test/legacy' to 'test/functional'
Busted can only discover tests from a single directory. In order to allow tests under 'legacy' to run as a functional test, it needed to be moved to 'test/functional'.
This commit is contained in:
parent
1f622d63bc
commit
549fc9548d
@ -7,7 +7,7 @@ endif()
|
||||
if(TEST_TYPE STREQUAL "functional")
|
||||
execute_process(
|
||||
COMMAND python ${BUSTED_PRG} ${BUSTED_REAL_PRG} -v -o
|
||||
${BUSTED_OUTPUT_TYPE} --lpath=${BUILD_DIR}/?.lua ${TEST_DIR}/legacy
|
||||
${BUSTED_OUTPUT_TYPE} --lpath=${BUILD_DIR}/?.lua ${TEST_DIR}/functional
|
||||
WORKING_DIRECTORY ${WORKING_DIR}
|
||||
RESULT_VARIABLE res)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user