pacman/test
Allan McRae c89f42f17b meson: do not use meson.source_root() and meson.build_root()
Using meson.source_root() and meson.build_root() are deprectated in
meson-0.56.  Using current_source_dir() or current_build_dir() (which
have been available in all Meson versions) would require manually
adding "../" in some places.  Instead, use project_source_root() and
project_build_root() and require meson-0.56.

Signed-off-by: Allan McRae <allan@archlinux.org>
2022-03-06 16:26:34 +10:00
..
pacman meson: do not use meson.source_root() and meson.build_root() 2022-03-06 16:26:34 +10:00
scripts ensure tests are parsed as TAP since they are, in fact, TAP 2021-04-07 22:38:52 +10:00
util Update copyright years 2022-01-02 13:34:52 +10:00
.gitignore Push down testing .gitignore entries 2014-01-06 14:38:50 +10:00
tap.sh Remove all modelines from the project 2018-05-14 09:59:15 +10:00