diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-02-07 11:46:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 11:46:41 +0000 |
commit | 8b82ffa9e423558d7644c7135db4114f59537829 (patch) | |
tree | 90a326f8e796d4a81e98e0639fe67b6a0459ed08 /run_unittests.py | |
parent | 8e73e5fe1c4fcd5a875cb4777c7938f9069e0102 (diff) | |
parent | f63e168685c22a749502161355a7ea98a6c5344a (diff) | |
download | meson-8b82ffa9e423558d7644c7135db4114f59537829.zip meson-8b82ffa9e423558d7644c7135db4114f59537829.tar.gz meson-8b82ffa9e423558d7644c7135db4114f59537829.tar.bz2 |
Merge pull request #8305 from xclaesse/run-target-env
run_target: Add env kwarg
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index b2e7338..7981df6 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2381,6 +2381,7 @@ class AllPlatformTests(BasePlatformTests): testdir = os.path.join(self.common_test_dir, '52 run target') self.init(testdir) self.run_target('check_exists') + self.run_target('check-env') def test_install_introspection(self): ''' |