aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/unit/114 empty project/expected_mods.json (renamed from test cases/unit/113 empty project/expected_mods.json)0
-rw-r--r--test cases/unit/114 empty project/meson.build (renamed from test cases/unit/113 empty project/meson.build)0
-rw-r--r--test cases/unit/115 genvslite/main.cpp (renamed from test cases/unit/114 genvslite/main.cpp)0
-rw-r--r--test cases/unit/115 genvslite/meson.build (renamed from test cases/unit/114 genvslite/meson.build)0
-rw-r--r--unittests/platformagnostictests.py2
-rw-r--r--unittests/windowstests.py2
6 files changed, 2 insertions, 2 deletions
diff --git a/test cases/unit/113 empty project/expected_mods.json b/test cases/unit/114 empty project/expected_mods.json
index 7463bcb..7463bcb 100644
--- a/test cases/unit/113 empty project/expected_mods.json
+++ b/test cases/unit/114 empty project/expected_mods.json
diff --git a/test cases/unit/113 empty project/meson.build b/test cases/unit/114 empty project/meson.build
index b92b9b4..b92b9b4 100644
--- a/test cases/unit/113 empty project/meson.build
+++ b/test cases/unit/114 empty project/meson.build
diff --git a/test cases/unit/114 genvslite/main.cpp b/test cases/unit/115 genvslite/main.cpp
index ca250bd..ca250bd 100644
--- a/test cases/unit/114 genvslite/main.cpp
+++ b/test cases/unit/115 genvslite/main.cpp
diff --git a/test cases/unit/114 genvslite/meson.build b/test cases/unit/115 genvslite/meson.build
index 3445d7f..3445d7f 100644
--- a/test cases/unit/114 genvslite/meson.build
+++ b/test cases/unit/115 genvslite/meson.build
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)