From aa8483b30a4e824ede7f10e03fdd41d2f28c9947 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 29 Oct 2008 10:02:00 +0000 Subject: Initial work on format tools --- server/src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/src/Makefile.am') diff --git a/server/src/Makefile.am b/server/src/Makefile.am index 5e75b32..378c9bd 100644 --- a/server/src/Makefile.am +++ b/server/src/Makefile.am @@ -12,6 +12,7 @@ pracrod_SOURCES = \ configuration.cc \ configurationparser.cc \ exception.cc \ + formattools.cc \ queryhandler.cc \ queryparser.cc \ journal_commit.cc \ @@ -34,6 +35,7 @@ EXTRA_DIST = \ database.h \ debug.h \ exception.h \ + formattools.h \ queryhandler.h \ queryparser.h \ journal_commit.h \ @@ -50,6 +52,7 @@ EXTRA_DIST = \ xml_encode_decode.h TESTFILES = \ + test_formattools \ test_queryhandler \ test_queryparser \ test_luaquerymapper \ @@ -68,6 +71,9 @@ test: $(TESTFILES) test_clean: rm -f $(TESTFILES) +test_formattools: formattools.cc + @../../tools/test formattools.cc + test_queryhandler: queryhandler.cc @../../tools/test queryhandler.cc tcpsocket.cc exception.cc log.cc -- cgit v1.2.3