]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src/meson: add missing augeas tests
authorPavel Hrdina <phrdina@redhat.com>
Tue, 18 Aug 2020 13:38:34 +0000 (15:38 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 18 Aug 2020 14:35:56 +0000 (16:35 +0200)
commite72a4a7f011502917d4f1c11d90109e05e55c842
treee0a3776e3bd61fbed7dc070c9f7e0e45c036afc3
parent055cac9c5f64a11f00738104bdd1f4c579a1a848
src/meson: add missing augeas tests

Most of our augeas files are generated during meson setup into build
directory and we were running augeas tests only for these files.

However, we have some other augeas and config files that are not
modified during meson setup and they are only in source directories.
In order to run tests for these files we need to provide different path
to both source and build directories.

Reported-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/bhyve/meson.build
src/libxl/meson.build
src/locking/meson.build
src/logging/meson.build
src/lxc/meson.build
src/meson.build
src/qemu/meson.build