aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/sound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/sound/Makefile')
-rw-r--r--tests/sys/sound/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/sys/sound/Makefile b/tests/sys/sound/Makefile
new file mode 100644
index 000000000000..74a0765a0540
--- /dev/null
+++ b/tests/sys/sound/Makefile
@@ -0,0 +1,13 @@
+PACKAGE= tests
+
+TESTSDIR= ${TESTSBASE}/sys/sound
+
+ATF_TESTS_C+= pcm_read_write
+ATF_TESTS_C+= sndstat
+
+CFLAGS+= -I${SRCTOP}/sys
+LDFLAGS+= -lnv
+
+CFLAGS.pcm_read_write.c+= -Wno-cast-align
+
+.include <bsd.test.mk>