Date: Thursday, December 22, 2005 @ 18:46:26
  Author: marc
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.16 -> 1.17)

now taking into accounts all tests using globbing: [0-9][0-9]-*/Test*.cpp 


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


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.16 carob/test/GNUmakefile:1.17
--- carob/test/GNUmakefile:1.16 Fri Dec 16 22:24:28 2005
+++ carob/test/GNUmakefile      Thu Dec 22 18:46:26 2005
@@ -55,7 +55,7 @@
 
 testslist:
        { printf "# To update me, delete me.\nTESTSRCS = \\\\\n" ; for i in \
-       *cpp 01-Unit/Test*.cpp 30-ResultSet/Test*.cpp    ; \
+       *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