summaryrefslogtreecommitdiff
path: root/portaudio/test/README.txt
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-08-27 23:52:56 -0500
committersanine <sanine.not@pm.me>2022-08-27 23:52:56 -0500
commita4dd0ad63c00f4dee3b86dfd3075d1d61b2b3180 (patch)
tree13bd5bfa15e6fea2a12f176bae79adf9c6fd0933 /portaudio/test/README.txt
parentbde3e4f1bb7b8f8abca0884a7d994ee1c17a66b1 (diff)
add plibsys
Diffstat (limited to 'portaudio/test/README.txt')
-rw-r--r--portaudio/test/README.txt52
1 files changed, 0 insertions, 52 deletions
diff --git a/portaudio/test/README.txt b/portaudio/test/README.txt
deleted file mode 100644
index 7cce15e..0000000
--- a/portaudio/test/README.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-TODO - This should be moved into a doxydoc page.
-
-For more information on the TestPlan please visit:
-
- http://www.portaudio.com/trac/wiki/TestPlan
-
-This directory contains various programs to test PortAudio. The files
-named patest_* are tests.
-
-All following tests are up to date with the V19 API. They should all compile
-(without any warnings on GCC 3.3). Note that this does not necessarily mean that
-the tests pass, just that they compile.
-
- x- paqa_devs.c
- x- paqa_errs.c (needs reviewing)
- x- patest1.c
- x- patest_buffer.c
- x- patest_callbackstop.c
- x- patest_clip.c (last test fails, dither doesn't currently force clip in V19)
- x- patest_dither.c
- x- patest_hang.c
- x- patest_latency.c
- x- patest_leftright.c
- x- patest_longsine.c
- x- patest_many.c
- x- patest_maxsines.c
- x- patest_mono.c
- x- patest_multi_sine.c
- x- patest_pink.c
- x- patest_prime.c
- x- patest_read_record.c
- x- patest_record.c
- x- patest_ringmix.c
- x- patest_saw.c
- x- patest_sine.c
- x- patest_sine8.c
- x- patest_sine_formats.c
- x- patest_sine_time.c
- x- patest_start_stop.c
- x- patest_stop.c
- x- patest_sync.c
- x- patest_toomanysines.c
- x- patest_two_rates.c
- x- patest_underflow.c
- x- patest_wire.c
- x- patest_write_sine.c
- x- pa_devs.c
- x- pa_fuzz.c
- x- pa_minlat.c
-
-Note that Phil Burk deleted the debug_* tests on 2/26/11. They were just hacked
-versions of old V18 tests. If we need to debug then we can just hack a working V19 test.