Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 619 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 619 Bytes

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.