mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
15 lines
285 B
Makefile
15 lines
285 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
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>
|