20 lines
351 B
Plaintext
20 lines
351 B
Plaintext
Files:
|
|
tests/bench-mbuiter.c
|
|
tests/bench-multibyte.h
|
|
tests/bench.h
|
|
|
|
Depends-on:
|
|
mbrtoc32-regular
|
|
mbuiter
|
|
setlocale
|
|
striconv
|
|
getrusage
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
noinst_PROGRAMS += bench-mbuiter
|
|
bench_mbuiter_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
|
|
bench_mbuiter_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)
|