Added patest_mono and patest_two_rates to Makefile.in

Verified both and updated README.txt
This commit is contained in:
philburk 2011-03-13 00:49:28 +00:00
commit c036f1e0d6
2 changed files with 4 additions and 2 deletions

View file

@ -82,6 +82,7 @@ TESTS = \
bin/patest_longsine \ bin/patest_longsine \
bin/patest_many \ bin/patest_many \
bin/patest_maxsines \ bin/patest_maxsines \
bin/patest_mono \
bin/patest_multi_sine \ bin/patest_multi_sine \
bin/patest_out_underflow \ bin/patest_out_underflow \
bin/patest_pink \ bin/patest_pink \
@ -101,6 +102,7 @@ TESTS = \
bin/patest_stop \ bin/patest_stop \
bin/patest_stop_playout \ bin/patest_stop_playout \
bin/patest_toomanysines \ bin/patest_toomanysines \
bin/patest_two_rates \
bin/patest_underflow \ bin/patest_underflow \
bin/patest_wire \ bin/patest_wire \
bin/patest_write_sine \ bin/patest_write_sine \

View file

@ -24,7 +24,7 @@ the tests pass, just that they compile.
x- patest_longsine.c x- patest_longsine.c
x- patest_many.c x- patest_many.c
x- patest_maxsines.c x- patest_maxsines.c
o- patest_mono.c x- patest_mono.c
x- patest_multi_sine.c x- patest_multi_sine.c
x- patest_pink.c x- patest_pink.c
x- patest_prime.c x- patest_prime.c
@ -40,7 +40,7 @@ the tests pass, just that they compile.
x- patest_stop.c x- patest_stop.c
x- patest_sync.c x- patest_sync.c
x- patest_toomanysines.c x- patest_toomanysines.c
o- patest_two_rates.c x- patest_two_rates.c
x- patest_underflow.c x- patest_underflow.c
x- patest_wire.c x- patest_wire.c
x- patest_write_sine.c x- patest_write_sine.c