From 516561860973974617bc1cd236e71bb45cc8c6d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 14 Aug 2012 21:29:18 +0000 Subject: [PATCH] Updates due to the new test (new file to distribute, clean, no dependency on lb.client). --- org.glite.lb.server/Makefile | 4 ++-- org.glite.lb.server/test/test_query_parse.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index e01b1f6..779d5f2 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -32,7 +32,7 @@ SOURCES=\ interface/*.h \ src/*.c src/*.cpp src/*.h src/*.c.T src/*.l src/*.y src/*.sh src/ws_typemap.dat \ project/.post* project/.pre* \ - test/*.cpp test/*.cpp.T test/*.sh test/oneJob.qry \ + test/*.cpp test/*.cpp.T test/*.sh test/oneJob.qry test/*.c \ LICENSE Makefile SOURCES_EXEC=config/startup src/*.sh test/*.sh @@ -299,7 +299,7 @@ endif EXAMPLES= -TESTS=test_coverage test_xml test_query_events test_soap_conv +TESTS=test_coverage test_xml test_query_events test_soap_conv test_query_parse SCRIPTS=startup glite-lb-server-purge.cron glite-lb-proxy-purge.cron glite-lb-notif-keeper.cron SCRIPTS_SRC=$(addprefix ${top_srcdir}/config/,${SCRIPTS}) diff --git a/org.glite.lb.server/test/test_query_parse.c b/org.glite.lb.server/test/test_query_parse.c index 74b985a..ac4e3a7 100644 --- a/org.glite.lb.server/test/test_query_parse.c +++ b/org.glite.lb.server/test/test_query_parse.c @@ -22,7 +22,6 @@ limitations under the License. #include #include #include "glite/lb/context.h" -#include "glite/lb/consumer.h" #include "lb_proto.h" #include "authz_policy.h" -- 1.8.2.3