From 7198b3b80455a863858b95c98065bc84cd8ad56b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Sat, 9 Jun 2007 08:50:39 +0000 Subject: [PATCH] cleanup in progress: unittests work --- org.glite.lb.common/Makefile | 2 +- org.glite.lb.common/test/parse.cpp.T | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -- 1.8.2.3