Changeset 125


Ignore:
Timestamp:
02/22/02 17:18:30 (9 years ago)
Author:
philburk
Message:

Add more tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • portaudio/trunk/pa_unix_oss/Makefile

    r90 r125  
    44 
    55CDEFINES = -I../pa_common 
    6 CFLAGS = -g 
     6CFLAGS = -g -Wall 
    77PASRC = ../pa_common/pa_lib.c pa_unix_oss.c 
    88PAINC = ../pa_common/portaudio.h 
     
    1010# Tests that work. 
    1111TESTC   = $(PASRC) ../pa_tests/patest_sine.c 
     12#TESTC   = $(PASRC) ../pa_tests/patest_longsine.c 
    1213#TESTC   = $(PASRC) ../pa_tests/patest_sine_time.c 
    1314#TESTC   = $(PASRC) ../pa_tests/patest_maxsines.c 
    14 #TESTC   = $(PASRC) ../pa_tests/patest_stop.c 
     15#TESTC   = $(PASRC) ../pa_tests/patest_toomanysines.c 
     16#TESTC   = $(PASRC) ../pa_tests/patest_underflow.c 
     17#TESTC   = $(PASRC) ../pa_tests/patest_hang.c 
    1518#TESTC   = $(PASRC) ../pa_tests/patest_sync.c 
    1619#TESTC   = $(PASRC) ../pa_tests/patest_pink.c 
     
    2629 
    2730# Tests that do not yet work. 
     31# OSS doesn't let us make obscenely huge buffers so the test will seem to fail. But its OK. 
     32#TESTC   = $(PASRC) ../pa_tests/patest_stop.c 
    2833 
    2934TESTH   = $(PAINC) 
Note: See TracChangeset for help on using the changeset viewer.