freebsd-dev/lib/libc/tests/db/Makefile
Enji Cooper 640235e2c2 Checkpoint initial integration work
- Some of the lib/libc and lib/thr tests fail
- lib/msun/exp_test:exp2_values now passes with clang 3.8.0

The Makefiles in contrib/netbsd-tests were pruned as they have no value

Sponsored by: EMC / Isilon Storage Division
2016-08-12 08:50:05 +00:00

19 lines
289 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>