summaryrefslogtreecommitdiffstats
path: root/tests/freestanding.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix: implement empty _start and main for non-Linux or x86-64 platformsTakayuki Matsuoka2022-08-071-4/+6
|
* Fix: Add extern "C" to all standard C replacement functionsTakayuki Matsuoka2022-08-071-13/+16
|
* Fix for ctocpptestTakayuki Matsuoka2022-08-071-13/+16
|
* Add LZ4_FREESTANDING test on Linux x86-64 platformTakayuki Matsuoka2022-08-071-0/+231
Also added tests/Makefile entry "test-freestanding".