]> Repos - portaudio/commitdiff
Added patest_mono and patest_two_rates to Makefile.in
authorphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 13 Mar 2011 00:49:28 +0000 (00:49 +0000)
committerphilburk <philburk@0f58301d-fd10-0410-b4af-bbb618454e57>
Sun, 13 Mar 2011 00:49:28 +0000 (00:49 +0000)
Verified both and updated README.txt

Makefile.in
test/README.txt

index 863e18b5cdad73abcac84a67f7b726813b8417c1..3f3fb4a78a14f3ff610655c479c89291da2e7184 100644 (file)
@@ -82,6 +82,7 @@ TESTS = \
        bin/patest_longsine \
        bin/patest_many \
        bin/patest_maxsines \
+       bin/patest_mono \
        bin/patest_multi_sine \
        bin/patest_out_underflow \
        bin/patest_pink \
@@ -101,6 +102,7 @@ TESTS = \
        bin/patest_stop \
        bin/patest_stop_playout \
        bin/patest_toomanysines \
+       bin/patest_two_rates \
        bin/patest_underflow \
        bin/patest_wire \
        bin/patest_write_sine \
index 97ed5293c676c9f224c6dcb6321cb91bcccfc080..7cce15e1264b2e16fef9f2e709a0bf1d5f06f016 100644 (file)
@@ -24,7 +24,7 @@ the tests pass, just that they compile.
     x- patest_longsine.c
     x- patest_many.c
     x- patest_maxsines.c
-       o- patest_mono.c
+       x- patest_mono.c
     x- patest_multi_sine.c
     x- patest_pink.c
     x- patest_prime.c
@@ -40,7 +40,7 @@ the tests pass, just that they compile.
     x- patest_stop.c
     x- patest_sync.c
     x- patest_toomanysines.c
-       o- patest_two_rates.c
+       x- patest_two_rates.c
     x- patest_underflow.c
     x- patest_wire.c
     x- patest_write_sine.c