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"