summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-30 21:08:27 -0600
committerKarl Williamson <khw@cpan.org>2022-06-06 09:46:15 -0600
commit4f543aad70244227c131116b06122aa9dccd40b7 (patch)
tree1fc08dcff4497e931018f1902839b577713fe7a3 /Makefile.SH
parentf16941886ca0b9c46705528dfb11746c84463293 (diff)
downloadperl-4f543aad70244227c131116b06122aa9dccd40b7.tar.gz
Add official Unicode normalization tests
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-xMakefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 1453a49e8c..56be38553c 100755
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -1111,7 +1111,7 @@ $(CONFIGPOD): config.sh $(MINIPERL_EXE) configpm Porting/Glossary lib/Config_git
unidatafiles $(unidatafiles) pod/perluniprops.pod: uni.data
uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext)
- $(MINIPERL) lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p
+ $(MINIPERL) lib/unicore/mktables -C lib/unicore -P pod -maketest -makenormtest -makelist -p
# Commented out so always runs, mktables looks at far more files than we
# can in this makefile to decide if needs to run or not
# touch uni.data