Maybe we can use tests from musl libc: https://wiki.musl-libc.org/libc-test.html which is [MIT license](http://nsz.repo.hu/git/?p=libc-test;a=blob;f=COPYRIGHT;h=67acf495aa00c48cf1b9334b12a94a83a28b6b8a;hb=HEAD). - [x] Setup coverage ci #295 - [x] Test with qemu: cover arm, aarch64, ppc64le, mips, riscv64, s390x #296 https://github.com/libuv/libuv/blob/3b6a1a14caeeeaf5510f2939a8e28ed9ba0ad968/.github/workflows/CI-unix.yml#L97 - [ ] fix loongson64 cross build? - [ ] Add musl-libc test #298 - [ ] `test` run libc-test by default The GNU testsuit test code is kept, but not used by default, and could probably be removed after some more time.
Maybe we can use tests from musl libc: https://wiki.musl-libc.org/libc-test.html
which is MIT license.
https://github.com/libuv/libuv/blob/3b6a1a14caeeeaf5510f2939a8e28ed9ba0ad968/.github/workflows/CI-unix.yml#L97
testrun libc-test by defaultThe GNU testsuit test code is kept, but not used by default, and could probably be removed after some more time.