aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-05-03 18:56:34 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-05-03 18:56:34 +0530
commit575ffec62e9b24513db48cd5af3a1100fc79143f (patch)
treec38440e34dc1adc1ca369e4e74708fa704c5724d /run_unittests.py
parent8bda86faabc5943954d85720967caadc1de95c46 (diff)
downloadmeson-575ffec62e9b24513db48cd5af3a1100fc79143f.zip
meson-575ffec62e9b24513db48cd5af3a1100fc79143f.tar.gz
meson-575ffec62e9b24513db48cd5af3a1100fc79143f.tar.bz2
python module: Move tests to test cases/unit
The tests are only run via unit tests, so that's where they should be.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 4c51bb4..78bb9b7 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -3160,7 +3160,7 @@ class PythonTests(BasePlatformTests):
if self.backend is not Backend.ninja:
raise unittest.SkipTest('Skipping python tests with {} backend'.format(self.backend.name))
- testdir = os.path.join(self.src_root, 'test cases', 'python', '1 extmodule')
+ testdir = os.path.join(self.src_root, 'test cases', 'unit', '32 python extmodule')
# No python version specified, this will use meson's python
self.init(testdir)