summaryrefslogtreecommitdiff
path: root/test
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 /test
parent010e6f49656412f75ea333ce5b3b412451aa654d (diff)
downloadiconv-master.tar.gz
iconv-master.tar.bz2
Fix testsuite now !Unicode is dynamicHEADmaster
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index c5d298f..19e2924 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,8 @@
# Tests
DIR_TEST_ITEMS := iconv:iconv.c nullable:nullable.c translit:translit.c
+ifeq ($(filter $(BUILDDIR)/unires,$(TEST_PREREQS)),)
+ TEST_PREREQS := $(TEST_PREREQS) $(BUILDDIR)/unires
+endif
+
include $(NSBUILD)/Makefile.subdir