aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-07-05 21:41:39 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-07-05 23:56:18 +0300
commitbf9a6a1b5c9e7f3a8d9630c243d601e7d70420ef (patch)
tree2500383902da66e85a2943f8cb3ec3cf0b89b675 /unittests
parentd140342c148b91b16c39795f72ca09840d5fe54f (diff)
downloadmeson-bf9a6a1b5c9e7f3a8d9630c243d601e7d70420ef.zip
meson-bf9a6a1b5c9e7f3a8d9630c243d601e7d70420ef.tar.gz
meson-bf9a6a1b5c9e7f3a8d9630c243d601e7d70420ef.tar.bz2
Renumber test dirs for rc2.
Diffstat (limited to 'unittests')
-rw-r--r--unittests/platformagnostictests.py2
-rw-r--r--unittests/windowstests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/unittests/platformagnostictests.py b/unittests/platformagnostictests.py
index 976656e..a88a514 100644
--- a/unittests/platformagnostictests.py
+++ b/unittests/platformagnostictests.py
@@ -242,7 +242,7 @@ class PlatformAgnosticTests(BasePlatformTests):
thing to do as new features are added, but keeping track of them is
good.
'''
- testdir = os.path.join(self.unit_test_dir, '113 empty project')
+ testdir = os.path.join(self.unit_test_dir, '114 empty project')
self.init(testdir)
self._run(self.meson_command + ['--internal', 'regenerate', '--profile-self', testdir, self.builddir])
diff --git a/unittests/windowstests.py b/unittests/windowstests.py
index 36a1f3f..37e9299 100644
--- a/unittests/windowstests.py
+++ b/unittests/windowstests.py
@@ -195,7 +195,7 @@ class WindowsTests(BasePlatformTests):
if self.backend is not Backend.ninja:
raise SkipTest('Test only applies when using the Ninja backend')
- testdir = os.path.join(self.unit_test_dir, '114 genvslite')
+ testdir = os.path.join(self.unit_test_dir, '115 genvslite')
env = get_fake_env(testdir, self.builddir, self.prefix)
cc = detect_c_compiler(env, MachineChoice.HOST)