]> Repos - portaudio/commitdiff
Add more tests.
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 22 Feb 2002 22:18:30 +0000 (22:18 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Fri, 22 Feb 2002 22:18:30 +0000 (22:18 +0000)
pa_unix_oss/Makefile

index 9f118e12920ffd8f72d48cb697807541c47845df..f5015631c40a8c5867f5f7fe38e15d09be2b506f 100644 (file)
@@ -3,15 +3,18 @@
 LIBS =  -lm -lpthread
 
 CDEFINES = -I../pa_common
-CFLAGS = -g
+CFLAGS = -g -Wall
 PASRC = ../pa_common/pa_lib.c pa_unix_oss.c
 PAINC = ../pa_common/portaudio.h
 
 # Tests that work.
 TESTC   = $(PASRC) ../pa_tests/patest_sine.c
+#TESTC   = $(PASRC) ../pa_tests/patest_longsine.c
 #TESTC   = $(PASRC) ../pa_tests/patest_sine_time.c
 #TESTC   = $(PASRC) ../pa_tests/patest_maxsines.c
-#TESTC   = $(PASRC) ../pa_tests/patest_stop.c
+#TESTC   = $(PASRC) ../pa_tests/patest_toomanysines.c
+#TESTC   = $(PASRC) ../pa_tests/patest_underflow.c
+#TESTC   = $(PASRC) ../pa_tests/patest_hang.c
 #TESTC   = $(PASRC) ../pa_tests/patest_sync.c
 #TESTC   = $(PASRC) ../pa_tests/patest_pink.c
 #TESTC   = $(PASRC) ../pa_tests/patest_leftright.c
@@ -25,6 +28,8 @@ TESTC   = $(PASRC) ../pa_tests/patest_sine.c
 #TESTC   = $(PASRC) ../pa_tests/paqa_devs.c
 
 # Tests that do not yet work.
+# OSS doesn't let us make obscenely huge buffers so the test will seem to fail. But its OK.
+#TESTC   = $(PASRC) ../pa_tests/patest_stop.c
 
 TESTH   = $(PAINC)