annotate src/portaudio_20161030_catalina_patch/test/README.txt @ 166:cbd6d7e562c7

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