craciunoiuc / lib-libc-test

A collection of unit tests to measure the correctness and robustness of a C/POSIX standard library implementations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libc-test

Test suite for standard C libraries (libc). Upstream version developed as part of Musl.

Configuration

To run these tests, you will need to have an app like app-helloworld that includes this library as an external one. To do that, you can add lib-libctest to your application's Makefile at the end. Example:

LIBS := $(UK_LIBS)/lib-musl:$(UK_LIBS)/lib-lwip:$(UK_LIBS)/lib-libctest

Testing:

To run the tests, select Libc-test Unikraft library option in the menuconfig along with the tests that you want to run.

About

A collection of unit tests to measure the correctness and robustness of a C/POSIX standard library implementations.

License:Other


Languages

Language:C 100.0%