mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
r305358 MFC after: 59 days X-MFC with: r305358 Reported by: Jenkins, rodrigc Sponsored by: EMC / Isilon Storage Division
18 lines
290 B
Makefile
18 lines
290 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'
|
|
|
|
.include "../Makefile.netbsd-tests"
|
|
|
|
.include <bsd.test.mk>
|