Date: Thursday, January 25, 2007 @ 20:57:13
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.44 -> 1.45)

Fixed testslist target NOT to include dummymain.cpp and other .cpp at root


-------------+
 GNUmakefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.44 carob/test/GNUmakefile:1.45
--- carob/test/GNUmakefile:1.44 Mon Jan 22 17:27:09 2007
+++ carob/test/GNUmakefile      Thu Jan 25 20:57:13 2007
@@ -80,7 +80,7 @@
 
 testslist:
        { printf "# To update me, delete me.\nTESTSRCS = \\\\\n" ; for i in \
-       *cpp [0-9][0-9]-*/Test*.cpp     ; \
+       CarobTestLauncher.cpp ConnectionSetup.cpp [0-9][0-9]-*/Test*.cpp     ; \
        do printf "$$i \\\\\n"; done ; } > $@
 
 distclean: clean

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

Reply via email to