summaryrefslogtreecommitdiff
path: root/lib/message/tests
AgeCommit message (Collapse)Author
2025-08-15message: add support for labels + testsDirk-Jan C. Binnema
Labels are strings associated with messages, which can be used for searching them.
2025-08-15tests: only build when neededDirk-Jan C. Binnema
Build the tests lazily, i.e., not before `meson test`. This helps with build-times.
2024-01-06tests: move to tests/, make optionalDirk-Jan C. Binnema
While not recommended, sometimes it can be useful to disable building the unit tests. This can be done now with meson -Dtests=disabled build