Chris@4: TODO - This should be moved into a doxydoc page. Chris@4: Chris@4: For more information on the TestPlan please visit: Chris@4: Chris@4: http://www.portaudio.com/trac/wiki/TestPlan Chris@4: Chris@4: This directory contains various programs to test PortAudio. The files Chris@4: named patest_* are tests. Chris@4: Chris@4: All following tests are up to date with the V19 API. They should all compile Chris@4: (without any warnings on GCC 3.3). Note that this does not necessarily mean that Chris@4: the tests pass, just that they compile. Chris@4: Chris@4: x- paqa_devs.c Chris@4: x- paqa_errs.c (needs reviewing) Chris@4: x- patest1.c Chris@4: x- patest_buffer.c Chris@4: x- patest_callbackstop.c Chris@4: x- patest_clip.c (last test fails, dither doesn't currently force clip in V19) Chris@4: x- patest_dither.c Chris@4: x- patest_hang.c Chris@4: x- patest_latency.c Chris@4: x- patest_leftright.c Chris@4: x- patest_longsine.c Chris@4: x- patest_many.c Chris@4: x- patest_maxsines.c Chris@4: x- patest_mono.c Chris@4: x- patest_multi_sine.c Chris@4: x- patest_pink.c Chris@4: x- patest_prime.c Chris@4: x- patest_read_record.c Chris@4: x- patest_record.c Chris@4: x- patest_ringmix.c Chris@4: x- patest_saw.c Chris@4: x- patest_sine.c Chris@4: x- patest_sine8.c Chris@4: x- patest_sine_formats.c Chris@4: x- patest_sine_time.c Chris@4: x- patest_start_stop.c Chris@4: x- patest_stop.c Chris@4: x- patest_sync.c Chris@4: x- patest_toomanysines.c Chris@4: x- patest_two_rates.c Chris@4: x- patest_underflow.c Chris@4: x- patest_wire.c Chris@4: x- patest_write_sine.c Chris@4: x- pa_devs.c Chris@4: x- pa_fuzz.c Chris@4: x- pa_minlat.c Chris@4: Chris@4: Note that Phil Burk deleted the debug_* tests on 2/26/11. They were just hacked Chris@4: versions of old V18 tests. If we need to debug then we can just hack a working V19 test.