Renumber test dirs for rc2.

pull/11937/merge
Jussi Pakkanen 2 years ago
parent d140342c14
commit bf9a6a1b5c
  1. 0
      test cases/unit/114 empty project/expected_mods.json
  2. 0
      test cases/unit/114 empty project/meson.build
  3. 0
      test cases/unit/115 genvslite/main.cpp
  4. 0
      test cases/unit/115 genvslite/meson.build
  5. 2
      unittests/platformagnostictests.py
  6. 2
      unittests/windowstests.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])

@ -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)

Loading…
Cancel
Save