summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-31 21:55:15 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-31 21:55:15 +0100
commit745f9f3c6228a0ad160dd9ef61300006e12f35f2 (patch)
tree9fb652aad869a467e276aa5d7309d78b25081bd6 /Makefile.am
parentde96149bed50084c14c4665f1bbb4a5d97d9e547 (diff)
Add screenshot test
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 b52052c9..1b5f582f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -186,6 +186,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 208 $(top_srcdir)/test/run_dmenu_empty.sh $(top_builddir)
echo "Test multiple select"
$(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 "End tests"