mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 22:02:04 -04:00
The test is to verify basic functionality. The benchmark compares a number of alternative tolower() implementations on large and small strings.
10 lines
132 B
Makefile
10 lines
132 B
Makefile
include $(top_srcdir)/Makefile.top
|
|
|
|
AM_CPPFLAGS += \
|
|
$(LIBISC_CFLAGS)
|
|
|
|
LDADD += \
|
|
$(LIBISC_LIBS)
|
|
|
|
noinst_PROGRAMS = \
|
|
ascii
|