summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-04 21:51:08 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-04 21:51:08 +0100
commit200f8e5faae0b56b52294ccff15560a13a42f582 (patch)
tree6f327e8df7a8e44cc69cc5bffad71f7f45048942 /Makefile.am
parentfefd992c11313732de59cca1a8178474954804d8 (diff)
Do not test the ones that require window manager.
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 e82b6fcd..bdbd6c34 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -204,6 +204,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)
+
+test-x1: ${bin_PROGRAMS}
echo "Test dmenu-normal-window"
$(top_srcdir)/test/run_test.sh 219 $(top_srcdir)/test/run_dmenu_normal_window_test.sh $(top_builddir)
echo "Test window"