summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-03 09:01:13 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-03 09:01:13 +0100
commitb557c4df6e51cf0dafa922b386470f2b3bb82c31 (patch)
treea1eb9733bbfaaceee079c78e051998080b348ad3 /Makefile.am
parentfb4c0c085e21b8ed7f5d62937be2d48868597c1e (diff)
Issue: #333, Check if row is selected, don't assume selected_line is valid.
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 63798985..6f18190b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -222,6 +222,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 217 $(top_srcdir)/test/run_fuzzy_test.sh $(top_builddir)
echo "Test config dump"
$(top_srcdir)/test/run_test.sh 218 $(top_srcdir)/test/xr_config_test.sh $(top_builddir) $(top_srcdir)
+ echo "Test issue 333"
+ $(top_srcdir)/test/run_test.sh 221 $(top_srcdir)/test/run_ssue_333.sh $(top_builddir)
test-x1: ${bin_PROGRAMS}
echo "Test dmenu-normal-window"