diff options
| -rw-r--r-- | server/src/Makefile.am | 12 | 
1 files changed, 4 insertions, 8 deletions
| 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) *~ | 
