Erik de Castro Lopo
|
3dd9bc6d21
|
tests/write_read_test.tpl : Remove un-needed windows only truncate() implementation.
|
2011-10-06 21:23:53 +11:00 |
|
Erik de Castro Lopo
|
835f31e8de
|
tests/write_read_test.tpl : Add tests for 32 bit PCM SD2 files.
|
2011-09-04 13:47:55 +10:00 |
|
Erik de Castro Lopo
|
24fac32d57
|
Add 'checkprograms' Make target.
|
2011-07-07 19:47:51 +10:00 |
|
Erik de Castro Lopo
|
603f0fb519
|
tests/utils.tpl : Clean up use of memset.
|
2011-07-06 20:12:10 +10:00 |
|
Erik de Castro Lopo
|
a121ba7963
|
tests/format_check_test.c : Fix compiler warnings.
|
2011-07-05 19:37:09 +10:00 |
|
Erik de Castro Lopo
|
caa74f89bb
|
tests/test_wrapper.sh.in : Fix for ENABLE_EXPERIMENTAL_CODE mode.
|
2011-07-04 21:47:02 +10:00 |
|
Erik de Castro Lopo
|
58780bc2d4
|
tests/format_check_test.c : Add a test to for SF_FINFO format field validation.
|
2011-07-04 19:36:59 +10:00 |
|
Erik de Castro Lopo
|
b16c4a98d7
|
*/Makefile.am : Use check_PROGRAMS instead of noinst_PROGRAMS where appropriate.
|
2011-05-18 06:34:39 +10:00 |
|
Erik de Castro Lopo
|
837e348993
|
tests/format_check_test.c : Fix segfault.
|
2011-05-01 02:42:30 +10:00 |
|
Erik de Castro Lopo
|
4d13639134
|
tests/format_check_test.c : Fix '==' where there should have been a '='.
|
2011-04-29 06:37:20 +10:00 |
|
Erik de Castro Lopo
|
d01c3c090a
|
Hook new test program into build and test runner.
|
2011-04-25 20:07:36 +10:00 |
|
Erik de Castro Lopo
|
f27916e62a
|
tests/format_check_test.c : New test program.
|
2011-04-25 20:05:45 +10:00 |
|
Erik de Castro Lopo
|
9b8d1e0f2f
|
Fix a bunch of compiler warnings with gcc-4.6.
|
2011-03-28 18:43:05 +11:00 |
|
Erik de Castro Lopo
|
4f143688e7
|
tests/string_test.c : Add test for SF_STR_SOFTWARE segfault bug.
|
2011-03-25 19:13:51 +11:00 |
|
Erik de Castro Lopo
|
44594192ce
|
tests/utils.tpl : Add NOT macro to util.h.
|
2011-03-25 18:58:12 +11:00 |
|
Erik de Castro Lopo
|
3345ba66f1
|
tests/cpp_test.cc : Fix a broken test (test segfaults).
|
2011-03-22 22:46:25 +11:00 |
|
Erik de Castro Lopo
|
86bf88790f
|
tests/Makefile.am : Link lib to win32_test so testuite tarball works.
|
2011-03-22 09:41:04 +11:00 |
|
Erik de Castro Lopo
|
e0c6b3038c
|
tests/test_wrapper.sh.in : Don't run cpp_test.exe when compiled with w64 compiler.
|
2011-03-21 09:12:40 +11:00 |
|
Erik de Castro Lopo
|
6b032a1b5f
|
tests/utils.tpl : Move sf_info_(clear|setup) inside #ifdef SNDFILE_H.
|
2011-03-18 18:27:22 +11:00 |
|
Erik de Castro Lopo
|
912f139ed9
|
tests/(alaw|dwvw|ulaw)_test.c : Use functions sf_info_clear() and sf_info_setup().
|
2011-03-15 22:10:10 +11:00 |
|
Erik de Castro Lopo
|
869a4d4e94
|
tests/utils.tpl : Add static inline functions sf_info_clear() and sf_info_setup().
|
2011-03-15 20:37:58 +11:00 |
|
Erik de Castro Lopo
|
15b63dfca8
|
tests/cpp_test.cc : Add test for LPCWSTR version of the SndfileHandle constructor.
|
2011-01-27 20:51:09 +11:00 |
|
Erik de Castro Lopo
|
f209698448
|
Update copyright dates.
|
2011-01-19 21:36:56 +11:00 |
|
Erik de Castro Lopo
|
41c36ef340
|
tests/cpp_test.cc : Add tests for two new methods. Also supplied by Tim Blechmann.
|
2010-12-01 19:44:17 +11:00 |
|
Erik de Castro Lopo
|
5f5bbb50d4
|
tests/string_test.c : Add tests for SF_STR_GENRE and SF_STR_TRACKNUMBER.
|
2010-10-12 20:26:34 +11:00 |
|
Erik de Castro Lopo
|
9286b2c335
|
tests/pedantic-header-test.sh.in : Handle unusual values of CC environment variable.
|
2010-10-09 16:44:33 +11:00 |
|
Erik de Castro Lopo
|
c114f21ecf
|
Makefile.am : Add *~ to CLEANFILES.
|
2010-10-06 22:16:41 +11:00 |
|
Erik de Castro Lopo
|
fe08ea435f
|
tests/ : Whitespace fixes.
|
2010-10-04 22:25:33 +11:00 |
|
Erik de Castro Lopo
|
229e66bfb0
|
Tweak SF_BROADCAST_INFO tests.
|
2010-10-03 20:48:43 +11:00 |
|
Erik de Castro Lopo
|
d3d2b397f0
|
tests/pedantic-header-test.sh.in : Exit 0 if the source file isn't present.
|
2010-09-30 07:46:49 +10:00 |
|
Erik de Castro Lopo
|
9fc3c09c85
|
tests/write_read_test.tpl : Don't allow SDS files to have a long frame count.
|
2010-09-29 20:41:03 +10:00 |
|
Erik de Castro Lopo
|
8deeb575a8
|
Fix a bunch of minor issues found using static analysis.
|
2010-09-10 18:33:27 +10:00 |
|
Erik de Castro Lopo
|
a5bec997a2
|
tests/pedantic-header-test.sh.in : Fix out of tree builds.
|
2010-04-25 08:57:01 +10:00 |
|
Erik de Castro Lopo
|
fac9e4a9d7
|
tests/pedantic-header-test.sh.in : Fix 'make distcheck'.
|
2010-04-23 21:46:00 +10:00 |
|
Erik de Castro Lopo
|
79eb5e5102
|
tests/pedantic-header-test.sh.in : Make it work when doing 'make distcheck'.
|
2010-04-21 19:13:51 +10:00 |
|
Erik de Castro Lopo
|
57dc07f947
|
tests/sfversion.c : Remove cruft.
|
2010-04-21 19:13:23 +10:00 |
|
Erik de Castro Lopo
|
1b5335b0ff
|
tests/*.sh.in : Add copyright notices.
|
2010-04-21 18:25:30 +10:00 |
|
Erik de Castro Lopo
|
66f6e6cae7
|
Hook pedantic-header-test into test suite.
|
2010-04-21 18:17:45 +10:00 |
|
Erik de Castro Lopo
|
d1484cf543
|
tests/pedantic-header-test.sh.in : New file to test whether sndfile.h can be compiled with gcc's -pedantic flag.
|
2010-04-21 18:13:26 +10:00 |
|
Erik de Castro Lopo
|
b7f1dde2d6
|
tests/test_wrapper.sh.in : Add rdwr_test to the test wrapper script.
|
2010-02-28 14:14:23 +11:00 |
|
Erik de Castro Lopo
|
0d4302b0ef
|
tests/rdwr_test.(def|tpl) : Add new test program and hook into build.
|
2010-02-28 13:52:11 +11:00 |
|
Erik de Castro Lopo
|
08346be458
|
tests/utils.tpl : Add functions test_read_raw_or_die and test_write_raw_or_die.
|
2010-02-28 13:23:56 +11:00 |
|
Erik de Castro Lopo
|
66e72fb912
|
Disable pipe_test if pipe() and waitpid() aren't available.
|
2009-12-28 08:23:47 +11:00 |
|
Erik de Castro Lopo
|
ea62c5083d
|
Merge from -dev.
|
2009-12-11 05:48:36 +11:00 |
|
Erik de Castro Lopo
|
ea3e2a2bc9
|
tests/error_test.c : Don't terminate when sf_close() returns zero in error_close_test().
|
2009-12-08 21:29:42 +11:00 |
|
Erik de Castro Lopo
|
3083d46d8b
|
tests/win32_test.c : Add a new test.
|
2009-12-01 19:06:02 +11:00 |
|
Erik de Castro Lopo
|
a5438d79ac
|
tests/multi_file_test.c : Fix file creation flags on windows. Thanks to Bruce Sharpe.
|
2009-12-01 18:08:29 +11:00 |
|
Erik de Castro Lopo
|
1a66b22ca0
|
Minor OS/2 tweaks as suggested by David Yeo.
|
2009-12-01 07:21:36 +11:00 |
|
Erik de Castro Lopo
|
29740441d1
|
tests/locale_test.c : Correct usage of ENABLE_SNDFILE_WINDOWS_PROTOTYPES.
|
2009-11-22 07:10:35 +11:00 |
|
Erik de Castro Lopo
|
40d5267f43
|
tests/virtual_io_test.c : Add a PAF/PCM_24 test and verify the file length is not negative immediately after openning the file for write.
|
2009-11-16 20:04:26 +11:00 |
|