From: František Dvořák Date: Tue, 14 Aug 2012 21:29:18 +0000 (+0000) Subject: Updates due to the new test (new file to distribute, clean, no dependency on lb.client). X-Git-Tag: glite-lbjp-common-gss_R_3_2_4_1~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=516561860973974617bc1cd236e71bb45cc8c6d7;p=jra1mw.git Updates due to the new test (new file to distribute, clean, no dependency on lb.client). --- 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"