%.o: %.c
${COMPILE} ${CFLAGS} -c $<
-il_int_test.o il_string_test.o il_test.o il_msg_test.o parse.o: %.o: %.cpp
+il_int_test.o il_string_test.o il_test.o il_msg_test.o parse.o: %.o: %.cpp test_main.cpp
${CXX} -c ${CFLAGS} ${TEST_INC} $<
%.thr.o: %.c
int main (int argc,const char *argv[])
{
+ edg_wll_initConnections();
+
CppUnit::Test *suite = CppUnit::TestFactoryRegistry::getRegistry().makeTest();
assert(argc == 2);
xout.write();
tout.write();
+ // for leak hunting
edg_wll_poolFree();
return result.wasSuccessful() ? 0 : 1 ;