mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: dev_submerge.ch, markj
Differential Revision: https://reviews.freebsd.org/D45901
(cherry picked from commit 95eb4b873b)
9 lines
112 B
Makefile
9 lines
112 B
Makefile
PACKAGE= tests
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/sound
|
|
|
|
ATF_TESTS_C+= sndstat
|
|
|
|
LDFLAGS+= -lnv
|
|
|
|
.include <bsd.test.mk>
|