We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 072a47e + 997190a commit 0e6416dCopy full SHA for 0e6416d
storage/ndb/test/run-test/CMakeLists.txt
@@ -60,8 +60,7 @@ ADD_CUSTOM_COMMAND(OUTPUT check_testcase_files.passed
60
> ${CMAKE_CURRENT_BINARY_DIR}/check_testcase_files.output
61
COMMAND echo See output in ${CMAKE_CURRENT_BINARY_DIR}/check_testcase_files.output
62
> ${CMAKE_CURRENT_BINARY_DIR}/check_testcase_files.passed
63
- MAIN_DEPENDENCY atrt
64
- DEPENDS ${testcase_files}
+ DEPENDS atrt ${testcase_files}
65
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
66
67
ADD_CUSTOM_TARGET(check_testcase_files ALL
0 commit comments