about summary refs log tree commit diff homepage
path: root/test/DeterministicAllocation
AgeCommit message (Collapse)Author
2024-02-08Assume C compiler's default standard is `-std=gnu17`Martin Nowack
Newer compilers use `-std=gnu17` as the default when compiling C code. Fix all the test cases that violate this behaviour or explicitly request older standards `-std=c89` where necessary.
2023-03-16Add some system tests for KDAllocDaniel Schemmel