opnsense-src/tests/sys/sound/Makefile
Christos Margiolis 95eb4b873b sound tests: Add sndstat nvlist ATF test
Sponsored by:	The FreeBSD Foundation
MFC after:	2 days
Reviewed by:	dev_submerge.ch, markj
Differential Revision:	https://reviews.freebsd.org/D45901
2024-07-27 14:55:03 +03:00

9 lines
112 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}/sys/sound
ATF_TESTS_C+= sndstat
LDFLAGS+= -lnv
.include <bsd.test.mk>