libc-rs/libc-test/test
Thomas de Zeeuw c8d9470502 Add semver test infrastructure
This first step add the infrastructure to test if libc follows semantic
versioning.

In the build step it creates a test file which imports all functions,
constants, etc. that are expected to be public. This file is generated
from the files in the (not yet included) semver directory. These files
include the function and constants expected to be public per target
family, vendor, OS, etc.

See the do_semver function in the build file of libc-test for the
details.
2021-03-27 10:27:17 +01:00
..
cmsg.rs Add ancillary socket data accessor functions for solarish OSes 2020-06-26 20:58:43 +00:00
errqueue.rs Add test for SO_EE_OFFENDER 2019-12-02 17:02:23 -08:00
linux_elf.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_fcntl.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_ipv6.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_strerror_r.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
linux_termios.rs Minor nitpicks 2019-05-28 16:21:18 +02:00
main.rs Clean libc-test for apple targets 2019-02-22 19:18:02 +01:00
semver.rs Add semver test infrastructure 2021-03-27 10:27:17 +01:00