testsurround: Add surround sound channel tester

This commit is contained in:
Cameron Gutman
2021-10-29 01:11:59 -05:00
committed by Sam Lantinga
parent 27369b3e40
commit cd66c050fe
7 changed files with 430 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ TARGETS = \
testsprite2$(EXE) \
testspriteminimal$(EXE) \
teststreaming$(EXE) \
testsurround$(EXE) \
testthread$(EXE) \
testtimer$(EXE) \
testurl$(EXE) \
@@ -95,6 +96,9 @@ loopwave$(EXE): $(srcdir)/loopwave.c
loopwavequeue$(EXE): $(srcdir)/loopwavequeue.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
testsurround$(EXE): $(srcdir)/testsurround.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
testresample$(EXE): $(srcdir)/testresample.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)