mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 05:41:05 +01:00
522da0b0ad
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
11 lines
163 B
Makefile
11 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>
|