cleanup in progress: unittests work
authorJan Pospíšil <honik@ntc.zcu.cz>
Sat, 9 Jun 2007 08:50:39 +0000 (08:50 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sat, 9 Jun 2007 08:50:39 +0000 (08:50 +0000)
org.glite.lb.common/Makefile
org.glite.lb.common/test/parse.cpp.T

index 04f94fe..1278ba7 100644 (file)
@@ -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
index 4cd50ac..e863a70 100644 (file)
@@ -4,7 +4,6 @@
 #include <cppunit/TestFixture.h>
 
 
-#include <glite/lb/producer.h>
 #include "events_parse.h"
 
 class EventParseTest: public  CppUnit::TestFixture