mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ENH: provide a test for today's ReadListFile() bug fix
This commit is contained in:
@@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
|
||||
# Force subdirs
|
||||
# (coverage)
|
||||
#
|
||||
SUBDIRS(Sub)
|
||||
SUBDIRS(Sub/Sub2)
|
||||
|
||||
5
Tests/Testing/Sub/Sub2/CMakeLists.txt
Normal file
5
Tests/Testing/Sub/Sub2/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# Add test
|
||||
#
|
||||
ADD_EXECUTABLE(testing2 testing2.cxx)
|
||||
ADD_TEST(testing2 ${Testing_BINARY_DIR}/bin/testing2)
|
||||
4
Tests/Testing/Sub/Sub2/testing2.cxx
Normal file
4
Tests/Testing/Sub/Sub2/testing2.cxx
Normal file
@@ -0,0 +1,4 @@
|
||||
int main ()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user