summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-01-03 18:13:41 +0100
committerDave Davenport <qball@gmpclient.org>2016-01-03 18:13:41 +0100
commitd370a446f398f412462c3feef8a2f77453f1512a (patch)
tree79a468ea5230d93a19b27df1f42c545812aa23e5 /Makefile.am
parentbd3d472bec60babf29cc84d98a35dd7b3edd200a (diff)
Add config loading 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 f67a6fc0..71a9c850 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -200,6 +200,8 @@ test-x: ${bin_PROGRAMS}
$(top_srcdir)/test/run_test.sh 215 $(top_srcdir)/test/run_regex_test.sh $(top_builddir)
echo "Test dmenu glob"
$(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 "End tests"