summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-04-16 11:44:55 +0200
committerJean Delvare <jdelvare@suse.de>2014-04-16 11:44:55 +0200
commit293c4ddbf61f69a5cfb3a71f89cb3e48d3ccda7e (patch)
treeba1fb926cacdfe4f541117d6742fc6435473cd27 /Makefile.in
parent6c8254913549bea07fe62124324a68af773188f8 (diff)
downloadquilt-293c4ddbf61f69a5cfb3a71f89cb3e48d3ccda7e.tar.gz
Re-enable patch-wrapper test
The patch-wrapper test was unconditionally disabled by commit 97200435 ("Only run test/patch-wrapper.test if the --with-patch-wrapper config option is used.") Re-enable this test when the --with-patch-wrapper config option is actually used.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index fe709e5..7634761 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -122,6 +122,9 @@ NON_EXEC_IN := doc/quilt.1 doc/README quilt/scripts/patchfns quilt/scripts/utilf
GIT_DESC := $(shell ./git-desc | sed -e 's:^v::')
TESTS := $(filter-out test/patch-wrapper.test,$(wildcard test/*.test))
+ifneq ($(PATCH_WRAPPER),)
+TESTS += test/patch-wrapper.test
+endif
DIRT += test/.depend $(wildcard test/.*.ok)
# Settings for running the uninstalled version of quilt in the source tree: