diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / mbswidth-bench-tests
blob2f3e449e99b1002d6b06d108728a91afd8c3d0e9
1 Files:
2 tests/bench-mbswidth.c
3 tests/bench-multibyte.h
4 tests/bench.h
6 Depends-on:
7 mbrtoc32-regular
8 mbswidth
9 setlocale
10 striconv
11 getrusage
12 gettimeofday
14 configure.ac:
16 Makefile.am:
17 noinst_PROGRAMS += bench-mbswidth
18 # Note: Despite NDEBUG being set here, mbswidth.o is compiled with the
19 # global CPPFLAGS. For complete removal of assert() invocations, pass
20 # CPPFLAGS="-DNDEBUG" when configuring the package.
21 bench_mbswidth_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
22 bench_mbswidth_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)