NetworkManager/src/tests
Íñigo Huguet 1b1612f064 meson: specify project version with the -dev and -rc suffixes
This will create the tarball with names NetworkManager-1.56-rc2.tar.xz
or NetworkManager-1.57.1-dev.tar.xz. This way they will match with the
name of the Git tag, making easier for users, and specially for tools
like Packit, to understand the versioning scheme.

The goal is to make that there is only one public versioning scheme, the
one with -rc and -dev suffixes. Version numbers with micro>=90 for RC
releases is kept only as an internal thing for the C headers. Users of
the API can still use it.

Bump meson version to 0.56 to use str.substring().

(cherry picked from commit e422b1c3d9)
2026-01-07 13:02:16 +01:00
..
client meson: specify project version with the -dev and -rc suffixes 2026-01-07 13:02:16 +01:00
check-potfile-list.py po: add test to check potfiles list contents 2025-04-24 10:27:36 +02:00
check-systemd-unit.sh test/check-systemd-unit: skip if systemd too old 2024-10-30 11:04:36 +01:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

tests

Contains some unit tests that don't clearly fit a category to be placed in a different location.

Maybe a better place should be found and this directory should go away.