File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,8 @@ test/printproperty: test/printproperty.c utf8proc.o utf8proc.h test/tests.h
105
105
test/charwidth : test/charwidth.c utf8proc.o utf8proc.h test/tests.h
106
106
$(cc ) test/charwidth.c utf8proc.o -o $@
107
107
108
- check : test/normtest data/NormalizationTest.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/charwidth
108
+ check : test/normtest data/NormalizationTest.txt test/graphemetest data/GraphemeBreakTest.txt test/printproperty test/charwidth bench/bench.c bench/util.c bench/util.h utf8proc.o
109
+ $(MAKE ) -C bench
109
110
test/normtest data/NormalizationTest.txt
110
111
test/graphemetest data/GraphemeBreakTest.txt
111
112
test/charwidth
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CFLAGS = -O2 -std=c99 -pedantic -Wall
5
5
6
6
all : bench
7
7
8
- LIBUTF8PROC = ../libutf8proc.a
8
+ LIBUTF8PROC = ../utf8proc.o
9
9
10
10
bench : bench.o util.o $(LIBUTF8PROC )
11
11
$(CC ) $(CFLAGS ) $(LDFLAGS ) -o $@ bench.o util.o $(LIBUTF8PROC )
You can’t perform that action at this time.
0 commit comments