mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
ENH: Improve 'testing' test to actually test
The 'testing' CMake test builds a project that uses add_test. This strengthens the test to actually run CTest on the project build tree after building it.
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
# Add test
|
||||
#
|
||||
ADD_EXECUTABLE(testing2 testing2.cxx)
|
||||
ADD_TEST(testing2 ${Testing_BINARY_DIR}/bin/testing2)
|
||||
ADD_TEST(testing.2 ${Testing_BINARY_DIR}/bin/testing2)
|
||||
|
||||
Reference in New Issue
Block a user