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