diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-20 19:29:42 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-20 21:20:13 +0300 |
| commit | fbeedf4b141ac84d236649aa1e5d4f6bf773ce92 (patch) | |
| tree | 748cc28c1afaa275e34e263b6a2f8bc442b47210 /unittests/linuxliketests.py | |
| parent | 5cc511b1e6ff031f9257e11584c79e50370d9a4c (diff) | |
| download | meson-fbeedf4b141ac84d236649aa1e5d4f6bf773ce92.tar.gz | |
Condense test directories.
Diffstat (limited to 'unittests/linuxliketests.py')
| -rw-r--r-- | unittests/linuxliketests.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unittests/linuxliketests.py b/unittests/linuxliketests.py index bf0437bca..3ac980760 100644 --- a/unittests/linuxliketests.py +++ b/unittests/linuxliketests.py @@ -1333,7 +1333,7 @@ class LinuxlikeTests(BasePlatformTests): see: https://github.com/mesonbuild/meson/issues/9000 https://stackoverflow.com/questions/48532868/gcc-library-option-with-a-colon-llibevent-a ''' - testdir = os.path.join(self.unit_test_dir, '98 link full name','libtestprovider') + testdir = os.path.join(self.unit_test_dir, '97 link full name','libtestprovider') oldprefix = self.prefix # install into installdir without using DESTDIR installdir = self.installdir @@ -1346,7 +1346,7 @@ class LinuxlikeTests(BasePlatformTests): self.new_builddir() env = {'LIBRARY_PATH': os.path.join(installdir, self.libdir), 'PKG_CONFIG_PATH': _prepend_pkg_config_path(os.path.join(installdir, self.libdir, 'pkgconfig'))} - testdir = os.path.join(self.unit_test_dir, '98 link full name','proguser') + testdir = os.path.join(self.unit_test_dir, '97 link full name','proguser') self.init(testdir,override_envvars=env) # test for link with full path @@ -1752,7 +1752,7 @@ class LinuxlikeTests(BasePlatformTests): @skipUnless(is_linux() or is_osx(), 'Test only applicable to Linux and macOS') def test_install_strip(self): - testdir = os.path.join(self.unit_test_dir, '104 strip') + testdir = os.path.join(self.unit_test_dir, '103 strip') self.init(testdir) self.build() |
