summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-04 20:46:34 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-04 20:46:34 +0100
commitf715a33bf7ec153bb6bb2b3fa1e9e38415b67352 (patch)
tree5891f94e749c4422c5ab47e9de77c460cbba5b2e /Makefile.am
parentc85f1cb0bff11f52e821e54974e06a04f932106f (diff)
Add window manager as test if possible
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 71a9c850..f796278c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -202,6 +202,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 216 $(top_srcdir)/test/run_glob_test.sh $(top_builddir)
echo "Test config dump"
$(top_srcdir)/test/run_test.sh 217 $(top_srcdir)/test/xr_config_test.sh $(top_builddir) $(top_srcdir)
+ echo "Test window"
+ $(top_srcdir)/test/run_test.sh 217 $(top_srcdir)/test/run_window_test.sh $(top_builddir) $(top_srcdir)
echo "End tests"