mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
15 lines
223 B
Makefile
15 lines
223 B
Makefile
|
|
SUBDIR+= libpythagoras target
|
|
|
|
SUBDIR_DEPEND_target= libpythagoras
|
|
|
|
ATF_TESTS_C= ld_library_pathfds
|
|
ATF_TESTS_C+= ld_preload_fds
|
|
|
|
.for t in ${ATF_TESTS_C}
|
|
SRCS.$t= $t.c common.c
|
|
.endfor
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.test.mk>
|