freebsd-dev/lib/libc/tests/db/Makefile
Enji Cooper cdebaff820 Upgrade NetBSD tests to 01.11.2017_23.20 snapshot
This contains some new testcases in /usr/tests/...:

- .../lib/libc
- .../lib/libthr
- .../lib/msun
- .../sys/kern

Tested on:	amd64, i386
MFC after:	1 month
2017-01-13 03:33:57 +00:00

21 lines
330 B
Makefile

# $FreeBSD$
PACKAGE= tests
BINDIR= ${TESTSDIR}
PROGS= h_db
PROGS+= h_lfsr
${PACKAGE}FILES+= README
NETBSD_ATF_TESTS_C+= db_hash_seq_test
NETBSD_ATF_TESTS_SH+= db_test
ATF_TESTS_SH_SED_db_test= -e 's,/bin/csh,/bin/cat,g'
CFLAGS+= -I${SRCTOP}/lib/libc/db/btree
.include "../Makefile.netbsd-tests"
.include <bsd.test.mk>