summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2023-12-19 00:42:38 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2023-12-19 00:42:38 +0000
commit8b8a4d55cecbbe47b147f6d26780de59af43d21c (patch)
tree970d42c94b9b98924c1264d1d3d006459b2ab32b /module
parent010e6f49656412f75ea333ce5b3b412451aa654d (diff)
downloadiconv-master.tar.gz
iconv-master.tar.bz2
Fix testsuite now !Unicode is dynamicHEADmaster
Diffstat (limited to 'module')
-rw-r--r--module/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/module/Makefile b/module/Makefile
index 86e68d8..5921e79 100644
--- a/module/Makefile
+++ b/module/Makefile
@@ -4,4 +4,8 @@ endif
DIR_TEST_ITEMS := iconv:module.c;menu.c;wrapper.c
+ifeq ($(filter $(BUILDDIR)/unires,$(TEST_PREREQS)),)
+ TEST_PREREQS := $(TEST_PREREQS) $(BUILDDIR)/unires
+endif
+
include $(NSBUILD)/Makefile.subdir