annotate src/portaudio_20161030/test/README.txt @ 152:ffc6df9c760c

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