summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-19 13:12:55 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-19 13:12:55 +0200
commita78d0b53fc87ed14854d72638e35c9e7a2a2a6fc (patch)
tree7f83a8fcc5c25faa4298e1e60c0654541406a3c5 /Makefile.am
parenta7cfc755929bd6c0851c8087177ee3af88cb90d1 (diff)
Add help output compare 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 1777bb21..05bd7884 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -314,6 +314,8 @@ test-x: $(bin_PROGRAMS) textbox_test
$(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_issue333_test.sh $(top_builddir)
+ echo "Test help output"
+ $(top_srcdir)/test/run_test.sh 212 $(top_srcdir)/test/help_output_test.sh $(top_builddir) $(top_srcdir)
test-x1: $(bin_PROGRAMS)
echo "Test dmenu-normal-window"