mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
run: set abs_builddir variables
test-lib.sh needs these to be set. Export them so that the virsh-* tests can be run using: builddir$ ./run srcdir/tests/virsh-snapshot Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
630b0dd6c3
commit
c6bcc4753d
@ -2233,6 +2233,7 @@ configure_file(output: 'meson-config.h', configuration: conf)
|
||||
# generate run helper
|
||||
run_conf = configuration_data()
|
||||
run_conf.set('abs_builddir', meson.build_root())
|
||||
run_conf.set('abs_top_builddir', meson.build_root())
|
||||
configure_file(
|
||||
input: 'run.in',
|
||||
output: '@BASENAME@',
|
||||
|
Loading…
Reference in New Issue
Block a user