annotate src/portaudio_20140130/test/README.txt @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +0000
parents e3d5853d5918
children
rev   line source
cannam@124 1 TODO - This should be moved into a doxydoc page.
cannam@124 2
cannam@124 3 For more information on the TestPlan please visit:
cannam@124 4
cannam@124 5 http://www.portaudio.com/trac/wiki/TestPlan
cannam@124 6
cannam@124 7 This directory contains various programs to test PortAudio. The files
cannam@124 8 named patest_* are tests.
cannam@124 9
cannam@124 10 All following tests are up to date with the V19 API. They should all compile
cannam@124 11 (without any warnings on GCC 3.3). Note that this does not necessarily mean that
cannam@124 12 the tests pass, just that they compile.
cannam@124 13
cannam@124 14 x- paqa_devs.c
cannam@124 15 x- paqa_errs.c (needs reviewing)
cannam@124 16 x- patest1.c
cannam@124 17 x- patest_buffer.c
cannam@124 18 x- patest_callbackstop.c
cannam@124 19 x- patest_clip.c (last test fails, dither doesn't currently force clip in V19)
cannam@124 20 x- patest_dither.c
cannam@124 21 x- patest_hang.c
cannam@124 22 x- patest_latency.c
cannam@124 23 x- patest_leftright.c
cannam@124 24 x- patest_longsine.c
cannam@124 25 x- patest_many.c
cannam@124 26 x- patest_maxsines.c
cannam@124 27 x- patest_mono.c
cannam@124 28 x- patest_multi_sine.c
cannam@124 29 x- patest_pink.c
cannam@124 30 x- patest_prime.c
cannam@124 31 x- patest_read_record.c
cannam@124 32 x- patest_record.c
cannam@124 33 x- patest_ringmix.c
cannam@124 34 x- patest_saw.c
cannam@124 35 x- patest_sine.c
cannam@124 36 x- patest_sine8.c
cannam@124 37 x- patest_sine_formats.c
cannam@124 38 x- patest_sine_time.c
cannam@124 39 x- patest_start_stop.c
cannam@124 40 x- patest_stop.c
cannam@124 41 x- patest_sync.c
cannam@124 42 x- patest_toomanysines.c
cannam@124 43 x- patest_two_rates.c
cannam@124 44 x- patest_underflow.c
cannam@124 45 x- patest_wire.c
cannam@124 46 x- patest_write_sine.c
cannam@124 47 x- pa_devs.c
cannam@124 48 x- pa_fuzz.c
cannam@124 49 x- pa_minlat.c
cannam@124 50
cannam@124 51 Note that Phil Burk deleted the debug_* tests on 2/26/11. They were just hacked
cannam@124 52 versions of old V18 tests. If we need to debug then we can just hack a working V19 test.