mcel tests: Avoid test failures due to broken GB18030 converter.
[gnulib.git] / modules / mbuiter-bench-tests
blobad2d0169df694df7bf750e41552292494b40bd84
1 Files:
2 tests/bench-mbuiter.c
3 tests/bench-multibyte.h
4 tests/bench.h
6 Depends-on:
7 mbrtoc32-regular
8 mbuiter
9 setlocale
10 striconv
11 getrusage
12 gettimeofday
14 configure.ac:
16 Makefile.am:
17 noinst_PROGRAMS += bench-mbuiter
18 bench_mbuiter_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
19 bench_mbuiter_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)