mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
d60036ddca
* modules/mbiter-bench-tests, modules/mbiterf-bench-tests: * modules/mbswidth-bench-tests, modules/mbuiter-bench-tests: * modules/mbuiterf-bench-tests, modules/mcel-bench-tests: (Depends-on): Add streq. * tests/bench-mbiter.c, tests/bench-mbiterf.c, tests/bench-mbswidth.c: * tests/bench-mbuiter.c, tests/bench-mbuiterf.c, tests/bench-mcel.c: If GNULIB_WCHAR_SINGLE_LOCALE, don’t call setlocale with different locales.
25 lines
386 B
Plaintext
25 lines
386 B
Plaintext
Files:
|
|
tests/bench-mcel.c
|
|
tests/bench-multibyte.h
|
|
tests/bench.h
|
|
|
|
Depends-on:
|
|
mbiter
|
|
mbiterf
|
|
mbrtoc32-regular
|
|
mbuiter
|
|
mbuiterf
|
|
mcel
|
|
setlocale
|
|
streq
|
|
striconv
|
|
getrusage
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
noinst_PROGRAMS += bench-mcel
|
|
bench_mcel_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
|
|
bench_mcel_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV) $(LIBICONV)
|