Add the daemon test to test-x make target

This commit is contained in:
Dave Davenport 2015-12-31 22:26:26 +01:00
parent 7364e9abf9
commit 50ad99f550

View file

@ -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"