summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-31 22:26:26 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-31 22:26:26 +0100
commit50ad99f550362196ade4bbb9537a35b88d97932b (patch)
treed283c07e121e2174cb3d0763544321cf07fb7bff /Makefile.am
parent7364e9abf9cef2492a83406afa3c57ab1f7ab624 (diff)
Add the daemon test to test-x make target
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b5f582f..037b0058 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -188,6 +188,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 209 $(top_srcdir)/test/run_dmenu_issue_292.sh $(top_builddir)
echo "Test screenshot"
$(top_srcdir)/test/run_test.sh 210 $(top_srcdir)/test/run_screenshot_test.sh $(top_builddir)
+ echo "Test damon"
+ $(top_srcdir)/test/run_test.sh 211 $(top_srcdir)/test/run_daemon_test.sh $(top_builddir)
echo "End tests"