summaryrefslogtreecommitdiff
path: root/tests/Makefile (follow)
AgeCommit message (Collapse)Author
2026-03-13Add some compilers flags to the C++ testsuitejvoisin
Notably -Wno-fortify-source, to prevent clang from using its own fortify implementation. Co-Authored-By: Sertonix
2026-03-13Fixes compilation with clang and -D_FORTIFY_SOURCE=2jvoisin
This commit fixes the typo pass_object_size__ for pass_object_size. It also adds tests in the CI to prevent this from happening again. Ref https://clang.llvm.org/docs/AttributeReference.html#pass-object-size-pass-dynamic-object-size Co-Authored-By: Sertonix
2025-11-11Add a testsuitejvoisin
Co-Authored-By: q66 <q66@chimera-linux.org>