mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
All of the sources for the tests are contained in the current working directory and the subdirectories Phabric: D537 Reviewed by: jmmv Approved by: jmmv (mentor) Sponsored by: EMC / Isilon Storage Division
10 lines
163 B
Makefile
10 lines
163 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/libexec/rtld-elf
|
|
SUBDIR+= libpythagoras target
|
|
|
|
ATF_TESTS_C= ld_library_pathfds
|
|
|
|
.include <bsd.test.mk>
|