mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
18 lines
317 B
Makefile
18 lines
317 B
Makefile
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>
|