diff options
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 = [ |