bind9/tests/bench/Makefile.am
Ondřej Surý cfbe01c62f Add microbenchmark for isc_iterated_hash()
Add microbenchmark for isc_iterated_hash() to measure the speed of NSEC3
per second.
2023-01-18 18:32:57 +01:00

22 lines
373 B
Makefile

include $(top_srcdir)/Makefile.top
AM_CPPFLAGS += \
$(LIBISC_CFLAGS) \
$(LIBDNS_CFLAGS) \
-I$(top_srcdir)/fuzz
LDADD += \
$(LIBISC_LIBS) \
$(LIBDNS_LIBS)
noinst_PROGRAMS = \
ascii \
compress \
iterated_hash \
dns_name_fromwire \
siphash
dns_name_fromwire_SOURCES = \
$(top_builddir)/fuzz/old.c \
$(top_builddir)/fuzz/old.h \
dns_name_fromwire.c