Updates due to the new test (new file to distribute, clean, no dependency on lb.client).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Aug 2012 21:29:18 +0000 (21:29 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Aug 2012 21:29:18 +0000 (21:29 +0000)
org.glite.lb.server/Makefile
org.glite.lb.server/test/test_query_parse.c

index e01b1f6..779d5f2 100644 (file)
@@ -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})
index 74b985a..ac4e3a7 100644 (file)
@@ -22,7 +22,6 @@ limitations under the License.
 #include <stdio.h>
 #include <assert.h>
 #include "glite/lb/context.h"
-#include "glite/lb/consumer.h"
 #include "lb_proto.h"
 #include "authz_policy.h"