We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf9d71 commit e9d2557Copy full SHA for e9d2557
Makefile
@@ -183,7 +183,7 @@ distcheck: dist
183
test `grep 'set(SO_' CMakeLists.txt |cut -d' ' -f2 | tr -d ')' | tr '\n' '.'` = $(MAJOR).$(MINOR).$(PATCH). || exit 1
184
tar xzf utf8proc-$(VERSION).tar.gz
185
make -C utf8proc-$(VERSION) check
186
- rm utf8proc-$(VERSION).tar.gz
+ rm -rf utf8proc-$(VERSION)
187
188
check: test/normtest data/NormalizationTest.txt data/Lowercase.txt data/Uppercase.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/case test/iscase test/custom test/charwidth test/misc test/valid test/iterate bench/bench.c bench/util.c bench/util.h utf8proc.o
189
$(MAKE) -C bench
0 commit comments