Have tests added with add_python_test guard after source tree immutability

This commit is contained in:
Sandro Santilli 2022-05-19 16:07:22 +02:00
parent 170b2d2e9b
commit 7722e4961f

View File

@ -77,4 +77,6 @@ macro(ADD_PYTHON_TEST TESTNAME FILENAME)
set_tests_properties(${TESTNAME} PROPERTIES TIMEOUT ${TEST_TIMEOUT})
endif()
set_tests_properties(${TESTNAME} PROPERTIES FIXTURES_REQUIRED SOURCETREE)
endmacro(ADD_PYTHON_TEST)