aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not show expected too long error message from test.cPali Rohár2025-05-031-0/+4
|
* Report failure in test.c if memory leak is detectedPali Rohár2025-05-031-1/+6
|
* Fix test compile error C2065: 'errno' : undeclared identifierPali Rohár2025-04-281-0/+1
| | | | | For errno usage it is required to include C header file errno.h and do not depend that some other header file will include it.
* Fix some style issuesPali Rohár2021-02-031-4/+4
|
* Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warningsPali Rohár2020-12-131-0/+1
|
* Move cmake targets into sub directoriesRalf Habacker2020-09-141-0/+687