diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-12 23:47:10 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-12-13 00:47:10 +0200 |
commit | 3778a34979c1f705eda044960cc1f89233409f88 (patch) | |
tree | 9a52f95bb448ebcbe4249325c2c2d7b37e72bf2d /run_unittests.py | |
parent | 9371965132e8854db1b43b4bda61f0404b4b3609 (diff) | |
download | meson-3778a34979c1f705eda044960cc1f89233409f88.zip meson-3778a34979c1f705eda044960cc1f89233409f88.tar.gz meson-3778a34979c1f705eda044960cc1f89233409f88.tar.bz2 |
mintro: include test protocol in introspection data
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py index a7a0d26..703673f 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2620,7 +2620,6 @@ int main(int argc, char **argv) { 'disttest-1.4.3/subprojects/vcssub/meson.build']), sorted(z.namelist())) - def test_rpath_uses_ORIGIN(self): ''' Test that built targets use $ORIGIN in rpath, which ensures that they @@ -3813,6 +3812,7 @@ recommended as it is not supported on some platforms''') ('timeout', int), ('suite', list), ('is_parallel', bool), + ('protocol', str), ] buildoptions_keylist = [ |