ENH: provide a test for today's ReadListFile() bug fix

This commit is contained in:
Sebastien Barre 2002-02-25 15:22:39 -05:00
parent 2649962d65
commit b7177cec30
4 changed files with 10 additions and 1 deletions

View File

@ -67,4 +67,4 @@ ADD_TEST(testing ${Testing_BINARY_DIR}/bin/testing)
# Force subdirs
# (coverage)
#
SUBDIRS(Sub)
SUBDIRS(Sub/Sub2)

View File

@ -0,0 +1,5 @@
#
# Add test
#
ADD_EXECUTABLE(testing2 testing2.cxx)
ADD_TEST(testing2 ${Testing_BINARY_DIR}/bin/testing2)

View File

@ -0,0 +1,4 @@
int main ()
{
return 0;
}