Date: Friday, December 16, 2005 @ 14:32:19
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.11 -> 1.12)

cosmetic enhancements to testslist target


-------------+
 GNUmakefile |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.11 carob/test/GNUmakefile:1.12
--- carob/test/GNUmakefile:1.11 Tue Dec 13 10:42:44 2005
+++ carob/test/GNUmakefile      Fri Dec 16 14:32:19 2005
@@ -32,9 +32,11 @@
 
 LIB_CPPUNIT                    = cppunit
 LIB_CPPUNIT_QTUI       = qttestrunner
-# TESTSRCS
+
+# TESTSRCS. Please leave one blank line after include
 include testslist
 
+
 TESTOBJS = ${TESTSRCS:%.cpp=%.o}
 
 # for GCC
@@ -52,7 +54,7 @@
        ${RM} ${TESTOBJS} CarobTestLauncher.o ${EXE}
 
 testslist:
-       { printf "TESTSRCS = " ; for i in Test*cpp; do printf "$$i "; done ; } 
> $@
+       { printf "# To update me, delete me.\nTESTSRCS = \\\\\n" ; for i in 
Test*cpp ; do printf "$$i \\\\\n"; done ; } > $@
 
 distclean: clean
        ${RM} testslist

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

Reply via email to