summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2011-03-04 04:35:33 +0100
committerJINMEI Tatuya <jinmei@isc.org>2011-03-04 04:35:33 +0100
commit8be2bf19228473f5d54f5015e893b44791a5c0c2 (patch)
treef94ff9ee805f4b7ca538e33b71cc8f50681b953a /Makefile.am
parent[trac606] make cleanall.sh not dependent on conf.sh so that it will work in '... (diff)
downloadkea-8be2bf19228473f5d54f5015e893b44791a5c0c2.tar.xz
kea-8be2bf19228473f5d54f5015e893b44791a5c0c2.zip
[trac606] added/updated some Makefile.am's so that the tests can be run via make.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9a28f200f0..e2203dba4d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = doc src
+SUBDIRS = doc src tests
USE_LCOV=@USE_LCOV@
LCOV=@LCOV@
GENHTML=@GENHTML@
@@ -77,6 +77,11 @@ cppcheck:
--template '{file}:{line}: check_fail: {message} ({severity},{id})' \
src
+# system tests
+systest:
+ cd tests/system; \
+ sh runall.sh
+
#### include external sources in the distributed tarball:
EXTRA_DIST = ext/asio/README
EXTRA_DIST += ext/asio/asio/local/stream_protocol.hpp