Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b7177cec
Commit
b7177cec
authored
Feb 25, 2002
by
Sebastien Barre
Browse files
ENH: provide a test for today's ReadListFile() bug fix
parent
2649962d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Tests/Testing/CMakeLists.txt
View file @
b7177cec
...
...
@@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
# Force subdirs
# (coverage)
#
SUBDIRS
(
Sub
)
SUBDIRS
(
Sub
/Sub2
)
Tests/Testing/Sub/CMakeLists.txt
deleted
100644 → 0
View file @
2649962d
Tests/Testing/Sub/Sub2/CMakeLists.txt
0 → 100644
View file @
b7177cec
#
# Add test
#
ADD_EXECUTABLE
(
testing2 testing2.cxx
)
ADD_TEST
(
testing2
${
Testing_BINARY_DIR
}
/bin/testing2
)
Tests/Testing/Sub/Sub2/testing2.cxx
0 → 100644
View file @
b7177cec
int
main
()
{
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment