freebsd-dev/lib/libc/tests/resolv/Makefile
Glen Barber 43faedc133 First pass to fix the 'tests' packages.
Sponsored by:	The FreeBSD Foundation
2016-02-02 22:26:49 +00:00

19 lines
345 B
Makefile

# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
TESTSDIR= ${TESTSBASE}/lib/libc/resolv
BINDIR= ${TESTSDIR}
FILES+= mach
ATF_TESTS_C+= resolv_test
# Note: this test relies on being dynamically linked. You will get a
# spurious PASS for a statically linked test.
LIBADD.resolv_test+= pthread
.include <bsd.test.mk>