summaryrefslogtreecommitdiff
path: root/libmisc/tests/test_rand.c
AgeCommit message (Collapse)Author
2025-05-12More GCC 15 fixesLuke T. Shumaker
2025-05-06Use C23Luke T. Shumaker
This gives us: - [[maybe_unused]] instead of [[gnu::unused]] - bool/true/false are predefined, so no need for <stdbool.h>
2024-12-26Build the full matrix of CMAKE_BUILD_TYPELuke T. Shumaker
2024-12-26libmisc: test_rand: Avoid divide-by-zero, even if its result is ignoredLuke T. Shumaker
2024-12-26libmisc: Rework how test-intercepts workLuke T. Shumaker
2024-11-15Add tests to libmiscLuke T. Shumaker