mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
17 lines
232 B
Makefile
17 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
FILESGROUPS= TESTS
|
|
TESTSPACKAGE= ${PACKAGE}
|
|
TESTSDIR= ${TESTSBASE}/lib/atf
|
|
TESTS+= Kyuafile
|
|
|
|
|
|
.PATH: ${SRCTOP}/tests
|
|
KYUAFILE= yes
|
|
|
|
SUBDIR= test-programs
|
|
|
|
.include <bsd.test.mk>
|