evpobr
|
4ff3b84eff
|
msvc: Fix annoying conversion warnings #304
|
2021-03-06 11:41:47 +05:00 |
|
evpobr
|
58737ceb48
|
tests: Fixes for MSVC
* src/test_main.c: Fix undeclared off_t type with MSVC
* tests/misc_test.c: Fix undefined S_ISCHR & S_ISBLK with MSVC
* tests/stdin_test.c: Fix undefined STDIN_FILENO with MSVC
* tests/win32_ordinal_test.c: Fix undeclared getcwd() with MSVC
* Fix missing unistd.h under Win32
Related: https://github.com/erikd/libsndfile/issues/154
|
2017-04-14 13:03:27 +10:00 |
|
Erik de Castro Lopo
|
95828ca2e9
|
Rename EXTERNAL_* to EXTERNAL_XIPH_*`
New naming makes sense because adding Wavpack support would not
depend on any of the existing Xiph.Org libraries.
|
2016-03-14 08:17:45 +11:00 |
|
Erik de Castro Lopo
|
71a06e52d4
|
Add a couple of 'seek to end of file' tests.
|
2013-06-23 11:18:26 +10:00 |
|
Erik de Castro Lopo
|
18c1105981
|
Whitespace and cstyle fixes.
|
2012-01-20 22:46:13 +11:00 |
|
Erik de Castro Lopo
|
f209698448
|
Update copyright dates.
|
2011-01-19 21:36:56 +11:00 |
|
Erik de Castro Lopo
|
12180c5bb3
|
tests/*.c : Don't include un-needed headers.
|
2009-02-22 12:39:48 +11:00 |
|
Erik de Castro Lopo
|
a38e0b105e
|
Update copyright notices.
|
2009-02-07 15:20:17 +11:00 |
|
Erik de Castro Lopo
|
a2ce5feb79
|
Fix tests when configured with --disable-external-libs.
|
2008-05-21 19:20:24 +10:00 |
|
Erik de Castro Lopo
|
0585d347fe
|
tests/ogg_test.c : Add stereo seek tests.
|
2007-12-16 19:12:42 +11:00 |
|
Erik de Castro Lopo
|
c577c45baf
|
tests/ogg_test.c : Small mods to ogg_seek_test.
|
2007-12-14 04:40:16 +11:00 |
|
Erik de Castro Lopo
|
7642800420
|
Add a test (currently failing) for stereo seeking on Ogg Vorbis files.
|
2007-12-14 04:37:27 +11:00 |
|
Erik de Castro Lopo
|
543298e443
|
tests/ogg_test.c : Include unistd.h for unlink.
|
2007-08-20 11:01:07 +10:00 |
|
Erik de Castro Lopo
|
15a3da6189
|
tests/ogg_test.c : Remove test generatred files so 'make distcheck' passes.
|
2007-08-20 08:51:21 +10:00 |
|
Erik de Castro Lopo
|
cdc216c7b9
|
tests/ogg_test.c : Add a bunch test code.
|
2007-08-10 22:22:33 +10:00 |
|
Erik de Castro Lopo
|
6447d603db
|
tests/ogg_test.c : Update test. Seek currently failing.
|
2007-08-10 22:06:45 +10:00 |
|
Erik de Castro Lopo
|
6e46221b5f
|
Add file tests/ogg_test.c, hook into build.
|
2007-08-10 21:37:39 +10:00 |
|