summaryrefslogtreecommitdiff
path: root/tests/test_select_static.c (unfollow)
AgeCommit message (Collapse)Author
2023-11-16Add hardening for select()jvoisin
This is unlikely to be used, since fd_set is usually manipulated by macros, but it doesn't hurt to add a simple comparison.
2023-07-10Add tests for sys/socketjvoisin
2023-07-09Add tests for unistd.hjvoisin
2023-05-30Add a test for getcwdjvoisin
2023-04-13Add a basic testsuitejvoisin