summaryrefslogtreecommitdiff
path: root/test cases/unit/116 c cpp stds/meson.build
AgeCommit message (Collapse)Author
2025-08-11Condense test directory names.Jussi Pakkanen
2025-08-01Condense test directory names for 1.9.Jussi Pakkanen
2025-04-14Condense directory names for 1.8 rc1.Jussi Pakkanen
2025-01-27unit tests: Test ObjC and ObjC++ as well as C and C++Dylan Baker
This tests ObjC and ObjC++ both with and without C enabled. I did this because I ran into issues where ObjC only worked when C was enabled, and then a later bug where C was disabled, due to the fact that C and ObjC both use `c_std` and not `objc_std`.
2025-01-09Condensed directory names for release.Jussi Pakkanen