Date: Monday, February 12, 2007 @ 18:48:47
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: GNUmakefile (1.45 -> 1.46)

Added convenience all and test targets


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


Index: carob/test/GNUmakefile
diff -u carob/test/GNUmakefile:1.45 carob/test/GNUmakefile:1.46
--- carob/test/GNUmakefile:1.45 Thu Jan 25 20:57:13 2007
+++ carob/test/GNUmakefile      Mon Feb 12 18:48:47 2007
@@ -63,6 +63,8 @@
 # see 20-Write/TestExecWriteRequest.cpp
 #CXXFLAGS                += -DCAROB_TEST_USE_MYSQL
 
+all: test
+test: ${EXE}
 # Cannot use LDLIBS here since it is already used to build libcarob.so
 ${EXE}: ${TESTOBJS} CarobTestLauncher.o ${LIB_CAROB_SO}
        ${CXX} ${CXXFLAGS} $^ ${LDFLAGS} ${TEST_LDFLAGS} -lcppunit 
${CLIENT_LDLIBS} -o $@

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

Reply via email to