The test is to verify basic functionality. The benchmark compares a number of alternative tolower() implementations on large and small strings.
11 lines
132 B
Makefile
11 lines
132 B
Makefile
include $(top_srcdir)/Makefile.top
|
|
|
|
AM_CPPFLAGS += \
|
|
$(LIBISC_CFLAGS)
|
|
|
|
LDADD += \
|
|
$(LIBISC_LIBS)
|
|
|
|
noinst_PROGRAMS = \
|
|
ascii
|