Commit Graph

19 Commits

Author SHA1 Message Date
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
0818c1685e tests/chunk_test.c: Add test for large free chunks 2016-11-27 20:02:06 +11:00
Erik de Castro Lopo
1d7b55b483 tests/chunk_test.c: Add wav_subchunk_test 2016-11-09 06:46:07 +11:00
Erik de Castro Lopo
ba352a1ce7 Remove all use of Variable Length Arrays
VLAs are somewhat unsound and are being made an optional part of ISO
C specification.
2016-09-03 18:11:56 +10:00
Erik de Castro Lopo
fe29202250 RF64: Add support for custom chunks
Tests included.
2016-01-11 14:42:57 +11:00
Erik de Castro Lopo
96b735a440 Reworking of custom chunk handling code. 2012-03-18 11:53:44 +11:00
Erik de Castro Lopo
5e10b3ccdf Whitespace and ChangeLog. 2012-03-17 20:20:02 +11:00
IOhannes m zmoelnig
5c36dcb54d added tests, whether the ID is properly set when retrieving chunks 2012-03-16 23:06:14 +01:00
IOhannes m zmoelnig
8c062feddd added test for writing/reading multiple chunks of the same ID 2012-03-16 22:16:29 +01:00
IOhannes m zmoelnig
45160f0fd3 adapted chunk_test to new chunk retrieval API 2012-03-16 21:44:39 +01:00
Erik de Castro Lopo
694a3c8eaa tests/chunk_test.c : Clean up error messages. 2012-03-05 01:12:54 +11:00
Erik de Castro Lopo
911f8103bb tests/chunk_test.c : Extend custom chunk test. 2012-02-18 13:55:38 +11:00
Erik de Castro Lopo
518e3be6ef tests/ : Fix all printf format warnings. 2012-02-18 12:59:32 +11:00
Erik de Castro Lopo
8508ec5679 More whitespace and cstyle fixes. 2012-01-21 14:24:38 +11:00
Erik de Castro Lopo
bbfd5150da tests/chunk_test.c : Fix error message. 2012-01-09 22:25:59 +11:00
Erik de Castro Lopo
6f26709560 Test CAF files with custom chunks. 2012-01-05 18:11:15 +11:00
Erik de Castro Lopo
03ca17d444 tests/chunk_test.c : Add WAVEX and RIFX tests. 2011-12-31 23:07:49 +11:00
Erik de Castro Lopo
4cde8e30f4 Add new test for custom chunks. 2011-12-31 20:04:06 +11:00