mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 07:02:32 -04:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
SUBDIR+= libpythagoras target
|
|
|
|
SUBDIR_DEPEND_target= libpythagoras
|
|
ATF_TESTS_C= ld_library_pathfds
|
|
|
|
.include <bsd.test.mk>
|