diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-05-11 09:14:18 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-11-14 15:57:37 -0800 |
commit | 091452f8cd886dedc2bc5d3ec292dcf899989a24 (patch) | |
tree | 876f93539a8579babb9b9927845912bbe1cc7a3a /run_unittests.py | |
parent | f159735c3b82849d0c5d33345b7b07a5f5024428 (diff) | |
download | meson-091452f8cd886dedc2bc5d3ec292dcf899989a24.zip meson-091452f8cd886dedc2bc5d3ec292dcf899989a24.tar.gz meson-091452f8cd886dedc2bc5d3ec292dcf899989a24.tar.bz2 |
modules/python3: allow specifying in the native file
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-x | run_unittests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py index cd1bf62..fc4e82b 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -4554,6 +4554,9 @@ class NativeFileTests(BasePlatformTests): raise unittest.SkipTest('No llvm-installed, cannot test') self._simple_test('config_dep', 'llvm-config') + def test_python3_module(self): + self._simple_test('python3', 'python3') + def unset_envs(): # For unit tests we must fully control all command lines |