opnsense-src/tests/sys/sound/Makefile
Christos Margiolis 22be802cf8 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

(cherry picked from commit 95eb4b873b)
2024-07-29 18:34:54 +03:00

9 lines
112 B
Makefile

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