11 Commits

Author SHA1 Message Date
AliceLR
496f3bdf53 Remove 256 bytes requirement for modules in some API functions. 2021-06-24 18:35:15 -06:00
Cameron Cawley
d843987b34 Close and unlink temporary files in the tests 2021-06-09 14:55:39 +01:00
Cameron Cawley
3a119b0e85 Remove unused includes in the tests 2021-06-01 20:53:27 +01:00
Ozkan Sezer
839a4f14e1 added xmp_syserrno() to libxmp api.
To be used to retrieve errno upon receiving -XMP_ERROR_SYSTEM from
a libxmp function call. Useful when either libxmp or its client is
statically linked to libc.

Closes: https://github.com/libxmp/libxmp/issues/335
2021-03-27 23:03:50 +03:00
AliceLR
201271acf0 Update .travis.yml to add unit tests to MSVC checks. 2021-03-25 17:10:16 -06:00
AliceLR
c4ac8d4e43 Add /MD to MSVC CFLAGS, fix MSVC creat() crash in test_api_load_module.
Co-authored-by: sezero <sezero@users.noreply.github.com>
2021-03-24 19:24:15 -06:00
AliceLR
b2e6499aae Fix xmp_release_module double frees when invoked multiple times. 2020-12-02 16:32:22 -07:00
AliceLR
8e3ae4fd18 Fix test-dev sample, depack, prowizard, and api leaks. 2020-11-07 18:37:57 -07:00
Claudio Matsuoka
54badf18d0 [test] Improve module loading tests
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
2013-12-25 17:59:30 -02:00
Claudio Matsuoka
90ef6ded4d [test] Improve test coverage
Add state checks and extra player parameters setting and retrieval.

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
2013-06-15 10:30:20 -03:00
Claudio Matsuoka
8d16103fed Rename compreensive test suite to test-dev
The regression test suite is important for development but for end user
tests a simpler check is sufficient.

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
2013-05-18 11:18:52 -03:00