mirror of
https://github.com/reactos/CMake.git
synced 2024-11-26 04:50:24 +00:00
Merge topic 'fix-4564-make-test-alias'
816c9d1
CTest: Add alias for make test target (#4564)
This commit is contained in:
commit
15ff343d23
@ -84,4 +84,12 @@ IF(NOT _CTEST_TARGETS_ADDED)
|
||||
ENDFOREACH(testtype)
|
||||
ENDFOREACH(mode)
|
||||
ENDIF("${CMAKE_GENERATOR}" MATCHES Make)
|
||||
|
||||
# If requested, add an alias that is the equivalent of the built-in "test"
|
||||
# or "RUN_TESTS" target:
|
||||
IF(CTEST_TEST_TARGET_ALIAS)
|
||||
ADD_CUSTOM_TARGET(${CTEST_TEST_TARGET_ALIAS}
|
||||
${CMAKE_CTEST_COMMAND} ${__conf_types}
|
||||
)
|
||||
ENDIF()
|
||||
ENDIF(NOT _CTEST_TARGETS_ADDED)
|
||||
|
Loading…
Reference in New Issue
Block a user