summaryrefslogtreecommitdiff
path: root/src/lxc
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-08-18 15:38:34 +0200
committerPavel Hrdina <phrdina@redhat.com>2020-08-18 16:35:56 +0200
commite72a4a7f011502917d4f1c11d90109e05e55c842 (patch)
treee0a3776e3bd61fbed7dc070c9f7e0e45c036afc3 /src/lxc
parent055cac9c5f64a11f00738104bdd1f4c579a1a848 (diff)
downloadlibvirt-e72a4a7f011502917d4f1c11d90109e05e55c842.tar.gz
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>
Diffstat (limited to 'src/lxc')
-rw-r--r--src/lxc/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lxc/meson.build b/src/lxc/meson.build
index 11526b637b..2810da7604 100644
--- a/src/lxc/meson.build
+++ b/src/lxc/meson.build
@@ -154,6 +154,9 @@ if conf.has('WITH_LXC')
'name': 'test_libvirtd_lxc.aug',
'aug': files('test_libvirtd_lxc.aug.in'),
'conf': files('lxc.conf'),
+ 'test_name': 'libvirtd_lxc',
+ 'test_srcdir': meson.current_source_dir(),
+ 'test_builddir': meson.current_build_dir(),
}
virt_daemon_confs += {