diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-07-06 23:18:58 +0300 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2022-07-07 10:04:51 -0700 |
commit | befd26985c87ccae93523d336057173b9530da2b (patch) | |
tree | 11d3b4eaaeeeddc5274a199bf37df1078accaeab /test cases | |
parent | 11f76c2fc732dd4d827329d088d0e6587ef3ce12 (diff) | |
download | meson-befd26985c87ccae93523d336057173b9530da2b.zip meson-befd26985c87ccae93523d336057173b9530da2b.tar.gz meson-befd26985c87ccae93523d336057173b9530da2b.tar.bz2 |
Fix test case numbers.
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/common/252 subproject dependency variables/meson.build (renamed from test cases/common/251 subproject dependency variables/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/252 subproject dependency variables/subprojects/subfiles/foo.c (renamed from test cases/common/251 subproject dependency variables/subprojects/subfiles/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/252 subproject dependency variables/subprojects/subfiles/meson.build (renamed from test cases/common/251 subproject dependency variables/subprojects/subfiles/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir/foo.c (renamed from test cases/common/251 subproject dependency variables/subprojects/subfiles/subdir/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir2/foo.c (renamed from test cases/common/251 subproject dependency variables/subprojects/subfiles/subdir2/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/252 subproject dependency variables/test.json (renamed from test cases/common/251 subproject dependency variables/test.json) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/meson.build (renamed from test cases/failing/123 subproject sandbox violation/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/meson_options.txt (renamed from test cases/failing/123 subproject sandbox violation/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj1/file.txt (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj1/file.txt) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj1/meson.build (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj1/nested/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj2/file.txt (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj2/file.txt) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj2/meson.build (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj2/nested/meson.build (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj2/nested/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj3/file.txt (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj3/file.txt) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/subprojects/subproj3/meson.build (renamed from test cases/failing/123 subproject sandbox violation/subprojects/subproj3/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/124 subproject sandbox violation/test.json (renamed from test cases/failing/123 subproject sandbox violation/test.json) | 2 | ||||
-rw-r--r-- | test cases/failing/125 override and add_project_dependency/inc/lib.h (renamed from test cases/failing/124 override and add_project_dependency/inc/lib.h) | 0 | ||||
-rw-r--r-- | test cases/failing/125 override and add_project_dependency/lib.c (renamed from test cases/failing/124 override and add_project_dependency/lib.c) | 0 | ||||
-rw-r--r-- | test cases/failing/125 override and add_project_dependency/meson.build (renamed from test cases/failing/124 override and add_project_dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/125 override and add_project_dependency/subprojects/a/meson.build (renamed from test cases/failing/124 override and add_project_dependency/subprojects/a/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/125 override and add_project_dependency/subprojects/a/prog.c (renamed from test cases/failing/124 override and add_project_dependency/subprojects/a/prog.c) | 0 | ||||
-rw-r--r-- | test cases/failing/125 override and add_project_dependency/test.json (renamed from test cases/failing/124 override and add_project_dependency/test.json) | 2 | ||||
-rw-r--r-- | test cases/failing/126 targets before add_project_dependency/inc/lib.h (renamed from test cases/failing/125 targets before add_project_dependency/inc/lib.h) | 0 | ||||
-rw-r--r-- | test cases/failing/126 targets before add_project_dependency/lib.c (renamed from test cases/failing/125 targets before add_project_dependency/lib.c) | 0 | ||||
-rw-r--r-- | test cases/failing/126 targets before add_project_dependency/meson.build (renamed from test cases/failing/125 targets before add_project_dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/126 targets before add_project_dependency/test.json (renamed from test cases/failing/125 targets before add_project_dependency/test.json) | 2 | ||||
-rw-r--r-- | test cases/failing/127 extract from unity/meson.build (renamed from test cases/failing/126 extract from unity/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/127 extract from unity/src1.c (renamed from test cases/failing/126 extract from unity/src1.c) | 0 | ||||
-rw-r--r-- | test cases/failing/127 extract from unity/src2.c (renamed from test cases/failing/126 extract from unity/src2.c) | 0 | ||||
-rw-r--r-- | test cases/failing/127 extract from unity/test.json (renamed from test cases/failing/126 extract from unity/test.json) | 2 | ||||
-rw-r--r-- | test cases/failing/128 subproject object as a dependency/main.c (renamed from test cases/failing/127 subproject object as a dependency/main.c) | 0 | ||||
-rw-r--r-- | test cases/failing/128 subproject object as a dependency/meson.build (renamed from test cases/failing/127 subproject object as a dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/128 subproject object as a dependency/subprojects/sub/meson.build (renamed from test cases/failing/127 subproject object as a dependency/subprojects/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/failing/128 subproject object as a dependency/test.json (renamed from test cases/failing/127 subproject object as a dependency/test.json) | 2 | ||||
-rw-r--r-- | test cases/unit/100 custom target name/file.txt.in (renamed from test cases/unit/99 custom target name/file.txt.in) | 0 | ||||
-rw-r--r-- | test cases/unit/100 custom target name/meson.build (renamed from test cases/unit/99 custom target name/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/100 custom target name/subdir/meson.build (renamed from test cases/unit/99 custom target name/subdir/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/unit/101 relative find program/foo.py (renamed from test cases/unit/100 relative find program/foo.py) | 0 | ||||
-rw-r--r-- | test cases/unit/101 relative find program/meson.build (renamed from test cases/unit/100 relative find program/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/101 relative find program/subdir/meson.build (renamed from test cases/unit/100 relative find program/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/102 rlib linkage/lib2.rs (renamed from test cases/unit/101 rlib linkage/lib2.rs) | 0 | ||||
-rw-r--r-- | test cases/unit/102 rlib linkage/main.rs (renamed from test cases/unit/101 rlib linkage/main.rs) | 0 | ||||
-rw-r--r-- | test cases/unit/102 rlib linkage/meson.build (renamed from test cases/unit/101 rlib linkage/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/103 python without pkgconfig/meson.build (renamed from test cases/unit/102 python without pkgconfig/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/104 strip/lib.c (renamed from test cases/unit/103 strip/lib.c) | 0 | ||||
-rw-r--r-- | test cases/unit/104 strip/meson.build (renamed from test cases/unit/103 strip/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/105 debug function/meson.build (renamed from test cases/unit/104 debug function/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/106 pkgconfig relocatable with absolute path/meson.build (renamed from test cases/unit/105 pkgconfig relocatable with absolute path/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/cp.py (renamed from test cases/unit/106 subproject symlink/cp.py) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/main.c (renamed from test cases/unit/106 subproject symlink/main.c) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/meson.build (renamed from test cases/unit/106 subproject symlink/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile (renamed from test cases/unit/106 subproject symlink/symlinked_subproject/datadir/datafile) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build (renamed from test cases/unit/106 subproject symlink/symlinked_subproject/datadir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/symlinked_subproject/meson.build (renamed from test cases/unit/106 subproject symlink/symlinked_subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/107 subproject symlink/symlinked_subproject/src.c (renamed from test cases/unit/106 subproject symlink/symlinked_subproject/src.c) | 0 | ||||
-rw-r--r-- | test cases/unit/108 new subproject on reconfigure/meson.build (renamed from test cases/unit/107 new subproject on reconfigure/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/108 new subproject on reconfigure/meson_options.txt (renamed from test cases/unit/107 new subproject on reconfigure/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/108 new subproject on reconfigure/subprojects/foo/foo.c (renamed from test cases/unit/107 new subproject on reconfigure/subprojects/foo/foo.c) | 0 | ||||
-rw-r--r-- | test cases/unit/108 new subproject on reconfigure/subprojects/foo/meson.build (renamed from test cases/unit/107 new subproject on reconfigure/subprojects/foo/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/foo.c (renamed from test cases/unit/91 install skip subprojects/foo.c) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/foo.dat (renamed from test cases/unit/91 install skip subprojects/foo.dat) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/foo.h (renamed from test cases/unit/91 install skip subprojects/foo.h) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/foo/foofile (renamed from test cases/unit/91 install skip subprojects/foo/foofile) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/meson.build (renamed from test cases/unit/91 install skip subprojects/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/subprojects/bar/bar.c (renamed from test cases/unit/91 install skip subprojects/subprojects/bar/bar.c) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat (renamed from test cases/unit/91 install skip subprojects/subprojects/bar/bar.dat) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/subprojects/bar/bar.h (renamed from test cases/unit/91 install skip subprojects/subprojects/bar/bar.h) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile (renamed from test cases/unit/91 install skip subprojects/subprojects/bar/bar/barfile) | 0 | ||||
-rw-r--r-- | test cases/unit/92 install skip subprojects/subprojects/bar/meson.build (renamed from test cases/unit/91 install skip subprojects/subprojects/bar/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/93 new subproject in configured project/meson.build (renamed from test cases/unit/92 new subproject in configured project/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/93 new subproject in configured project/meson_options.txt (renamed from test cases/unit/92 new subproject in configured project/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c (renamed from test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c) | 0 | ||||
-rw-r--r-- | test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build (renamed from test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/.clang-format (renamed from test cases/unit/93 clangformat/.clang-format) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/.clang-format-ignore (renamed from test cases/unit/93 clangformat/.clang-format-ignore) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/.clang-format-include (renamed from test cases/unit/93 clangformat/.clang-format-include) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/meson.build (renamed from test cases/unit/93 clangformat/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/not-included/badformat.cpp (renamed from test cases/unit/93 clangformat/not-included/badformat.cpp) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/src/badformat.c (renamed from test cases/unit/93 clangformat/src/badformat.c) | 0 | ||||
-rw-r--r-- | test cases/unit/94 clangformat/src/badformat.cpp (renamed from test cases/unit/93 clangformat/src/badformat.cpp) | 0 | ||||
-rw-r--r-- | test cases/unit/95 custominc/easytogrepfor/genh.py (renamed from test cases/unit/94 custominc/easytogrepfor/genh.py) | 0 | ||||
-rw-r--r-- | test cases/unit/95 custominc/easytogrepfor/meson.build (renamed from test cases/unit/94 custominc/easytogrepfor/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/95 custominc/helper.c (renamed from test cases/unit/94 custominc/helper.c) | 0 | ||||
-rw-r--r-- | test cases/unit/95 custominc/meson.build (renamed from test cases/unit/94 custominc/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/95 custominc/prog.c (renamed from test cases/unit/94 custominc/prog.c) | 0 | ||||
-rw-r--r-- | test cases/unit/95 custominc/prog2.c (renamed from test cases/unit/94 custominc/prog2.c) | 0 | ||||
-rw-r--r-- | test cases/unit/96 implicit force fallback/meson.build (renamed from test cases/unit/95 implicit force fallback/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/96 implicit force fallback/subprojects/something/meson.build (renamed from test cases/unit/95 implicit force fallback/subprojects/something/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/97 compiler.links file arg/meson.build (renamed from test cases/unit/96 compiler.links file arg/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/97 compiler.links file arg/test.c (renamed from test cases/unit/96 compiler.links file arg/test.c) | 0 | ||||
-rw-r--r-- | test cases/unit/98 link full name/.gitignore (renamed from test cases/unit/97 link full name/.gitignore) | 0 | ||||
-rw-r--r-- | test cases/unit/98 link full name/libtestprovider/meson.build (renamed from test cases/unit/97 link full name/libtestprovider/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/98 link full name/libtestprovider/provider.c (renamed from test cases/unit/97 link full name/libtestprovider/provider.c) | 0 | ||||
-rw-r--r-- | test cases/unit/98 link full name/proguser/meson.build (renamed from test cases/unit/97 link full name/proguser/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/98 link full name/proguser/receiver.c (renamed from test cases/unit/97 link full name/proguser/receiver.c) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/bar-custom.txt (renamed from test cases/unit/98 install all targets/bar-custom.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/bar-devel.h (renamed from test cases/unit/98 install all targets/bar-devel.h) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/bar-notag.txt (renamed from test cases/unit/98 install all targets/bar-notag.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/custom_files/data.txt (renamed from test cases/unit/98 install all targets/custom_files/data.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/foo.in (renamed from test cases/unit/98 install all targets/foo.in) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/foo1-devel.h (renamed from test cases/unit/98 install all targets/foo1-devel.h) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/lib.c (renamed from test cases/unit/98 install all targets/lib.c) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/main.c (renamed from test cases/unit/98 install all targets/main.c) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/meson.build (renamed from test cases/unit/98 install all targets/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/script.py (renamed from test cases/unit/98 install all targets/script.py) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/bar2-devel.h (renamed from test cases/unit/98 install all targets/subdir/bar2-devel.h) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/foo2.in (renamed from test cases/unit/98 install all targets/subdir/foo2.in) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/foo3-devel.h (renamed from test cases/unit/98 install all targets/subdir/foo3-devel.h) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/lib.c (renamed from test cases/unit/98 install all targets/subdir/lib.c) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/main.c (renamed from test cases/unit/98 install all targets/subdir/main.c) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/meson.build (renamed from test cases/unit/98 install all targets/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/99 install all targets/subdir/script.py (renamed from test cases/unit/98 install all targets/subdir/script.py) | 0 | ||||
-rw-r--r-- | test cases/windows/19 msvc cplusplus define/main.cpp (renamed from test cases/windows/18 msvc cplusplus define/main.cpp) | 0 | ||||
-rw-r--r-- | test cases/windows/19 msvc cplusplus define/meson.build (renamed from test cases/windows/18 msvc cplusplus define/meson.build) | 0 | ||||
-rw-r--r-- | test cases/windows/20 vs install static lib with generated obj deps/both_lib_source.c (renamed from test cases/windows/19 vs install static lib with generated obj deps/both_lib_source.c) | 0 | ||||
-rw-r--r-- | test cases/windows/20 vs install static lib with generated obj deps/copyfile.py (renamed from test cases/windows/19 vs install static lib with generated obj deps/copyfile.py) | 0 | ||||
-rw-r--r-- | test cases/windows/20 vs install static lib with generated obj deps/generated_source.c (renamed from test cases/windows/19 vs install static lib with generated obj deps/generated_source.c) | 0 | ||||
-rw-r--r-- | test cases/windows/20 vs install static lib with generated obj deps/meson.build (renamed from test cases/windows/19 vs install static lib with generated obj deps/meson.build) | 0 | ||||
-rw-r--r-- | test cases/windows/20 vs install static lib with generated obj deps/static_lib_source.c (renamed from test cases/windows/19 vs install static lib with generated obj deps/static_lib_source.c) | 0 | ||||
-rw-r--r-- | test cases/windows/20 vs install static lib with generated obj deps/test.json (renamed from test cases/windows/19 vs install static lib with generated obj deps/test.json) | 0 |
121 files changed, 5 insertions, 5 deletions
diff --git a/test cases/common/251 subproject dependency variables/meson.build b/test cases/common/252 subproject dependency variables/meson.build index 403b6f1..403b6f1 100644 --- a/test cases/common/251 subproject dependency variables/meson.build +++ b/test cases/common/252 subproject dependency variables/meson.build diff --git a/test cases/common/251 subproject dependency variables/subprojects/subfiles/foo.c b/test cases/common/252 subproject dependency variables/subprojects/subfiles/foo.c index 78f2de1..78f2de1 100644 --- a/test cases/common/251 subproject dependency variables/subprojects/subfiles/foo.c +++ b/test cases/common/252 subproject dependency variables/subprojects/subfiles/foo.c diff --git a/test cases/common/251 subproject dependency variables/subprojects/subfiles/meson.build b/test cases/common/252 subproject dependency variables/subprojects/subfiles/meson.build index f5ad0f2..f5ad0f2 100644 --- a/test cases/common/251 subproject dependency variables/subprojects/subfiles/meson.build +++ b/test cases/common/252 subproject dependency variables/subprojects/subfiles/meson.build diff --git a/test cases/common/251 subproject dependency variables/subprojects/subfiles/subdir/foo.c b/test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir/foo.c index 78f2de1..78f2de1 100644 --- a/test cases/common/251 subproject dependency variables/subprojects/subfiles/subdir/foo.c +++ b/test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir/foo.c diff --git a/test cases/common/251 subproject dependency variables/subprojects/subfiles/subdir2/foo.c b/test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir2/foo.c index 78f2de1..78f2de1 100644 --- a/test cases/common/251 subproject dependency variables/subprojects/subfiles/subdir2/foo.c +++ b/test cases/common/252 subproject dependency variables/subprojects/subfiles/subdir2/foo.c diff --git a/test cases/common/251 subproject dependency variables/test.json b/test cases/common/252 subproject dependency variables/test.json index c345bbe..c345bbe 100644 --- a/test cases/common/251 subproject dependency variables/test.json +++ b/test cases/common/252 subproject dependency variables/test.json diff --git a/test cases/failing/123 subproject sandbox violation/meson.build b/test cases/failing/124 subproject sandbox violation/meson.build index d41994c..d41994c 100644 --- a/test cases/failing/123 subproject sandbox violation/meson.build +++ b/test cases/failing/124 subproject sandbox violation/meson.build diff --git a/test cases/failing/123 subproject sandbox violation/meson_options.txt b/test cases/failing/124 subproject sandbox violation/meson_options.txt index e7b782d..e7b782d 100644 --- a/test cases/failing/123 subproject sandbox violation/meson_options.txt +++ b/test cases/failing/124 subproject sandbox violation/meson_options.txt diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj1/file.txt b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/file.txt index e69de29..e69de29 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj1/file.txt +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/file.txt diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj1/meson.build b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/meson.build index bd33bf3..bd33bf3 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj1/meson.build +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/meson.build diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj1/nested/meson.build b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build index 038c139..038c139 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj1/nested/meson.build +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj1/nested/meson.build diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj2/file.txt b/test cases/failing/124 subproject sandbox violation/subprojects/subproj2/file.txt index e69de29..e69de29 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj2/file.txt +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj2/file.txt diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj2/meson.build b/test cases/failing/124 subproject sandbox violation/subprojects/subproj2/meson.build index a6032aa..a6032aa 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj2/meson.build +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj2/meson.build diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj2/nested/meson.build b/test cases/failing/124 subproject sandbox violation/subprojects/subproj2/nested/meson.build index e69de29..e69de29 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj2/nested/meson.build +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj2/nested/meson.build diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj3/file.txt b/test cases/failing/124 subproject sandbox violation/subprojects/subproj3/file.txt index e69de29..e69de29 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj3/file.txt +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj3/file.txt diff --git a/test cases/failing/123 subproject sandbox violation/subprojects/subproj3/meson.build b/test cases/failing/124 subproject sandbox violation/subprojects/subproj3/meson.build index c4fa64c..c4fa64c 100644 --- a/test cases/failing/123 subproject sandbox violation/subprojects/subproj3/meson.build +++ b/test cases/failing/124 subproject sandbox violation/subprojects/subproj3/meson.build diff --git a/test cases/failing/123 subproject sandbox violation/test.json b/test cases/failing/124 subproject sandbox violation/test.json index 88ea620..ca3d142 100644 --- a/test cases/failing/123 subproject sandbox violation/test.json +++ b/test cases/failing/124 subproject sandbox violation/test.json @@ -10,7 +10,7 @@ }, "stdout": [ { - "line": "test cases/failing/123 subproject sandbox violation/meson.build:24:0: ERROR: Sandbox violation: Tried to grab file file.txt from a nested subproject." + "line": "test cases/failing/124 subproject sandbox violation/meson.build:24:0: ERROR: Sandbox violation: Tried to grab file file.txt from a nested subproject." } ] } diff --git a/test cases/failing/124 override and add_project_dependency/inc/lib.h b/test cases/failing/125 override and add_project_dependency/inc/lib.h index 4cfc47e..4cfc47e 100644 --- a/test cases/failing/124 override and add_project_dependency/inc/lib.h +++ b/test cases/failing/125 override and add_project_dependency/inc/lib.h diff --git a/test cases/failing/124 override and add_project_dependency/lib.c b/test cases/failing/125 override and add_project_dependency/lib.c index b8b22a3..b8b22a3 100644 --- a/test cases/failing/124 override and add_project_dependency/lib.c +++ b/test cases/failing/125 override and add_project_dependency/lib.c diff --git a/test cases/failing/124 override and add_project_dependency/meson.build b/test cases/failing/125 override and add_project_dependency/meson.build index c878b01..c878b01 100644 --- a/test cases/failing/124 override and add_project_dependency/meson.build +++ b/test cases/failing/125 override and add_project_dependency/meson.build diff --git a/test cases/failing/124 override and add_project_dependency/subprojects/a/meson.build b/test cases/failing/125 override and add_project_dependency/subprojects/a/meson.build index 4f6f070..4f6f070 100644 --- a/test cases/failing/124 override and add_project_dependency/subprojects/a/meson.build +++ b/test cases/failing/125 override and add_project_dependency/subprojects/a/meson.build diff --git a/test cases/failing/124 override and add_project_dependency/subprojects/a/prog.c b/test cases/failing/125 override and add_project_dependency/subprojects/a/prog.c index ce60f81..ce60f81 100644 --- a/test cases/failing/124 override and add_project_dependency/subprojects/a/prog.c +++ b/test cases/failing/125 override and add_project_dependency/subprojects/a/prog.c diff --git a/test cases/failing/124 override and add_project_dependency/test.json b/test cases/failing/125 override and add_project_dependency/test.json index 42872ad..df749ec 100644 --- a/test cases/failing/124 override and add_project_dependency/test.json +++ b/test cases/failing/125 override and add_project_dependency/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/124 override and add_project_dependency/subprojects/a/meson.build:6:0: ERROR: Dependencies must be external dependencies" + "line": "test cases/failing/125 override and add_project_dependency/subprojects/a/meson.build:6:0: ERROR: Dependencies must be external dependencies" } ] } diff --git a/test cases/failing/125 targets before add_project_dependency/inc/lib.h b/test cases/failing/126 targets before add_project_dependency/inc/lib.h index 4cfc47e..4cfc47e 100644 --- a/test cases/failing/125 targets before add_project_dependency/inc/lib.h +++ b/test cases/failing/126 targets before add_project_dependency/inc/lib.h diff --git a/test cases/failing/125 targets before add_project_dependency/lib.c b/test cases/failing/126 targets before add_project_dependency/lib.c index b8b22a3..b8b22a3 100644 --- a/test cases/failing/125 targets before add_project_dependency/lib.c +++ b/test cases/failing/126 targets before add_project_dependency/lib.c diff --git a/test cases/failing/125 targets before add_project_dependency/meson.build b/test cases/failing/126 targets before add_project_dependency/meson.build index 38fe102..38fe102 100644 --- a/test cases/failing/125 targets before add_project_dependency/meson.build +++ b/test cases/failing/126 targets before add_project_dependency/meson.build diff --git a/test cases/failing/125 targets before add_project_dependency/test.json b/test cases/failing/126 targets before add_project_dependency/test.json index dae9506..d467914 100644 --- a/test cases/failing/125 targets before add_project_dependency/test.json +++ b/test cases/failing/126 targets before add_project_dependency/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/125 targets before add_project_dependency/meson.build:5:0: ERROR: Tried to use 'add_project_dependencies' after a build target has been declared." + "line": "test cases/failing/126 targets before add_project_dependency/meson.build:5:0: ERROR: Tried to use 'add_project_dependencies' after a build target has been declared." } ] } diff --git a/test cases/failing/126 extract from unity/meson.build b/test cases/failing/127 extract from unity/meson.build index 9e3e65f..9e3e65f 100644 --- a/test cases/failing/126 extract from unity/meson.build +++ b/test cases/failing/127 extract from unity/meson.build diff --git a/test cases/failing/126 extract from unity/src1.c b/test cases/failing/127 extract from unity/src1.c index da971bb..da971bb 100644 --- a/test cases/failing/126 extract from unity/src1.c +++ b/test cases/failing/127 extract from unity/src1.c diff --git a/test cases/failing/126 extract from unity/src2.c b/test cases/failing/127 extract from unity/src2.c index a461669..a461669 100644 --- a/test cases/failing/126 extract from unity/src2.c +++ b/test cases/failing/127 extract from unity/src2.c diff --git a/test cases/failing/126 extract from unity/test.json b/test cases/failing/127 extract from unity/test.json index 9f3a8d8..e27599d 100644 --- a/test cases/failing/126 extract from unity/test.json +++ b/test cases/failing/127 extract from unity/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/126 extract from unity/meson.build:4:0: ERROR: Single object files can not be extracted in Unity builds. You can only extract all the object files for each compiler at once." + "line": "test cases/failing/127 extract from unity/meson.build:4:0: ERROR: Single object files can not be extracted in Unity builds. You can only extract all the object files for each compiler at once." } ] } diff --git a/test cases/failing/127 subproject object as a dependency/main.c b/test cases/failing/128 subproject object as a dependency/main.c index 78f2de1..78f2de1 100644 --- a/test cases/failing/127 subproject object as a dependency/main.c +++ b/test cases/failing/128 subproject object as a dependency/main.c diff --git a/test cases/failing/127 subproject object as a dependency/meson.build b/test cases/failing/128 subproject object as a dependency/meson.build index 0114b9a..0114b9a 100644 --- a/test cases/failing/127 subproject object as a dependency/meson.build +++ b/test cases/failing/128 subproject object as a dependency/meson.build diff --git a/test cases/failing/127 subproject object as a dependency/subprojects/sub/meson.build b/test cases/failing/128 subproject object as a dependency/subprojects/sub/meson.build index 0adfd6a..0adfd6a 100644 --- a/test cases/failing/127 subproject object as a dependency/subprojects/sub/meson.build +++ b/test cases/failing/128 subproject object as a dependency/subprojects/sub/meson.build diff --git a/test cases/failing/127 subproject object as a dependency/test.json b/test cases/failing/128 subproject object as a dependency/test.json index fdc85b3..b04bf37 100644 --- a/test cases/failing/127 subproject object as a dependency/test.json +++ b/test cases/failing/128 subproject object as a dependency/test.json @@ -1,7 +1,7 @@ { "stdout": [ { - "line": "test cases/failing/127 subproject object as a dependency/meson.build:3:0: ERROR: Tried to use subproject object as a dependency." + "line": "test cases/failing/128 subproject object as a dependency/meson.build:3:0: ERROR: Tried to use subproject object as a dependency." } ] } diff --git a/test cases/unit/99 custom target name/file.txt.in b/test cases/unit/100 custom target name/file.txt.in index e69de29..e69de29 100644 --- a/test cases/unit/99 custom target name/file.txt.in +++ b/test cases/unit/100 custom target name/file.txt.in diff --git a/test cases/unit/99 custom target name/meson.build b/test cases/unit/100 custom target name/meson.build index 8d148a8..8d148a8 100644 --- a/test cases/unit/99 custom target name/meson.build +++ b/test cases/unit/100 custom target name/meson.build diff --git a/test cases/unit/99 custom target name/subdir/meson.build b/test cases/unit/100 custom target name/subdir/meson.build index 785a7b3..785a7b3 100644 --- a/test cases/unit/99 custom target name/subdir/meson.build +++ b/test cases/unit/100 custom target name/subdir/meson.build diff --git a/test cases/unit/100 relative find program/foo.py b/test cases/unit/101 relative find program/foo.py index 21239b7..21239b7 100755 --- a/test cases/unit/100 relative find program/foo.py +++ b/test cases/unit/101 relative find program/foo.py diff --git a/test cases/unit/100 relative find program/meson.build b/test cases/unit/101 relative find program/meson.build index 5745d8a..5745d8a 100644 --- a/test cases/unit/100 relative find program/meson.build +++ b/test cases/unit/101 relative find program/meson.build diff --git a/test cases/unit/100 relative find program/subdir/meson.build b/test cases/unit/101 relative find program/subdir/meson.build index 475f5f5..475f5f5 100644 --- a/test cases/unit/100 relative find program/subdir/meson.build +++ b/test cases/unit/101 relative find program/subdir/meson.build diff --git a/test cases/unit/101 rlib linkage/lib2.rs b/test cases/unit/102 rlib linkage/lib2.rs index 3487bc5..3487bc5 100644 --- a/test cases/unit/101 rlib linkage/lib2.rs +++ b/test cases/unit/102 rlib linkage/lib2.rs diff --git a/test cases/unit/101 rlib linkage/main.rs b/test cases/unit/102 rlib linkage/main.rs index d0f82e4..d0f82e4 100644 --- a/test cases/unit/101 rlib linkage/main.rs +++ b/test cases/unit/102 rlib linkage/main.rs diff --git a/test cases/unit/101 rlib linkage/meson.build b/test cases/unit/102 rlib linkage/meson.build index 2d15b2a..2d15b2a 100644 --- a/test cases/unit/101 rlib linkage/meson.build +++ b/test cases/unit/102 rlib linkage/meson.build diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/103 python without pkgconfig/meson.build index b3a0c42..b3a0c42 100644 --- a/test cases/unit/102 python without pkgconfig/meson.build +++ b/test cases/unit/103 python without pkgconfig/meson.build diff --git a/test cases/unit/103 strip/lib.c b/test cases/unit/104 strip/lib.c index 3940fde..3940fde 100644 --- a/test cases/unit/103 strip/lib.c +++ b/test cases/unit/104 strip/lib.c diff --git a/test cases/unit/103 strip/meson.build b/test cases/unit/104 strip/meson.build index dff61ab..dff61ab 100644 --- a/test cases/unit/103 strip/meson.build +++ b/test cases/unit/104 strip/meson.build diff --git a/test cases/unit/104 debug function/meson.build b/test cases/unit/105 debug function/meson.build index c3f4c76..c3f4c76 100644 --- a/test cases/unit/104 debug function/meson.build +++ b/test cases/unit/105 debug function/meson.build diff --git a/test cases/unit/105 pkgconfig relocatable with absolute path/meson.build b/test cases/unit/106 pkgconfig relocatable with absolute path/meson.build index ff21286..ff21286 100644 --- a/test cases/unit/105 pkgconfig relocatable with absolute path/meson.build +++ b/test cases/unit/106 pkgconfig relocatable with absolute path/meson.build diff --git a/test cases/unit/106 subproject symlink/cp.py b/test cases/unit/107 subproject symlink/cp.py index adb0547..adb0547 100644 --- a/test cases/unit/106 subproject symlink/cp.py +++ b/test cases/unit/107 subproject symlink/cp.py diff --git a/test cases/unit/106 subproject symlink/main.c b/test cases/unit/107 subproject symlink/main.c index 62bd4b4..62bd4b4 100644 --- a/test cases/unit/106 subproject symlink/main.c +++ b/test cases/unit/107 subproject symlink/main.c diff --git a/test cases/unit/106 subproject symlink/meson.build b/test cases/unit/107 subproject symlink/meson.build index 6766c8e..6766c8e 100644 --- a/test cases/unit/106 subproject symlink/meson.build +++ b/test cases/unit/107 subproject symlink/meson.build diff --git a/test cases/unit/106 subproject symlink/symlinked_subproject/datadir/datafile b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile index 6a68294..6a68294 100644 --- a/test cases/unit/106 subproject symlink/symlinked_subproject/datadir/datafile +++ b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/datafile diff --git a/test cases/unit/106 subproject symlink/symlinked_subproject/datadir/meson.build b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build index cbeb0a9..cbeb0a9 100644 --- a/test cases/unit/106 subproject symlink/symlinked_subproject/datadir/meson.build +++ b/test cases/unit/107 subproject symlink/symlinked_subproject/datadir/meson.build diff --git a/test cases/unit/106 subproject symlink/symlinked_subproject/meson.build b/test cases/unit/107 subproject symlink/symlinked_subproject/meson.build index 3930465..3930465 100644 --- a/test cases/unit/106 subproject symlink/symlinked_subproject/meson.build +++ b/test cases/unit/107 subproject symlink/symlinked_subproject/meson.build diff --git a/test cases/unit/106 subproject symlink/symlinked_subproject/src.c b/test cases/unit/107 subproject symlink/symlinked_subproject/src.c index 97d7ad1..97d7ad1 100644 --- a/test cases/unit/106 subproject symlink/symlinked_subproject/src.c +++ b/test cases/unit/107 subproject symlink/symlinked_subproject/src.c diff --git a/test cases/unit/107 new subproject on reconfigure/meson.build b/test cases/unit/108 new subproject on reconfigure/meson.build index 7342c9a..7342c9a 100644 --- a/test cases/unit/107 new subproject on reconfigure/meson.build +++ b/test cases/unit/108 new subproject on reconfigure/meson.build diff --git a/test cases/unit/107 new subproject on reconfigure/meson_options.txt b/test cases/unit/108 new subproject on reconfigure/meson_options.txt index b3dd683..b3dd683 100644 --- a/test cases/unit/107 new subproject on reconfigure/meson_options.txt +++ b/test cases/unit/108 new subproject on reconfigure/meson_options.txt diff --git a/test cases/unit/107 new subproject on reconfigure/subprojects/foo/foo.c b/test cases/unit/108 new subproject on reconfigure/subprojects/foo/foo.c index 1edf995..1edf995 100644 --- a/test cases/unit/107 new subproject on reconfigure/subprojects/foo/foo.c +++ b/test cases/unit/108 new subproject on reconfigure/subprojects/foo/foo.c diff --git a/test cases/unit/107 new subproject on reconfigure/subprojects/foo/meson.build b/test cases/unit/108 new subproject on reconfigure/subprojects/foo/meson.build index 2a6e30a..2a6e30a 100644 --- a/test cases/unit/107 new subproject on reconfigure/subprojects/foo/meson.build +++ b/test cases/unit/108 new subproject on reconfigure/subprojects/foo/meson.build diff --git a/test cases/unit/91 install skip subprojects/foo.c b/test cases/unit/92 install skip subprojects/foo.c index 25927f5..25927f5 100644 --- a/test cases/unit/91 install skip subprojects/foo.c +++ b/test cases/unit/92 install skip subprojects/foo.c diff --git a/test cases/unit/91 install skip subprojects/foo.dat b/test cases/unit/92 install skip subprojects/foo.dat index 421376d..421376d 100644 --- a/test cases/unit/91 install skip subprojects/foo.dat +++ b/test cases/unit/92 install skip subprojects/foo.dat diff --git a/test cases/unit/91 install skip subprojects/foo.h b/test cases/unit/92 install skip subprojects/foo.h index a7e26ac..a7e26ac 100644 --- a/test cases/unit/91 install skip subprojects/foo.h +++ b/test cases/unit/92 install skip subprojects/foo.h diff --git a/test cases/unit/91 install skip subprojects/foo/foofile b/test cases/unit/92 install skip subprojects/foo/foofile index e69de29..e69de29 100644 --- a/test cases/unit/91 install skip subprojects/foo/foofile +++ b/test cases/unit/92 install skip subprojects/foo/foofile diff --git a/test cases/unit/91 install skip subprojects/meson.build b/test cases/unit/92 install skip subprojects/meson.build index cfbae94..cfbae94 100644 --- a/test cases/unit/91 install skip subprojects/meson.build +++ b/test cases/unit/92 install skip subprojects/meson.build diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.c b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.c index 25927f5..25927f5 100644 --- a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.c +++ b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.c diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.dat b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat index 421376d..421376d 100644 --- a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.dat +++ b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.dat diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.h b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.h index a7e26ac..a7e26ac 100644 --- a/test cases/unit/91 install skip subprojects/subprojects/bar/bar.h +++ b/test cases/unit/92 install skip subprojects/subprojects/bar/bar.h diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/bar/barfile b/test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile index 421376d..421376d 100644 --- a/test cases/unit/91 install skip subprojects/subprojects/bar/bar/barfile +++ b/test cases/unit/92 install skip subprojects/subprojects/bar/bar/barfile diff --git a/test cases/unit/91 install skip subprojects/subprojects/bar/meson.build b/test cases/unit/92 install skip subprojects/subprojects/bar/meson.build index b5b0734..b5b0734 100644 --- a/test cases/unit/91 install skip subprojects/subprojects/bar/meson.build +++ b/test cases/unit/92 install skip subprojects/subprojects/bar/meson.build diff --git a/test cases/unit/92 new subproject in configured project/meson.build b/test cases/unit/93 new subproject in configured project/meson.build index b82aa41..b82aa41 100644 --- a/test cases/unit/92 new subproject in configured project/meson.build +++ b/test cases/unit/93 new subproject in configured project/meson.build diff --git a/test cases/unit/92 new subproject in configured project/meson_options.txt b/test cases/unit/93 new subproject in configured project/meson_options.txt index 12d8395..12d8395 100644 --- a/test cases/unit/92 new subproject in configured project/meson_options.txt +++ b/test cases/unit/93 new subproject in configured project/meson_options.txt diff --git a/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c b/test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c index 9713d9f..9713d9f 100644 --- a/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c +++ b/test cases/unit/93 new subproject in configured project/subprojects/sub/foo.c diff --git a/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build b/test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build index a833b0c..a833b0c 100644 --- a/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build +++ b/test cases/unit/93 new subproject in configured project/subprojects/sub/meson.build diff --git a/test cases/unit/93 clangformat/.clang-format b/test cases/unit/94 clangformat/.clang-format index 689bc60..689bc60 100644 --- a/test cases/unit/93 clangformat/.clang-format +++ b/test cases/unit/94 clangformat/.clang-format diff --git a/test cases/unit/93 clangformat/.clang-format-ignore b/test cases/unit/94 clangformat/.clang-format-ignore index 7fc4d5a..7fc4d5a 100644 --- a/test cases/unit/93 clangformat/.clang-format-ignore +++ b/test cases/unit/94 clangformat/.clang-format-ignore diff --git a/test cases/unit/93 clangformat/.clang-format-include b/test cases/unit/94 clangformat/.clang-format-include index f057c00..f057c00 100644 --- a/test cases/unit/93 clangformat/.clang-format-include +++ b/test cases/unit/94 clangformat/.clang-format-include diff --git a/test cases/unit/93 clangformat/meson.build b/test cases/unit/94 clangformat/meson.build index 8f4af98..8f4af98 100644 --- a/test cases/unit/93 clangformat/meson.build +++ b/test cases/unit/94 clangformat/meson.build diff --git a/test cases/unit/93 clangformat/not-included/badformat.cpp b/test cases/unit/94 clangformat/not-included/badformat.cpp index 99a0ea6..99a0ea6 100644 --- a/test cases/unit/93 clangformat/not-included/badformat.cpp +++ b/test cases/unit/94 clangformat/not-included/badformat.cpp diff --git a/test cases/unit/93 clangformat/src/badformat.c b/test cases/unit/94 clangformat/src/badformat.c index f1d18b7..f1d18b7 100644 --- a/test cases/unit/93 clangformat/src/badformat.c +++ b/test cases/unit/94 clangformat/src/badformat.c diff --git a/test cases/unit/93 clangformat/src/badformat.cpp b/test cases/unit/94 clangformat/src/badformat.cpp index 99a0ea6..99a0ea6 100644 --- a/test cases/unit/93 clangformat/src/badformat.cpp +++ b/test cases/unit/94 clangformat/src/badformat.cpp diff --git a/test cases/unit/94 custominc/easytogrepfor/genh.py b/test cases/unit/95 custominc/easytogrepfor/genh.py index 48e033a..48e033a 100644 --- a/test cases/unit/94 custominc/easytogrepfor/genh.py +++ b/test cases/unit/95 custominc/easytogrepfor/genh.py diff --git a/test cases/unit/94 custominc/easytogrepfor/meson.build b/test cases/unit/95 custominc/easytogrepfor/meson.build index e749753..e749753 100644 --- a/test cases/unit/94 custominc/easytogrepfor/meson.build +++ b/test cases/unit/95 custominc/easytogrepfor/meson.build diff --git a/test cases/unit/94 custominc/helper.c b/test cases/unit/95 custominc/helper.c index 3237441..3237441 100644 --- a/test cases/unit/94 custominc/helper.c +++ b/test cases/unit/95 custominc/helper.c diff --git a/test cases/unit/94 custominc/meson.build b/test cases/unit/95 custominc/meson.build index bab1139..bab1139 100644 --- a/test cases/unit/94 custominc/meson.build +++ b/test cases/unit/95 custominc/meson.build diff --git a/test cases/unit/94 custominc/prog.c b/test cases/unit/95 custominc/prog.c index db9df9d..db9df9d 100644 --- a/test cases/unit/94 custominc/prog.c +++ b/test cases/unit/95 custominc/prog.c diff --git a/test cases/unit/94 custominc/prog2.c b/test cases/unit/95 custominc/prog2.c index e64b229..e64b229 100644 --- a/test cases/unit/94 custominc/prog2.c +++ b/test cases/unit/95 custominc/prog2.c diff --git a/test cases/unit/95 implicit force fallback/meson.build b/test cases/unit/96 implicit force fallback/meson.build index 623a338..623a338 100644 --- a/test cases/unit/95 implicit force fallback/meson.build +++ b/test cases/unit/96 implicit force fallback/meson.build diff --git a/test cases/unit/95 implicit force fallback/subprojects/something/meson.build b/test cases/unit/96 implicit force fallback/subprojects/something/meson.build index 89a4727..89a4727 100644 --- a/test cases/unit/95 implicit force fallback/subprojects/something/meson.build +++ b/test cases/unit/96 implicit force fallback/subprojects/something/meson.build diff --git a/test cases/unit/96 compiler.links file arg/meson.build b/test cases/unit/97 compiler.links file arg/meson.build index c409dcb..c409dcb 100644 --- a/test cases/unit/96 compiler.links file arg/meson.build +++ b/test cases/unit/97 compiler.links file arg/meson.build diff --git a/test cases/unit/96 compiler.links file arg/test.c b/test cases/unit/97 compiler.links file arg/test.c index 78f2de1..78f2de1 100644 --- a/test cases/unit/96 compiler.links file arg/test.c +++ b/test cases/unit/97 compiler.links file arg/test.c diff --git a/test cases/unit/97 link full name/.gitignore b/test cases/unit/98 link full name/.gitignore index 8129601..8129601 100644 --- a/test cases/unit/97 link full name/.gitignore +++ b/test cases/unit/98 link full name/.gitignore diff --git a/test cases/unit/97 link full name/libtestprovider/meson.build b/test cases/unit/98 link full name/libtestprovider/meson.build index 128c213..128c213 100644 --- a/test cases/unit/97 link full name/libtestprovider/meson.build +++ b/test cases/unit/98 link full name/libtestprovider/meson.build diff --git a/test cases/unit/97 link full name/libtestprovider/provider.c b/test cases/unit/98 link full name/libtestprovider/provider.c index 5e79966..5e79966 100644 --- a/test cases/unit/97 link full name/libtestprovider/provider.c +++ b/test cases/unit/98 link full name/libtestprovider/provider.c diff --git a/test cases/unit/97 link full name/proguser/meson.build b/test cases/unit/98 link full name/proguser/meson.build index 5be5bc9..5be5bc9 100644 --- a/test cases/unit/97 link full name/proguser/meson.build +++ b/test cases/unit/98 link full name/proguser/meson.build diff --git a/test cases/unit/97 link full name/proguser/receiver.c b/test cases/unit/98 link full name/proguser/receiver.c index 65e9d8e..65e9d8e 100644 --- a/test cases/unit/97 link full name/proguser/receiver.c +++ b/test cases/unit/98 link full name/proguser/receiver.c diff --git a/test cases/unit/98 install all targets/bar-custom.txt b/test cases/unit/99 install all targets/bar-custom.txt index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/bar-custom.txt +++ b/test cases/unit/99 install all targets/bar-custom.txt diff --git a/test cases/unit/98 install all targets/bar-devel.h b/test cases/unit/99 install all targets/bar-devel.h index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/bar-devel.h +++ b/test cases/unit/99 install all targets/bar-devel.h diff --git a/test cases/unit/98 install all targets/bar-notag.txt b/test cases/unit/99 install all targets/bar-notag.txt index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/bar-notag.txt +++ b/test cases/unit/99 install all targets/bar-notag.txt diff --git a/test cases/unit/98 install all targets/custom_files/data.txt b/test cases/unit/99 install all targets/custom_files/data.txt index 557db03..557db03 100644 --- a/test cases/unit/98 install all targets/custom_files/data.txt +++ b/test cases/unit/99 install all targets/custom_files/data.txt diff --git a/test cases/unit/98 install all targets/foo.in b/test cases/unit/99 install all targets/foo.in index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/foo.in +++ b/test cases/unit/99 install all targets/foo.in diff --git a/test cases/unit/98 install all targets/foo1-devel.h b/test cases/unit/99 install all targets/foo1-devel.h index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/foo1-devel.h +++ b/test cases/unit/99 install all targets/foo1-devel.h diff --git a/test cases/unit/98 install all targets/lib.c b/test cases/unit/99 install all targets/lib.c index 2ea9c7d..2ea9c7d 100644 --- a/test cases/unit/98 install all targets/lib.c +++ b/test cases/unit/99 install all targets/lib.c diff --git a/test cases/unit/98 install all targets/main.c b/test cases/unit/99 install all targets/main.c index 0fb4389..0fb4389 100644 --- a/test cases/unit/98 install all targets/main.c +++ b/test cases/unit/99 install all targets/main.c diff --git a/test cases/unit/98 install all targets/meson.build b/test cases/unit/99 install all targets/meson.build index c90632a..c90632a 100644 --- a/test cases/unit/98 install all targets/meson.build +++ b/test cases/unit/99 install all targets/meson.build diff --git a/test cases/unit/98 install all targets/script.py b/test cases/unit/99 install all targets/script.py index c5f3be9..c5f3be9 100644 --- a/test cases/unit/98 install all targets/script.py +++ b/test cases/unit/99 install all targets/script.py diff --git a/test cases/unit/98 install all targets/subdir/bar2-devel.h b/test cases/unit/99 install all targets/subdir/bar2-devel.h index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/subdir/bar2-devel.h +++ b/test cases/unit/99 install all targets/subdir/bar2-devel.h diff --git a/test cases/unit/98 install all targets/subdir/foo2.in b/test cases/unit/99 install all targets/subdir/foo2.in index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/subdir/foo2.in +++ b/test cases/unit/99 install all targets/subdir/foo2.in diff --git a/test cases/unit/98 install all targets/subdir/foo3-devel.h b/test cases/unit/99 install all targets/subdir/foo3-devel.h index e69de29..e69de29 100644 --- a/test cases/unit/98 install all targets/subdir/foo3-devel.h +++ b/test cases/unit/99 install all targets/subdir/foo3-devel.h diff --git a/test cases/unit/98 install all targets/subdir/lib.c b/test cases/unit/99 install all targets/subdir/lib.c index 2ea9c7d..2ea9c7d 100644 --- a/test cases/unit/98 install all targets/subdir/lib.c +++ b/test cases/unit/99 install all targets/subdir/lib.c diff --git a/test cases/unit/98 install all targets/subdir/main.c b/test cases/unit/99 install all targets/subdir/main.c index 0fb4389..0fb4389 100644 --- a/test cases/unit/98 install all targets/subdir/main.c +++ b/test cases/unit/99 install all targets/subdir/main.c diff --git a/test cases/unit/98 install all targets/subdir/meson.build b/test cases/unit/99 install all targets/subdir/meson.build index 53c796a..53c796a 100644 --- a/test cases/unit/98 install all targets/subdir/meson.build +++ b/test cases/unit/99 install all targets/subdir/meson.build diff --git a/test cases/unit/98 install all targets/subdir/script.py b/test cases/unit/99 install all targets/subdir/script.py index c5f3be9..c5f3be9 100644 --- a/test cases/unit/98 install all targets/subdir/script.py +++ b/test cases/unit/99 install all targets/subdir/script.py diff --git a/test cases/windows/18 msvc cplusplus define/main.cpp b/test cases/windows/19 msvc cplusplus define/main.cpp index bc0b1fd..bc0b1fd 100644 --- a/test cases/windows/18 msvc cplusplus define/main.cpp +++ b/test cases/windows/19 msvc cplusplus define/main.cpp diff --git a/test cases/windows/18 msvc cplusplus define/meson.build b/test cases/windows/19 msvc cplusplus define/meson.build index 9b85ff6..9b85ff6 100644 --- a/test cases/windows/18 msvc cplusplus define/meson.build +++ b/test cases/windows/19 msvc cplusplus define/meson.build diff --git a/test cases/windows/19 vs install static lib with generated obj deps/both_lib_source.c b/test cases/windows/20 vs install static lib with generated obj deps/both_lib_source.c index aa926b1..aa926b1 100644 --- a/test cases/windows/19 vs install static lib with generated obj deps/both_lib_source.c +++ b/test cases/windows/20 vs install static lib with generated obj deps/both_lib_source.c diff --git a/test cases/windows/19 vs install static lib with generated obj deps/copyfile.py b/test cases/windows/20 vs install static lib with generated obj deps/copyfile.py index 738e894..738e894 100644 --- a/test cases/windows/19 vs install static lib with generated obj deps/copyfile.py +++ b/test cases/windows/20 vs install static lib with generated obj deps/copyfile.py diff --git a/test cases/windows/19 vs install static lib with generated obj deps/generated_source.c b/test cases/windows/20 vs install static lib with generated obj deps/generated_source.c index 8671cbf..8671cbf 100644 --- a/test cases/windows/19 vs install static lib with generated obj deps/generated_source.c +++ b/test cases/windows/20 vs install static lib with generated obj deps/generated_source.c diff --git a/test cases/windows/19 vs install static lib with generated obj deps/meson.build b/test cases/windows/20 vs install static lib with generated obj deps/meson.build index bc61772..bc61772 100644 --- a/test cases/windows/19 vs install static lib with generated obj deps/meson.build +++ b/test cases/windows/20 vs install static lib with generated obj deps/meson.build diff --git a/test cases/windows/19 vs install static lib with generated obj deps/static_lib_source.c b/test cases/windows/20 vs install static lib with generated obj deps/static_lib_source.c index e86153a..e86153a 100644 --- a/test cases/windows/19 vs install static lib with generated obj deps/static_lib_source.c +++ b/test cases/windows/20 vs install static lib with generated obj deps/static_lib_source.c diff --git a/test cases/windows/19 vs install static lib with generated obj deps/test.json b/test cases/windows/20 vs install static lib with generated obj deps/test.json index 451da1e..451da1e 100644 --- a/test cases/windows/19 vs install static lib with generated obj deps/test.json +++ b/test cases/windows/20 vs install static lib with generated obj deps/test.json |