Date: Monday, May 7, 2007 @ 14:26:18
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.49 -> 1.50)

For TESTSRCS, replaced clumsy shell wildcard by make wildcard


-------------+
 GNUmakefile |    9 +--------
 1 files changed, 1 insertion(+), 8 deletions(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.49 carob/test/GNUmakefile:1.50
--- carob/test/GNUmakefile:1.49 Thu May  3 15:29:59 2007
+++ carob/test/GNUmakefile      Mon May  7 14:26:18 2007
@@ -47,10 +47,8 @@
 LIB_CPPUNIT             = cppunit
 LIB_CPPUNIT_QTUI        = qttestrunner
 
-# TESTSRCS. Please leave one blank line after include
-include testslist
-
 
+TESTSRCS := CarobTestLauncher.cpp ConnectionSetup.cpp $(wildcard 
[0-9][0-9]-*/Test*.cpp)
 TESTOBJS = ${TESTSRCS:%.cpp=%.o}
 
 # mandatory CPPFLAGS
@@ -86,13 +84,8 @@
 clean: clean-check
        ${RM} ${TESTOBJS} CarobTestLauncher.o ${EXE} static
 
-testslist:
-       { printf "# To update me, delete me.\nTESTSRCS = \\\\\n" ; for i in \
-       CarobTestLauncher.cpp ConnectionSetup.cpp [0-9][0-9]-*/Test*.cpp     ; \
-       do printf "$$i \\\\\n"; done ; } > $@
 
 distclean: clean
-       ${RM} testslist
 
 
    ########## CHECKS ##############"

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to