summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-02 09:46:13 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-02 09:46:13 +0100
commitf6c8ba975525a1fdd8a649c24458b091e817f280 (patch)
treea90bf3b5ad27cd8cf52940d9b840a4653887ac92 /Makefile.am
parentb0bafb0d12ad04acdc7d812edfcf160979cce83d (diff)
Add test for recent bug.
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 95881f2b..2e43fb4f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -182,6 +182,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 206 $(top_srcdir)/test/run_issue_256.sh $(top_builddir)
echo "Issue 275"
$(top_srcdir)/test/run_test.sh 207 $(top_srcdir)/test/run_issue_275.sh $(top_builddir)
+ echo "Crash empty list"
+ $(top_srcdir)/test/run_test.sh 208 $(top_srcdir)/test/run_dmenu_empty.sh $(top_builddir)
echo "End tests"