summaryrefslogtreecommitdiff
path: root/common/tests/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-23 14:53:53 +0200
committerStef Walter <stef@thewalter.net>2013-07-23 23:06:27 +0200
commitb7cc29a78c3c705374ff25223fe14749ddb076b9 (patch)
tree4d9ec4586d19ed2230f4bdbb2a2e1887f7b254a4 /common/tests/Makefile.am
parent4d04cfdf2ac078cc4a95ff9a145f0045e074470b (diff)
Use simple serial automake test harness
* Add a testing sanity check to see if we're catching errors * Fix a few other testing issues
Diffstat (limited to 'common/tests/Makefile.am')
-rw-r--r--common/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/tests/Makefile.am b/common/tests/Makefile.am
index b1a42bd..af4dc15 100644
--- a/common/tests/Makefile.am
+++ b/common/tests/Makefile.am
@@ -15,6 +15,7 @@ LDADD = \
$(NULL)
CHECK_PROGS = \
+ test-tests \
test-compat \
test-hash \
test-dict \