diff options
author | deva <deva> | 2008-10-29 10:02:00 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-29 10:02:00 +0000 |
commit | aa8483b30a4e824ede7f10e03fdd41d2f28c9947 (patch) | |
tree | d858f28e8a88e4305dc71e56179f826d15199d60 /server/src/Makefile.am | |
parent | e93751bfd25d70ef3d59b18204f59d6e6be5a911 (diff) |
Initial work on format tools
Diffstat (limited to 'server/src/Makefile.am')
-rw-r--r-- | server/src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |