From 0cdcf13aec7fd5892dc764824c8876ad4e8f6864 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 24 Apr 2009 09:23:16 +0000 Subject: Added test for journal writer. --- server/src/Makefile.am | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'server') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 78c2fce..a1920fe 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -63,7 +63,6 @@ EXTRA_DIST = \ xml_encode_decode.h TESTFILES = \ - test_formattools \ test_queryhandlerpentominos \ test_queryhandlerpracro \ test_queryparser \ @@ -73,7 +72,7 @@ TESTFILES = \ test_database \ test_macroparser \ test_xml_encode_decode \ - test_mltokenizer + test_journal_commit TESTLOGS = `for F in ${TESTFILES}; do echo $$F.log; done` @@ -84,12 +83,6 @@ test: $(TESTFILES) test_clean: rm -f $(TESTFILES) -test_mltokenizer: mltokenizer.cc - @../../tools/test mltokenizer.cc - -test_formattools: formattools.cc luaformatmapper.cc luaformatmapperutils.cc mltokenizer.cc - @../../tools/test formattools.cc luaformatmapper.cc mltokenizer.cc luaformatmapperutils.cc exception.cc log.cc $(LUA_LIBS) - test_queryhandlerpentominos: queryhandlerpentominos.cc @../../tools/test queryhandlerpentominos.cc tcpsocket.cc exception.cc log.cc @@ -119,4 +112,7 @@ test_database: database.cc test_xml_encode_decode: xml_encode_decode.cc @../../tools/test xml_encode_decode.cc +test_journal_commit: journal_commit.cc + @../../tools/test journal_commit.cc debug.cc -I.. + CLEANFILES = $(TESTFILES) $(TESTLOGS) *~ -- cgit v1.2.3