From: Jan Pospíšil Date: Sat, 9 Jun 2007 08:50:39 +0000 (+0000) Subject: cleanup in progress: unittests work X-Git-Tag: glite-yaim-lb_R_3_1_1-1~39 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7198b3b80455a863858b95c98065bc84cd8ad56b;p=jra1mw.git cleanup in progress: unittests work --- diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 04f94fe..1278ba7 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -181,7 +181,7 @@ stage: compile check: compile mkreports check.parse check.il mkreports: - -mkdir ${REPORTS} + -mkdir -p ${REPORTS} check.parse: test_parse ./test_parse ${REPORTS}/parse.xml diff --git a/org.glite.lb.common/test/parse.cpp.T b/org.glite.lb.common/test/parse.cpp.T index 4cd50ac..e863a70 100644 --- a/org.glite.lb.common/test/parse.cpp.T +++ b/org.glite.lb.common/test/parse.cpp.T @@ -4,7 +4,6 @@ #include -#include #include "events_parse.h" class EventParseTest: public CppUnit::TestFixture