diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-18 23:58:49 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-19 12:39:46 +0300 |
commit | 972535a6ac9fb1f9611c1b68293f7df88ec1b1f7 (patch) | |
tree | ed17817547da3e20c5c3080075c8924c24f6b3f9 /test cases | |
parent | edf901431272e5bb348e265113179c337f65a881 (diff) | |
download | meson-972535a6ac9fb1f9611c1b68293f7df88ec1b1f7.zip meson-972535a6ac9fb1f9611c1b68293f7df88ec1b1f7.tar.gz meson-972535a6ac9fb1f9611c1b68293f7df88ec1b1f7.tar.bz2 |
Condense test dirs.
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/common/100 manygen/depuser.c (renamed from test cases/common/103 manygen/depuser.c) | 0 | ||||
-rw-r--r-- | test cases/common/100 manygen/meson.build (renamed from test cases/common/103 manygen/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/100 manygen/subdir/funcinfo.def (renamed from test cases/common/103 manygen/subdir/funcinfo.def) | 0 | ||||
-rwxr-xr-x | test cases/common/100 manygen/subdir/manygen.py (renamed from test cases/common/103 manygen/subdir/manygen.py) | 0 | ||||
-rw-r--r-- | test cases/common/100 manygen/subdir/meson.build (renamed from test cases/common/103 manygen/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/101 stringdef/meson.build (renamed from test cases/common/104 stringdef/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/101 stringdef/stringdef.c (renamed from test cases/common/104 stringdef/stringdef.c) | 0 | ||||
-rw-r--r-- | test cases/common/102 find program path/meson.build (renamed from test cases/common/105 find program path/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/102 find program path/program.py (renamed from test cases/common/105 find program path/program.py) | 0 | ||||
-rw-r--r-- | test cases/common/103 subproject subdir/meson.build (renamed from test cases/common/106 subproject subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/103 subproject subdir/prog.c (renamed from test cases/common/106 subproject subdir/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/103 subproject subdir/subprojects/sub/lib/meson.build (renamed from test cases/common/106 subproject subdir/subprojects/sub/lib/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/103 subproject subdir/subprojects/sub/lib/sub.c (renamed from test cases/common/106 subproject subdir/subprojects/sub/lib/sub.c) | 0 | ||||
-rw-r--r-- | test cases/common/103 subproject subdir/subprojects/sub/lib/sub.h (renamed from test cases/common/106 subproject subdir/subprojects/sub/lib/sub.h) | 0 | ||||
-rw-r--r-- | test cases/common/103 subproject subdir/subprojects/sub/meson.build (renamed from test cases/common/106 subproject subdir/subprojects/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/104 postconf/meson.build (renamed from test cases/common/107 postconf/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/104 postconf/postconf.py (renamed from test cases/common/107 postconf/postconf.py) | 0 | ||||
-rw-r--r-- | test cases/common/104 postconf/prog.c (renamed from test cases/common/107 postconf/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/104 postconf/raw.dat (renamed from test cases/common/107 postconf/raw.dat) | 0 | ||||
-rw-r--r-- | test cases/common/105 postconf with args/meson.build (renamed from test cases/common/108 postconf with args/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/105 postconf with args/postconf.py (renamed from test cases/common/108 postconf with args/postconf.py) | 0 | ||||
-rw-r--r-- | test cases/common/105 postconf with args/prog.c (renamed from test cases/common/108 postconf with args/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/105 postconf with args/raw.dat (renamed from test cases/common/108 postconf with args/raw.dat) | 0 | ||||
-rw-r--r-- | test cases/common/106 testframework options/meson.build (renamed from test cases/common/109 testframework options/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/106 testframework options/meson_options.txt (renamed from test cases/common/109 testframework options/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/106 testframework options/test_args.txt (renamed from test cases/common/109 testframework options/test_args.txt) | 0 | ||||
-rw-r--r-- | test cases/common/107 extract same name/lib.c (renamed from test cases/common/110 extract same name/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/107 extract same name/main.c (renamed from test cases/common/110 extract same name/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/107 extract same name/meson.build (renamed from test cases/common/110 extract same name/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/107 extract same name/src/lib.c (renamed from test cases/common/110 extract same name/src/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/108 has header symbol/meson.build (renamed from test cases/common/111 has header symbol/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/109 has arg/meson.build (renamed from test cases/common/112 has arg/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/110 generatorcustom/catter.py (renamed from test cases/common/113 generatorcustom/catter.py) | 0 | ||||
-rwxr-xr-x | test cases/common/110 generatorcustom/gen.py (renamed from test cases/common/113 generatorcustom/gen.py) | 0 | ||||
-rw-r--r-- | test cases/common/110 generatorcustom/main.c (renamed from test cases/common/113 generatorcustom/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/110 generatorcustom/meson.build (renamed from test cases/common/113 generatorcustom/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/110 generatorcustom/res1.txt (renamed from test cases/common/113 generatorcustom/res1.txt) | 0 | ||||
-rw-r--r-- | test cases/common/110 generatorcustom/res2.txt (renamed from test cases/common/113 generatorcustom/res2.txt) | 0 | ||||
-rw-r--r-- | test cases/common/111 multiple dir configure file/meson.build (renamed from test cases/common/114 multiple dir configure file/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/111 multiple dir configure file/subdir/foo.txt (renamed from test cases/common/114 multiple dir configure file/subdir/foo.txt) | 0 | ||||
-rw-r--r-- | test cases/common/111 multiple dir configure file/subdir/meson.build (renamed from test cases/common/114 multiple dir configure file/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/111 multiple dir configure file/subdir/someinput.in (renamed from test cases/common/114 multiple dir configure file/subdir/someinput.in) | 0 | ||||
-rw-r--r-- | test cases/common/112 spaces backslash/asm output/meson.build (renamed from test cases/common/115 spaces backslash/asm output/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/112 spaces backslash/comparer-end-notstring.c (renamed from test cases/common/115 spaces backslash/comparer-end-notstring.c) | 0 | ||||
-rw-r--r-- | test cases/common/112 spaces backslash/comparer-end.c (renamed from test cases/common/115 spaces backslash/comparer-end.c) | 0 | ||||
-rw-r--r-- | test cases/common/112 spaces backslash/comparer.c (renamed from test cases/common/115 spaces backslash/comparer.c) | 0 | ||||
-rw-r--r-- | test cases/common/112 spaces backslash/include/comparer.h (renamed from test cases/common/115 spaces backslash/include/comparer.h) | 0 | ||||
-rw-r--r-- | test cases/common/112 spaces backslash/meson.build (renamed from test cases/common/115 spaces backslash/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/113 ternary/meson.build (renamed from test cases/common/116 ternary/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/114 custom target capture/data_source.txt (renamed from test cases/common/117 custom target capture/data_source.txt) | 0 | ||||
-rw-r--r-- | test cases/common/114 custom target capture/installed_files.txt (renamed from test cases/common/117 custom target capture/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/114 custom target capture/meson.build (renamed from test cases/common/117 custom target capture/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/114 custom target capture/my_compiler.py (renamed from test cases/common/117 custom target capture/my_compiler.py) | 0 | ||||
-rwxr-xr-x | test cases/common/115 allgenerate/converter.py (renamed from test cases/common/118 allgenerate/converter.py) | 0 | ||||
-rw-r--r-- | test cases/common/115 allgenerate/foobar.cpp.in (renamed from test cases/common/118 allgenerate/foobar.cpp.in) | 0 | ||||
-rw-r--r-- | test cases/common/115 allgenerate/meson.build (renamed from test cases/common/118 allgenerate/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/116 pathjoin/meson.build (renamed from test cases/common/119 pathjoin/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/117 subdir subproject/meson.build (renamed from test cases/common/120 subdir subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/117 subdir subproject/prog/meson.build (renamed from test cases/common/120 subdir subproject/prog/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/117 subdir subproject/prog/prog.c (renamed from test cases/common/120 subdir subproject/prog/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/117 subdir subproject/subprojects/sub/meson.build (renamed from test cases/common/120 subdir subproject/subprojects/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/117 subdir subproject/subprojects/sub/sub.c (renamed from test cases/common/120 subdir subproject/subprojects/sub/sub.c) | 0 | ||||
-rw-r--r-- | test cases/common/117 subdir subproject/subprojects/sub/sub.h (renamed from test cases/common/120 subdir subproject/subprojects/sub/sub.h) | 0 | ||||
-rw-r--r-- | test cases/common/118 interpreter copy mutable var on assignment/meson.build (renamed from test cases/common/121 interpreter copy mutable var on assignment/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/119 skip/meson.build (renamed from test cases/common/122 skip/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/120 subproject project arguments/exe.c (renamed from test cases/common/123 subproject project arguments/exe.c) | 0 | ||||
-rw-r--r-- | test cases/common/120 subproject project arguments/exe.cpp (renamed from test cases/common/123 subproject project arguments/exe.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/120 subproject project arguments/meson.build (renamed from test cases/common/123 subproject project arguments/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/120 subproject project arguments/subprojects/subexe/meson.build (renamed from test cases/common/123 subproject project arguments/subprojects/subexe/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/120 subproject project arguments/subprojects/subexe/subexe.c (renamed from test cases/common/123 subproject project arguments/subprojects/subexe/subexe.c) | 0 | ||||
-rw-r--r-- | test cases/common/121 test skip/meson.build (renamed from test cases/common/124 test skip/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/121 test skip/test_skip.c (renamed from test cases/common/124 test skip/test_skip.c) | 0 | ||||
-rw-r--r-- | test cases/common/122 shared module/installed_files.txt (renamed from test cases/common/125 shared module/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/122 shared module/meson.build (renamed from test cases/common/125 shared module/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/122 shared module/module.c (renamed from test cases/common/125 shared module/module.c) | 0 | ||||
-rw-r--r-- | test cases/common/122 shared module/nosyms.c (renamed from test cases/common/125 shared module/nosyms.c) | 0 | ||||
-rw-r--r-- | test cases/common/122 shared module/prog.c (renamed from test cases/common/125 shared module/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/122 shared module/runtime.c (renamed from test cases/common/125 shared module/runtime.c) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/main.c (renamed from test cases/common/126 llvm ir and assembly/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/main.cpp (renamed from test cases/common/126 llvm ir and assembly/main.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/meson.build (renamed from test cases/common/126 llvm ir and assembly/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/square-arm.S (renamed from test cases/common/126 llvm ir and assembly/square-arm.S) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/square-x86.S (renamed from test cases/common/126 llvm ir and assembly/square-x86.S) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/square-x86_64.S (renamed from test cases/common/126 llvm ir and assembly/square-x86_64.S) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/square.ll (renamed from test cases/common/126 llvm ir and assembly/square.ll) | 0 | ||||
-rw-r--r-- | test cases/common/123 llvm ir and assembly/symbol-underscore.h (renamed from test cases/common/126 llvm ir and assembly/symbol-underscore.h) | 0 | ||||
-rw-r--r-- | test cases/common/124 cpp and asm/meson.build (renamed from test cases/common/127 cpp and asm/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/124 cpp and asm/retval-arm.S (renamed from test cases/common/127 cpp and asm/retval-arm.S) | 0 | ||||
-rw-r--r-- | test cases/common/124 cpp and asm/retval-x86.S (renamed from test cases/common/127 cpp and asm/retval-x86.S) | 0 | ||||
-rw-r--r-- | test cases/common/124 cpp and asm/retval-x86_64.S (renamed from test cases/common/127 cpp and asm/retval-x86_64.S) | 0 | ||||
-rw-r--r-- | test cases/common/124 cpp and asm/symbol-underscore.h (renamed from test cases/common/127 cpp and asm/symbol-underscore.h) | 0 | ||||
-rw-r--r-- | test cases/common/124 cpp and asm/trivial.cc (renamed from test cases/common/127 cpp and asm/trivial.cc) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/extractor.h (renamed from test cases/common/128 extract all shared library/extractor.h) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/four.c (renamed from test cases/common/128 extract all shared library/four.c) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/func1234.def (renamed from test cases/common/128 extract all shared library/func1234.def) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/meson.build (renamed from test cases/common/128 extract all shared library/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/one.c (renamed from test cases/common/128 extract all shared library/one.c) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/prog.c (renamed from test cases/common/128 extract all shared library/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/three.c (renamed from test cases/common/128 extract all shared library/three.c) | 0 | ||||
-rw-r--r-- | test cases/common/125 extract all shared library/two.c (renamed from test cases/common/128 extract all shared library/two.c) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/installed_files.txt (renamed from test cases/common/129 object only target/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/meson.build (renamed from test cases/common/129 object only target/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/126 object only target/obj_generator.py (renamed from test cases/common/129 object only target/obj_generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/prog.c (renamed from test cases/common/129 object only target/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/source.c (renamed from test cases/common/129 object only target/source.c) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/source2.c (renamed from test cases/common/129 object only target/source2.c) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/source2.def (renamed from test cases/common/129 object only target/source2.def) | 0 | ||||
-rw-r--r-- | test cases/common/126 object only target/source3.c (renamed from test cases/common/129 object only target/source3.c) | 0 | ||||
-rw-r--r-- | test cases/common/127 no buildincdir/include/header.h (renamed from test cases/common/130 no buildincdir/include/header.h) | 0 | ||||
-rw-r--r-- | test cases/common/127 no buildincdir/meson.build (renamed from test cases/common/130 no buildincdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/127 no buildincdir/prog.c (renamed from test cases/common/130 no buildincdir/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/128 custom target directory install/docgen.py (renamed from test cases/common/131 custom target directory install/docgen.py) | 0 | ||||
-rw-r--r-- | test cases/common/128 custom target directory install/installed_files.txt (renamed from test cases/common/131 custom target directory install/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/128 custom target directory install/meson.build (renamed from test cases/common/131 custom target directory install/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/129 dependency file generation/main .c (renamed from test cases/common/132 dependency file generation/main .c) | 0 | ||||
-rw-r--r-- | test cases/common/129 dependency file generation/meson.build (renamed from test cases/common/132 dependency file generation/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/130 configure file in generator/inc/confdata.in (renamed from test cases/common/133 configure file in generator/inc/confdata.in) | 0 | ||||
-rw-r--r-- | test cases/common/130 configure file in generator/inc/meson.build (renamed from test cases/common/133 configure file in generator/inc/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/130 configure file in generator/meson.build (renamed from test cases/common/133 configure file in generator/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/130 configure file in generator/src/gen.py (renamed from test cases/common/133 configure file in generator/src/gen.py) | 0 | ||||
-rw-r--r-- | test cases/common/130 configure file in generator/src/main.c (renamed from test cases/common/133 configure file in generator/src/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/130 configure file in generator/src/meson.build (renamed from test cases/common/133 configure file in generator/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/130 configure file in generator/src/source (renamed from test cases/common/133 configure file in generator/src/source) | 0 | ||||
-rw-r--r-- | test cases/common/131 generated llvm ir/copyfile.py (renamed from test cases/common/134 generated llvm ir/copyfile.py) | 0 | ||||
-rw-r--r-- | test cases/common/131 generated llvm ir/main.c (renamed from test cases/common/134 generated llvm ir/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/131 generated llvm ir/meson.build (renamed from test cases/common/134 generated llvm ir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/131 generated llvm ir/square.ll.in (renamed from test cases/common/134 generated llvm ir/square.ll.in) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/copyfile.py (renamed from test cases/common/135 generated assembly/copyfile.py) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/main.c (renamed from test cases/common/135 generated assembly/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/meson.build (renamed from test cases/common/135 generated assembly/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/square-arm.S.in (renamed from test cases/common/135 generated assembly/square-arm.S.in) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/square-x86.S.in (renamed from test cases/common/135 generated assembly/square-x86.S.in) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/square-x86_64.S.in (renamed from test cases/common/135 generated assembly/square-x86_64.S.in) | 0 | ||||
-rw-r--r-- | test cases/common/132 generated assembly/symbol-underscore.h (renamed from test cases/common/135 generated assembly/symbol-underscore.h) | 0 | ||||
-rw-r--r-- | test cases/common/133 build by default targets in tests/main.c (renamed from test cases/common/136 build by default targets in tests/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/133 build by default targets in tests/meson.build (renamed from test cases/common/136 build by default targets in tests/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/133 build by default targets in tests/write_file.py (renamed from test cases/common/136 build by default targets in tests/write_file.py) | 0 | ||||
-rw-r--r-- | test cases/common/134 build by default/checkexists.py (renamed from test cases/common/137 build by default/checkexists.py) | 0 | ||||
-rw-r--r-- | test cases/common/134 build by default/foo.c (renamed from test cases/common/137 build by default/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/134 build by default/meson.build (renamed from test cases/common/137 build by default/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/134 build by default/mygen.py (renamed from test cases/common/137 build by default/mygen.py) | 0 | ||||
-rw-r--r-- | test cases/common/134 build by default/source.txt (renamed from test cases/common/137 build by default/source.txt) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/ctsub/copyfile.py (renamed from test cases/common/138 include order/ctsub/copyfile.py) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/ctsub/emptyfile.c (renamed from test cases/common/138 include order/ctsub/emptyfile.c) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/ctsub/main.h (renamed from test cases/common/138 include order/ctsub/main.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/ctsub/meson.build (renamed from test cases/common/138 include order/ctsub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/inc1/hdr.h (renamed from test cases/common/138 include order/inc1/hdr.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/inc2/hdr.h (renamed from test cases/common/138 include order/inc2/hdr.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/meson.build (renamed from test cases/common/138 include order/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/ordertest.c (renamed from test cases/common/138 include order/ordertest.c) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub1/main.h (renamed from test cases/common/138 include order/sub1/main.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub1/meson.build (renamed from test cases/common/138 include order/sub1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub1/some.c (renamed from test cases/common/138 include order/sub1/some.c) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub1/some.h (renamed from test cases/common/138 include order/sub1/some.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub2/main.h (renamed from test cases/common/138 include order/sub2/main.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub2/meson.build (renamed from test cases/common/138 include order/sub2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub3/main.h (renamed from test cases/common/138 include order/sub3/main.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub3/meson.build (renamed from test cases/common/138 include order/sub3/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub4/main.c (renamed from test cases/common/138 include order/sub4/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub4/main.h (renamed from test cases/common/138 include order/sub4/main.h) | 0 | ||||
-rw-r--r-- | test cases/common/135 include order/sub4/meson.build (renamed from test cases/common/138 include order/sub4/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/136 override options/four.c (renamed from test cases/common/139 override options/four.c) | 0 | ||||
-rw-r--r-- | test cases/common/136 override options/meson.build (renamed from test cases/common/139 override options/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/136 override options/one.c (renamed from test cases/common/139 override options/one.c) | 0 | ||||
-rw-r--r-- | test cases/common/136 override options/three.c (renamed from test cases/common/139 override options/three.c) | 0 | ||||
-rw-r--r-- | test cases/common/136 override options/two.c (renamed from test cases/common/139 override options/two.c) | 0 | ||||
-rw-r--r-- | test cases/common/137 get define/concat.h (renamed from test cases/common/140 get define/concat.h) | 0 | ||||
-rw-r--r-- | test cases/common/137 get define/meson.build (renamed from test cases/common/140 get define/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/137 get define/meson_options.txt (renamed from test cases/common/140 get define/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/main.c (renamed from test cases/common/141 c cpp and asm/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/main.cpp (renamed from test cases/common/141 c cpp and asm/main.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/meson.build (renamed from test cases/common/141 c cpp and asm/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/retval-arm.S (renamed from test cases/common/141 c cpp and asm/retval-arm.S) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/retval-x86.S (renamed from test cases/common/141 c cpp and asm/retval-x86.S) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/retval-x86_64.S (renamed from test cases/common/141 c cpp and asm/retval-x86_64.S) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/somelib.c (renamed from test cases/common/141 c cpp and asm/somelib.c) | 0 | ||||
-rw-r--r-- | test cases/common/138 c cpp and asm/symbol-underscore.h (renamed from test cases/common/141 c cpp and asm/symbol-underscore.h) | 0 | ||||
-rw-r--r-- | test cases/common/139 compute int/config.h.in (renamed from test cases/common/142 compute int/config.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/139 compute int/foobar.h (renamed from test cases/common/142 compute int/foobar.h) | 0 | ||||
-rw-r--r-- | test cases/common/139 compute int/meson.build (renamed from test cases/common/142 compute int/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/139 compute int/prog.c.in (renamed from test cases/common/142 compute int/prog.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/basename.py (renamed from test cases/common/16 configure file/basename.py) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/check_file.py (renamed from test cases/common/16 configure file/check_file.py) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config.h (renamed from test cases/common/16 configure file/config.h) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config.h.in (renamed from test cases/common/16 configure file/config.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config4a.h.in (renamed from test cases/common/16 configure file/config4a.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config4b.h.in (renamed from test cases/common/16 configure file/config4b.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config5.h.in (renamed from test cases/common/16 configure file/config5.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config6.h.in (renamed from test cases/common/16 configure file/config6.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config7.h.in (renamed from test cases/common/16 configure file/config7.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/config8.h.in (renamed from test cases/common/16 configure file/config8.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/dummy.dat (renamed from test cases/common/16 configure file/dummy.dat) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/dumpprog.c (renamed from test cases/common/16 configure file/dumpprog.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/file_contains.py (renamed from test cases/common/16 configure file/file_contains.py) | 0 | ||||
-rwxr-xr-x | test cases/common/14 configure file/generator-without-input-file.py (renamed from test cases/common/16 configure file/generator-without-input-file.py) | 0 | ||||
-rwxr-xr-x | test cases/common/14 configure file/generator.py (renamed from test cases/common/16 configure file/generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/installed_files.txt (renamed from test cases/common/16 configure file/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/invalid-utf8.bin.in (renamed from test cases/common/16 configure file/invalid-utf8.bin.in) | bin | 10 -> 10 bytes | |||
-rw-r--r-- | test cases/common/14 configure file/meson.build (renamed from test cases/common/16 configure file/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/nosubst-nocopy1.txt.in (renamed from test cases/common/16 configure file/nosubst-nocopy1.txt.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/nosubst-nocopy2.txt.in (renamed from test cases/common/16 configure file/nosubst-nocopy2.txt.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/prog.c (renamed from test cases/common/16 configure file/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/prog2.c (renamed from test cases/common/16 configure file/prog2.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/prog4.c (renamed from test cases/common/16 configure file/prog4.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/prog5.c (renamed from test cases/common/16 configure file/prog5.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/prog6.c (renamed from test cases/common/16 configure file/prog6.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/prog7.c (renamed from test cases/common/16 configure file/prog7.c) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/subdir/meson.build (renamed from test cases/common/16 configure file/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/test.py.in (renamed from test cases/common/16 configure file/test.py.in) | 0 | ||||
-rw-r--r-- | test cases/common/14 configure file/touch.py (renamed from test cases/common/16 configure file/touch.py) | 0 | ||||
-rw-r--r-- | test cases/common/140 custom target object output/meson.build (renamed from test cases/common/143 custom target object output/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/140 custom target object output/obj_generator.py (renamed from test cases/common/143 custom target object output/obj_generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/140 custom target object output/objdir/meson.build (renamed from test cases/common/143 custom target object output/objdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/140 custom target object output/objdir/source.c (renamed from test cases/common/143 custom target object output/objdir/source.c) | 0 | ||||
-rw-r--r-- | test cases/common/140 custom target object output/progdir/meson.build (renamed from test cases/common/143 custom target object output/progdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/140 custom target object output/progdir/prog.c (renamed from test cases/common/143 custom target object output/progdir/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/141 empty build file/meson.build (renamed from test cases/common/144 empty build file/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/141 empty build file/subdir/meson.build (renamed from test cases/common/144 empty build file/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/exe/meson.build (renamed from test cases/common/145 whole archive/exe/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/exe2/meson.build (renamed from test cases/common/145 whole archive/exe2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/exe3/meson.build (renamed from test cases/common/145 whole archive/exe3/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/exe4/meson.build (renamed from test cases/common/145 whole archive/exe4/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/func1.c (renamed from test cases/common/145 whole archive/func1.c) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/func2.c (renamed from test cases/common/145 whole archive/func2.c) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/meson.build (renamed from test cases/common/145 whole archive/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/mylib.h (renamed from test cases/common/145 whole archive/mylib.h) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/prog.c (renamed from test cases/common/145 whole archive/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/sh_func2_dep_func1/meson.build (renamed from test cases/common/145 whole archive/sh_func2_dep_func1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/sh_func2_linked_func1/meson.build (renamed from test cases/common/145 whole archive/sh_func2_linked_func1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/sh_func2_transdep_func1/meson.build (renamed from test cases/common/145 whole archive/sh_func2_transdep_func1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/sh_only_link_whole/meson.build (renamed from test cases/common/145 whole archive/sh_only_link_whole/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/st_func1/meson.build (renamed from test cases/common/145 whole archive/st_func1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/142 whole archive/st_func2/meson.build (renamed from test cases/common/145 whole archive/st_func2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/dummy.c (renamed from test cases/common/146 C and CPP link/dummy.c) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/foo.c (renamed from test cases/common/146 C and CPP link/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/foo.cpp (renamed from test cases/common/146 C and CPP link/foo.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/foo.h (renamed from test cases/common/146 C and CPP link/foo.h) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/foo.hpp (renamed from test cases/common/146 C and CPP link/foo.hpp) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/foobar.c (renamed from test cases/common/146 C and CPP link/foobar.c) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/foobar.h (renamed from test cases/common/146 C and CPP link/foobar.h) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/meson.build (renamed from test cases/common/146 C and CPP link/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/sub.c (renamed from test cases/common/146 C and CPP link/sub.c) | 0 | ||||
-rw-r--r-- | test cases/common/143 C and CPP link/sub.h (renamed from test cases/common/146 C and CPP link/sub.h) | 0 | ||||
-rw-r--r-- | test cases/common/144 mesonintrospect from scripts/check_env.py (renamed from test cases/common/147 mesonintrospect from scripts/check_env.py) | 0 | ||||
-rw-r--r-- | test cases/common/144 mesonintrospect from scripts/meson.build (renamed from test cases/common/147 mesonintrospect from scripts/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/145 custom target multiple outputs/generator.py (renamed from test cases/common/148 custom target multiple outputs/generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/145 custom target multiple outputs/installed_files.txt (renamed from test cases/common/148 custom target multiple outputs/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/145 custom target multiple outputs/meson.build (renamed from test cases/common/148 custom target multiple outputs/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/146 special characters/check_quoting.py (renamed from test cases/common/149 special characters/check_quoting.py) | 0 | ||||
-rw-r--r-- | test cases/common/146 special characters/installed_files.txt (renamed from test cases/common/149 special characters/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/146 special characters/meson.build (renamed from test cases/common/149 special characters/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/147 nested links/meson.build (renamed from test cases/common/150 nested links/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/147 nested links/xephyr.c (renamed from test cases/common/150 nested links/xephyr.c) | 0 | ||||
-rw-r--r-- | test cases/common/148 list of file sources/foo (renamed from test cases/common/151 list of file sources/foo) | 0 | ||||
-rw-r--r-- | test cases/common/148 list of file sources/gen.py (renamed from test cases/common/151 list of file sources/gen.py) | 0 | ||||
-rw-r--r-- | test cases/common/148 list of file sources/meson.build (renamed from test cases/common/151 list of file sources/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/149 link depends custom target/foo.c (renamed from test cases/common/152 link depends custom target/foo.c) | 0 | ||||
-rwxr-xr-x | test cases/common/149 link depends custom target/make_file.py (renamed from test cases/common/152 link depends custom target/make_file.py) | 0 | ||||
-rw-r--r-- | test cases/common/149 link depends custom target/meson.build (renamed from test cases/common/152 link depends custom target/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/15 if/meson.build (renamed from test cases/common/17 if/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/15 if/prog.c (renamed from test cases/common/17 if/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/3rdorderdeps/lib.c.in (renamed from test cases/common/153 recursive linking/3rdorderdeps/lib.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/3rdorderdeps/main.c.in (renamed from test cases/common/153 recursive linking/3rdorderdeps/main.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/3rdorderdeps/meson.build (renamed from test cases/common/153 recursive linking/3rdorderdeps/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/lib1.c (renamed from test cases/common/153 recursive linking/circular/lib1.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/lib2.c (renamed from test cases/common/153 recursive linking/circular/lib2.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/lib3.c (renamed from test cases/common/153 recursive linking/circular/lib3.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/main.c (renamed from test cases/common/153 recursive linking/circular/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/meson.build (renamed from test cases/common/153 recursive linking/circular/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/prop1.c (renamed from test cases/common/153 recursive linking/circular/prop1.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/prop2.c (renamed from test cases/common/153 recursive linking/circular/prop2.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/circular/prop3.c (renamed from test cases/common/153 recursive linking/circular/prop3.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/edge-cases/libsto.c (renamed from test cases/common/153 recursive linking/edge-cases/libsto.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/edge-cases/meson.build (renamed from test cases/common/153 recursive linking/edge-cases/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/edge-cases/shstmain.c (renamed from test cases/common/153 recursive linking/edge-cases/shstmain.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/edge-cases/stobuilt.c (renamed from test cases/common/153 recursive linking/edge-cases/stobuilt.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/edge-cases/stomain.c (renamed from test cases/common/153 recursive linking/edge-cases/stomain.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/lib.h (renamed from test cases/common/153 recursive linking/lib.h) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/main.c (renamed from test cases/common/153 recursive linking/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/meson.build (renamed from test cases/common/153 recursive linking/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/shnodep/lib.c (renamed from test cases/common/153 recursive linking/shnodep/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/shnodep/meson.build (renamed from test cases/common/153 recursive linking/shnodep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/shshdep/lib.c (renamed from test cases/common/153 recursive linking/shshdep/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/shshdep/meson.build (renamed from test cases/common/153 recursive linking/shshdep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/shstdep/lib.c (renamed from test cases/common/153 recursive linking/shstdep/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/shstdep/meson.build (renamed from test cases/common/153 recursive linking/shstdep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/stnodep/lib.c (renamed from test cases/common/153 recursive linking/stnodep/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/stnodep/meson.build (renamed from test cases/common/153 recursive linking/stnodep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/stshdep/lib.c (renamed from test cases/common/153 recursive linking/stshdep/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/stshdep/meson.build (renamed from test cases/common/153 recursive linking/stshdep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/ststdep/lib.c (renamed from test cases/common/153 recursive linking/ststdep/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/150 recursive linking/ststdep/meson.build (renamed from test cases/common/153 recursive linking/ststdep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/151 library at root/lib.c (renamed from test cases/common/154 library at root/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/151 library at root/main/main.c (renamed from test cases/common/154 library at root/main/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/151 library at root/main/meson.build (renamed from test cases/common/154 library at root/main/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/151 library at root/meson.build (renamed from test cases/common/154 library at root/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/fallback.c (renamed from test cases/common/155 simd/fallback.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/include/simdheader.h (renamed from test cases/common/155 simd/include/simdheader.h) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/meson.build (renamed from test cases/common/155 simd/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_avx.c (renamed from test cases/common/155 simd/simd_avx.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_avx2.c (renamed from test cases/common/155 simd/simd_avx2.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_mmx.c (renamed from test cases/common/155 simd/simd_mmx.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_neon.c (renamed from test cases/common/155 simd/simd_neon.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_sse.c (renamed from test cases/common/155 simd/simd_sse.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_sse2.c (renamed from test cases/common/155 simd/simd_sse2.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_sse3.c (renamed from test cases/common/155 simd/simd_sse3.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_sse41.c (renamed from test cases/common/155 simd/simd_sse41.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_sse42.c (renamed from test cases/common/155 simd/simd_sse42.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simd_ssse3.c (renamed from test cases/common/155 simd/simd_ssse3.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simdchecker.c (renamed from test cases/common/155 simd/simdchecker.c) | 0 | ||||
-rw-r--r-- | test cases/common/152 simd/simdfuncs.h (renamed from test cases/common/155 simd/simdfuncs.h) | 0 | ||||
-rw-r--r-- | test cases/common/153 shared module resolving symbol in executable/meson.build (renamed from test cases/common/156 shared module resolving symbol in executable/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/153 shared module resolving symbol in executable/module.c (renamed from test cases/common/156 shared module resolving symbol in executable/module.c) | 0 | ||||
-rw-r--r-- | test cases/common/153 shared module resolving symbol in executable/prog.c (renamed from test cases/common/156 shared module resolving symbol in executable/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/154 dotinclude/dotproc.c (renamed from test cases/common/157 dotinclude/dotproc.c) | 0 | ||||
-rw-r--r-- | test cases/common/154 dotinclude/meson.build (renamed from test cases/common/157 dotinclude/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/154 dotinclude/stdio.h (renamed from test cases/common/157 dotinclude/stdio.h) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/all/meson.build (renamed from test cases/common/158 reserved targets/all/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/benchmark/meson.build (renamed from test cases/common/158 reserved targets/benchmark/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/clean-ctlist/meson.build (renamed from test cases/common/158 reserved targets/clean-ctlist/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/clean-gcda/meson.build (renamed from test cases/common/158 reserved targets/clean-gcda/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/clean-gcno/meson.build (renamed from test cases/common/158 reserved targets/clean-gcno/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/clean/meson.build (renamed from test cases/common/158 reserved targets/clean/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/coverage-html/meson.build (renamed from test cases/common/158 reserved targets/coverage-html/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/coverage-text/meson.build (renamed from test cases/common/158 reserved targets/coverage-text/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/coverage-xml/meson.build (renamed from test cases/common/158 reserved targets/coverage-xml/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/coverage/meson.build (renamed from test cases/common/158 reserved targets/coverage/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/dist/meson.build (renamed from test cases/common/158 reserved targets/dist/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/distcheck/meson.build (renamed from test cases/common/158 reserved targets/distcheck/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/install/meson.build (renamed from test cases/common/158 reserved targets/install/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/meson.build (renamed from test cases/common/158 reserved targets/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/phony/meson.build (renamed from test cases/common/158 reserved targets/phony/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/reconfigure/meson.build (renamed from test cases/common/158 reserved targets/reconfigure/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/runtarget/meson.build (renamed from test cases/common/158 reserved targets/runtarget/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/scan-build/meson.build (renamed from test cases/common/158 reserved targets/scan-build/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/test.c (renamed from test cases/common/158 reserved targets/test.c) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/test/meson.build (renamed from test cases/common/158 reserved targets/test/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/155 reserved targets/uninstall/meson.build (renamed from test cases/common/158 reserved targets/uninstall/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir1/file.c (renamed from test cases/common/159 duplicate source names/dir1/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir1/meson.build (renamed from test cases/common/159 duplicate source names/dir1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir2/dir1/file.c (renamed from test cases/common/159 duplicate source names/dir2/dir1/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir2/file.c (renamed from test cases/common/159 duplicate source names/dir2/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir2/meson.build (renamed from test cases/common/159 duplicate source names/dir2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir3/dir1/file.c (renamed from test cases/common/159 duplicate source names/dir3/dir1/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir3/file.c (renamed from test cases/common/159 duplicate source names/dir3/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/dir3/meson.build (renamed from test cases/common/159 duplicate source names/dir3/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/156 duplicate source names/meson.build (renamed from test cases/common/159 duplicate source names/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/157 index customtarget/check_args.py (renamed from test cases/common/160 index customtarget/check_args.py) | 0 | ||||
-rw-r--r-- | test cases/common/157 index customtarget/gen_sources.py (renamed from test cases/common/160 index customtarget/gen_sources.py) | 0 | ||||
-rw-r--r-- | test cases/common/157 index customtarget/lib.c (renamed from test cases/common/160 index customtarget/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/157 index customtarget/meson.build (renamed from test cases/common/160 index customtarget/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/157 index customtarget/subdir/foo.c (renamed from test cases/common/160 index customtarget/subdir/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/157 index customtarget/subdir/meson.build (renamed from test cases/common/160 index customtarget/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/meson.build (renamed from test cases/common/161 wrap file should not failed/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/src/meson.build (renamed from test cases/common/161 wrap file should not failed/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/src/subprojects/foo/prog2.c (renamed from test cases/common/161 wrap file should not failed/src/subprojects/foo/prog2.c) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/src/subprojects/prog.c (renamed from test cases/common/161 wrap file should not failed/src/subprojects/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip (renamed from test cases/common/161 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz (renamed from test cases/common/161 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/subprojects/zlib-1.2.8/foo.c (renamed from test cases/common/161 wrap file should not failed/subprojects/zlib-1.2.8/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/subprojects/zlib-1.2.8/meson.build (renamed from test cases/common/161 wrap file should not failed/subprojects/zlib-1.2.8/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/158 wrap file should not failed/subprojects/zlib.wrap (renamed from test cases/common/161 wrap file should not failed/subprojects/zlib.wrap) | 0 | ||||
-rw-r--r-- | test cases/common/159 includedir subproj/meson.build (renamed from test cases/common/162 includedir subproj/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/159 includedir subproj/prog.c (renamed from test cases/common/162 includedir subproj/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/159 includedir subproj/subprojects/inctest/include/incfile.h (renamed from test cases/common/162 includedir subproj/subprojects/inctest/include/incfile.h) | 0 | ||||
-rw-r--r-- | test cases/common/159 includedir subproj/subprojects/inctest/meson.build (renamed from test cases/common/162 includedir subproj/subprojects/inctest/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/16 else/meson.build (renamed from test cases/common/18 else/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/16 else/prog.c (renamed from test cases/common/18 else/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/a.c (renamed from test cases/common/163 subproject dir name collision/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/custom_subproject_dir/B/b.c (renamed from test cases/common/163 subproject dir name collision/custom_subproject_dir/B/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/custom_subproject_dir/B/meson.build (renamed from test cases/common/163 subproject dir name collision/custom_subproject_dir/B/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/custom_subproject_dir/C/c.c (renamed from test cases/common/163 subproject dir name collision/custom_subproject_dir/C/c.c) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/custom_subproject_dir/C/meson.build (renamed from test cases/common/163 subproject dir name collision/custom_subproject_dir/C/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/meson.build (renamed from test cases/common/163 subproject dir name collision/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/other_subdir/custom_subproject_dir/other.c (renamed from test cases/common/163 subproject dir name collision/other_subdir/custom_subproject_dir/other.c) | 0 | ||||
-rw-r--r-- | test cases/common/160 subproject dir name collision/other_subdir/meson.build (renamed from test cases/common/163 subproject dir name collision/other_subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/161 config tool variable/meson.build (renamed from test cases/common/164 config tool variable/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/162 custom target subdir depend files/copyfile.py (renamed from test cases/common/165 custom target subdir depend files/copyfile.py) | 0 | ||||
-rw-r--r-- | test cases/common/162 custom target subdir depend files/meson.build (renamed from test cases/common/165 custom target subdir depend files/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/162 custom target subdir depend files/subdir/dep.dat (renamed from test cases/common/165 custom target subdir depend files/subdir/dep.dat) | 0 | ||||
-rw-r--r-- | test cases/common/162 custom target subdir depend files/subdir/foo.c.in (renamed from test cases/common/165 custom target subdir depend files/subdir/foo.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/162 custom target subdir depend files/subdir/meson.build (renamed from test cases/common/165 custom target subdir depend files/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/163 external program shebang parsing/input.txt (renamed from test cases/common/166 external program shebang parsing/input.txt) | 0 | ||||
-rw-r--r-- | test cases/common/163 external program shebang parsing/main.c (renamed from test cases/common/166 external program shebang parsing/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/163 external program shebang parsing/meson.build (renamed from test cases/common/166 external program shebang parsing/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/163 external program shebang parsing/script.int.in (renamed from test cases/common/166 external program shebang parsing/script.int.in) | 0 | ||||
-rw-r--r-- | test cases/common/164 disabler/meson.build (renamed from test cases/common/167 disabler/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/165 array option/meson.build (renamed from test cases/common/168 array option/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/165 array option/meson_options.txt (renamed from test cases/common/168 array option/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/166 custom target template substitution/checkcopy.py (renamed from test cases/common/169 custom target template substitution/checkcopy.py) | 0 | ||||
-rw-r--r-- | test cases/common/166 custom target template substitution/foo.c.in (renamed from test cases/common/169 custom target template substitution/foo.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/166 custom target template substitution/meson.build (renamed from test cases/common/169 custom target template substitution/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/167 not-found dependency/meson.build (renamed from test cases/common/170 not-found dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/167 not-found dependency/sub/meson.build (renamed from test cases/common/170 not-found dependency/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/167 not-found dependency/subprojects/trivial/meson.build (renamed from test cases/common/170 not-found dependency/subprojects/trivial/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/167 not-found dependency/subprojects/trivial/trivial.c (renamed from test cases/common/170 not-found dependency/subprojects/trivial/trivial.c) | 0 | ||||
-rw-r--r-- | test cases/common/167 not-found dependency/testlib.c (renamed from test cases/common/170 not-found dependency/testlib.c) | 0 | ||||
-rw-r--r-- | test cases/common/168 subdir if_found/meson.build (renamed from test cases/common/171 subdir if_found/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/168 subdir if_found/subdir/meson.build (renamed from test cases/common/171 subdir if_found/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/169 default options prefix dependent defaults/meson.build (renamed from test cases/common/172 default options prefix dependent defaults/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/17 comparison/meson.build (renamed from test cases/common/19 comparison/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/17 comparison/prog.c (renamed from test cases/common/19 comparison/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/170 dependency factory/meson.build (renamed from test cases/common/173 dependency factory/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/171 get project license/bar.c (renamed from test cases/common/174 get project license/bar.c) | 0 | ||||
-rw-r--r-- | test cases/common/171 get project license/meson.build (renamed from test cases/common/174 get project license/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/172 yield/meson.build (renamed from test cases/common/175 yield/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/172 yield/meson_options.txt (renamed from test cases/common/175 yield/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/172 yield/subprojects/sub/meson.build (renamed from test cases/common/175 yield/subprojects/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/172 yield/subprojects/sub/meson_options.txt (renamed from test cases/common/175 yield/subprojects/sub/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/a.c (renamed from test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build (renamed from test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here (renamed from test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/contrib/subprojects/beta/b.c (renamed from test cases/common/176 subproject nested subproject dirs/contrib/subprojects/beta/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/contrib/subprojects/beta/meson.build (renamed from test cases/common/176 subproject nested subproject dirs/contrib/subprojects/beta/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/meson.build (renamed from test cases/common/176 subproject nested subproject dirs/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/173 subproject nested subproject dirs/prog.c (renamed from test cases/common/176 subproject nested subproject dirs/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/174 preserve gendir/base.inp (renamed from test cases/common/177 preserve gendir/base.inp) | 0 | ||||
-rw-r--r-- | test cases/common/174 preserve gendir/com/mesonbuild/subbie.inp (renamed from test cases/common/177 preserve gendir/com/mesonbuild/subbie.inp) | 0 | ||||
-rwxr-xr-x | test cases/common/174 preserve gendir/genprog.py (renamed from test cases/common/177 preserve gendir/genprog.py) | 0 | ||||
-rw-r--r-- | test cases/common/174 preserve gendir/meson.build (renamed from test cases/common/177 preserve gendir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/174 preserve gendir/testprog.c (renamed from test cases/common/177 preserve gendir/testprog.c) | 0 | ||||
-rw-r--r-- | test cases/common/175 source in dep/bar.cpp (renamed from test cases/common/178 source in dep/bar.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/175 source in dep/foo.c (renamed from test cases/common/178 source in dep/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/175 source in dep/generated/funname (renamed from test cases/common/178 source in dep/generated/funname) | 0 | ||||
-rwxr-xr-x | test cases/common/175 source in dep/generated/genheader.py (renamed from test cases/common/178 source in dep/generated/genheader.py) | 0 | ||||
-rw-r--r-- | test cases/common/175 source in dep/generated/main.c (renamed from test cases/common/178 source in dep/generated/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/175 source in dep/generated/meson.build (renamed from test cases/common/178 source in dep/generated/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/175 source in dep/meson.build (renamed from test cases/common/178 source in dep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/176 generator link whole/export.h (renamed from test cases/common/179 generator link whole/export.h) | 0 | ||||
-rwxr-xr-x | test cases/common/176 generator link whole/generator.py (renamed from test cases/common/179 generator link whole/generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/176 generator link whole/main.c (renamed from test cases/common/179 generator link whole/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/176 generator link whole/meson.build (renamed from test cases/common/179 generator link whole/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/176 generator link whole/meson_test_function.tmpl (renamed from test cases/common/179 generator link whole/meson_test_function.tmpl) | 0 | ||||
-rw-r--r-- | test cases/common/176 generator link whole/pull_meson_test_function.c (renamed from test cases/common/179 generator link whole/pull_meson_test_function.c) | 0 | ||||
-rw-r--r-- | test cases/common/177 initial c_args/meson.build (renamed from test cases/common/180 initial c_args/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/177 initial c_args/test_args.txt (renamed from test cases/common/180 initial c_args/test_args.txt) | 0 | ||||
-rw-r--r-- | test cases/common/178 identical target name in subproject flat layout/foo.c (renamed from test cases/common/181 identical target name in subproject flat layout/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/178 identical target name in subproject flat layout/main.c (renamed from test cases/common/181 identical target name in subproject flat layout/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/178 identical target name in subproject flat layout/meson.build (renamed from test cases/common/181 identical target name in subproject flat layout/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/178 identical target name in subproject flat layout/subprojects/subproj/foo.c (renamed from test cases/common/181 identical target name in subproject flat layout/subprojects/subproj/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/178 identical target name in subproject flat layout/subprojects/subproj/meson.build (renamed from test cases/common/181 identical target name in subproject flat layout/subprojects/subproj/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/179 as-needed/config.h (renamed from test cases/common/182 as-needed/config.h) | 0 | ||||
-rw-r--r-- | test cases/common/179 as-needed/libA.cpp (renamed from test cases/common/182 as-needed/libA.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/179 as-needed/libA.h (renamed from test cases/common/182 as-needed/libA.h) | 0 | ||||
-rw-r--r-- | test cases/common/179 as-needed/libB.cpp (renamed from test cases/common/182 as-needed/libB.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/179 as-needed/main.cpp (renamed from test cases/common/182 as-needed/main.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/179 as-needed/meson.build (renamed from test cases/common/182 as-needed/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/18 array/func.c (renamed from test cases/common/20 array/func.c) | 0 | ||||
-rw-r--r-- | test cases/common/18 array/meson.build (renamed from test cases/common/20 array/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/18 array/prog.c (renamed from test cases/common/20 array/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/180 ndebug if-release enabled/main.c (renamed from test cases/common/183 ndebug if-release enabled/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/180 ndebug if-release enabled/meson.build (renamed from test cases/common/183 ndebug if-release enabled/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/181 ndebug if-release disabled/main.c (renamed from test cases/common/184 ndebug if-release disabled/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/181 ndebug if-release disabled/meson.build (renamed from test cases/common/184 ndebug if-release disabled/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/182 subproject version/meson.build (renamed from test cases/common/185 subproject version/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/182 subproject version/subprojects/a/meson.build (renamed from test cases/common/185 subproject version/subprojects/a/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/183 subdir_done/meson.build (renamed from test cases/common/186 subdir_done/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/184 bothlibraries/libfile.c (renamed from test cases/common/187 bothlibraries/libfile.c) | 0 | ||||
-rw-r--r-- | test cases/common/184 bothlibraries/main.c (renamed from test cases/common/187 bothlibraries/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/184 bothlibraries/meson.build (renamed from test cases/common/187 bothlibraries/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/184 bothlibraries/mylib.h (renamed from test cases/common/187 bothlibraries/mylib.h) | 0 | ||||
-rw-r--r-- | test cases/common/185 escape and unicode/file.c.in (renamed from test cases/common/188 escape and unicode/file.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/185 escape and unicode/file.py (renamed from test cases/common/188 escape and unicode/file.py) | 0 | ||||
-rw-r--r-- | test cases/common/185 escape and unicode/find.py (renamed from test cases/common/188 escape and unicode/find.py) | 0 | ||||
-rw-r--r-- | test cases/common/185 escape and unicode/fun.c (renamed from test cases/common/188 escape and unicode/fun.c) | 0 | ||||
-rw-r--r-- | test cases/common/185 escape and unicode/main.c (renamed from test cases/common/188 escape and unicode/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/185 escape and unicode/meson.build (renamed from test cases/common/188 escape and unicode/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/186 has link arg/meson.build (renamed from test cases/common/189 has link arg/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/187 same target name flat layout/foo.c (renamed from test cases/common/190 same target name flat layout/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/187 same target name flat layout/main.c (renamed from test cases/common/190 same target name flat layout/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/187 same target name flat layout/meson.build (renamed from test cases/common/190 same target name flat layout/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/187 same target name flat layout/subdir/foo.c (renamed from test cases/common/190 same target name flat layout/subdir/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/187 same target name flat layout/subdir/meson.build (renamed from test cases/common/190 same target name flat layout/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/meson.build (renamed from test cases/common/191 find override/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/otherdir/main.c (renamed from test cases/common/191 find override/otherdir/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/otherdir/main2.c (renamed from test cases/common/191 find override/otherdir/main2.c) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/otherdir/meson.build (renamed from test cases/common/191 find override/otherdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/otherdir/source.desc (renamed from test cases/common/191 find override/otherdir/source.desc) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/otherdir/source2.desc (renamed from test cases/common/191 find override/otherdir/source2.desc) | 0 | ||||
-rwxr-xr-x | test cases/common/188 find override/subdir/converter.py (renamed from test cases/common/191 find override/subdir/converter.py) | 0 | ||||
-rwxr-xr-x | test cases/common/188 find override/subdir/gencodegen.py.in (renamed from test cases/common/191 find override/subdir/gencodegen.py.in) | 0 | ||||
-rw-r--r-- | test cases/common/188 find override/subdir/meson.build (renamed from test cases/common/191 find override/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/189 partial dependency/declare_dependency/headers/foo.c (renamed from test cases/common/192 partial dependency/declare_dependency/headers/foo.c) | 0 | ||||
-rw-r--r-- | test cases/common/189 partial dependency/declare_dependency/headers/foo.h (renamed from test cases/common/192 partial dependency/declare_dependency/headers/foo.h) | 0 | ||||
-rw-r--r-- | test cases/common/189 partial dependency/declare_dependency/main.c (renamed from test cases/common/192 partial dependency/declare_dependency/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/189 partial dependency/declare_dependency/meson.build (renamed from test cases/common/192 partial dependency/declare_dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/189 partial dependency/declare_dependency/other.c (renamed from test cases/common/192 partial dependency/declare_dependency/other.c) | 0 | ||||
-rw-r--r-- | test cases/common/189 partial dependency/meson.build (renamed from test cases/common/192 partial dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/19 includedir/include/func.h (renamed from test cases/common/21 includedir/include/func.h) | 0 | ||||
-rw-r--r-- | test cases/common/19 includedir/meson.build (renamed from test cases/common/21 includedir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/19 includedir/src/func.c (renamed from test cases/common/21 includedir/src/func.c) | 0 | ||||
-rw-r--r-- | test cases/common/19 includedir/src/meson.build (renamed from test cases/common/21 includedir/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/19 includedir/src/prog.c (renamed from test cases/common/21 includedir/src/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/190 openmp/main.c (renamed from test cases/common/193 openmp/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/190 openmp/main.cpp (renamed from test cases/common/193 openmp/main.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/190 openmp/main.f90 (renamed from test cases/common/193 openmp/main.f90) | 0 | ||||
-rw-r--r-- | test cases/common/190 openmp/meson.build (renamed from test cases/common/193 openmp/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/191 same target name/file.c (renamed from test cases/common/194 same target name/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/191 same target name/meson.build (renamed from test cases/common/194 same target name/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/191 same target name/sub/file2.c (renamed from test cases/common/194 same target name/sub/file2.c) | 0 | ||||
-rw-r--r-- | test cases/common/191 same target name/sub/meson.build (renamed from test cases/common/194 same target name/sub/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/192 test depends/gen.py (renamed from test cases/common/195 test depends/gen.py) | 0 | ||||
-rw-r--r-- | test cases/common/192 test depends/main.c (renamed from test cases/common/195 test depends/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/192 test depends/meson.build (renamed from test cases/common/195 test depends/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/192 test depends/test.py (renamed from test cases/common/195 test depends/test.py) | 0 | ||||
-rw-r--r-- | test cases/common/193 args flattening/meson.build (renamed from test cases/common/196 args flattening/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/194 dict/meson.build (renamed from test cases/common/197 dict/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/194 dict/prog.c (renamed from test cases/common/197 dict/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/195 check header/meson.build (renamed from test cases/common/198 check header/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/195 check header/ouagadougou.h (renamed from test cases/common/198 check header/ouagadougou.h) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/config.h.in (renamed from test cases/common/199 install_mode/config.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/data_source.txt (renamed from test cases/common/199 install_mode/data_source.txt) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/foo.1 (renamed from test cases/common/199 install_mode/foo.1) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/installed_files.txt (renamed from test cases/common/199 install_mode/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/meson.build (renamed from test cases/common/199 install_mode/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/rootdir.h (renamed from test cases/common/199 install_mode/rootdir.h) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/runscript.sh (renamed from test cases/common/199 install_mode/runscript.sh) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/stat.c (renamed from test cases/common/199 install_mode/stat.c) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/sub1/second.dat (renamed from test cases/common/199 install_mode/sub1/second.dat) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/sub2/stub (renamed from test cases/common/199 install_mode/sub2/stub) | 0 | ||||
-rw-r--r-- | test cases/common/196 install_mode/trivial.c (renamed from test cases/common/199 install_mode/trivial.c) | 0 | ||||
-rw-r--r-- | test cases/common/197 subproject array version/meson.build (renamed from test cases/common/200 subproject array version/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/197 subproject array version/subprojects/foo/meson.build (renamed from test cases/common/200 subproject array version/subprojects/foo/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/198 feature option/meson.build (renamed from test cases/common/201 feature option/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/198 feature option/meson_options.txt (renamed from test cases/common/201 feature option/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/199 feature option disabled/meson.build (renamed from test cases/common/202 feature option disabled/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/199 feature option disabled/meson_options.txt (renamed from test cases/common/202 feature option disabled/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/20 header in file list/header.h (renamed from test cases/common/22 header in file list/header.h) | 0 | ||||
-rw-r--r-- | test cases/common/20 header in file list/meson.build (renamed from test cases/common/22 header in file list/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/20 header in file list/prog.c (renamed from test cases/common/22 header in file list/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/200 static threads/lib1.c (renamed from test cases/common/203 static threads/lib1.c) | 0 | ||||
-rw-r--r-- | test cases/common/200 static threads/lib2.c (renamed from test cases/common/203 static threads/lib2.c) | 0 | ||||
-rw-r--r-- | test cases/common/200 static threads/meson.build (renamed from test cases/common/203 static threads/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/200 static threads/prog.c (renamed from test cases/common/203 static threads/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/201 generator in subdir/com/mesonbuild/genprog.py (renamed from test cases/common/205 generator in subdir/com/mesonbuild/genprog.py) | 0 | ||||
-rw-r--r-- | test cases/common/201 generator in subdir/com/mesonbuild/meson.build (renamed from test cases/common/205 generator in subdir/com/mesonbuild/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/201 generator in subdir/com/mesonbuild/subbie.inp (renamed from test cases/common/205 generator in subdir/com/mesonbuild/subbie.inp) | 0 | ||||
-rw-r--r-- | test cases/common/201 generator in subdir/com/mesonbuild/testprog.c (renamed from test cases/common/205 generator in subdir/com/mesonbuild/testprog.c) | 0 | ||||
-rw-r--r-- | test cases/common/201 generator in subdir/meson.build (renamed from test cases/common/205 generator in subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/21 global arg/meson.build (renamed from test cases/common/23 global arg/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/21 global arg/prog.c (renamed from test cases/common/23 global arg/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/21 global arg/prog.cc (renamed from test cases/common/23 global arg/prog.cc) | 0 | ||||
-rw-r--r-- | test cases/common/22 target arg/func.c (renamed from test cases/common/24 target arg/func.c) | 0 | ||||
-rw-r--r-- | test cases/common/22 target arg/func2.c (renamed from test cases/common/24 target arg/func2.c) | 0 | ||||
-rw-r--r-- | test cases/common/22 target arg/meson.build (renamed from test cases/common/24 target arg/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/22 target arg/prog.cc (renamed from test cases/common/24 target arg/prog.cc) | 0 | ||||
-rw-r--r-- | test cases/common/22 target arg/prog2.cc (renamed from test cases/common/24 target arg/prog2.cc) | 0 | ||||
-rw-r--r-- | test cases/common/23 object extraction/lib.c (renamed from test cases/common/25 object extraction/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/23 object extraction/lib2.c (renamed from test cases/common/25 object extraction/lib2.c) | 0 | ||||
-rw-r--r-- | test cases/common/23 object extraction/main.c (renamed from test cases/common/25 object extraction/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/23 object extraction/meson.build (renamed from test cases/common/25 object extraction/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/23 object extraction/src/lib.c (renamed from test cases/common/25 object extraction/src/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/24 endian/meson.build (renamed from test cases/common/26 endian/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/24 endian/prog.c (renamed from test cases/common/26 endian/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/25 library versions/installed_files.txt (renamed from test cases/common/27 library versions/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/25 library versions/lib.c (renamed from test cases/common/27 library versions/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/25 library versions/meson.build (renamed from test cases/common/27 library versions/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/25 library versions/subdir/meson.build (renamed from test cases/common/27 library versions/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/26 config subdir/include/config.h.in (renamed from test cases/common/28 config subdir/include/config.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/26 config subdir/include/meson.build (renamed from test cases/common/28 config subdir/include/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/26 config subdir/meson.build (renamed from test cases/common/28 config subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/26 config subdir/src/meson.build (renamed from test cases/common/28 config subdir/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/26 config subdir/src/prog.c (renamed from test cases/common/28 config subdir/src/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/27 pipeline/input_src.dat (renamed from test cases/common/29 pipeline/input_src.dat) | 0 | ||||
-rw-r--r-- | test cases/common/27 pipeline/meson.build (renamed from test cases/common/29 pipeline/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/27 pipeline/prog.c (renamed from test cases/common/29 pipeline/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/27 pipeline/srcgen.c (renamed from test cases/common/29 pipeline/srcgen.c) | 0 | ||||
-rw-r--r-- | test cases/common/28 pipeline/meson.build (renamed from test cases/common/30 pipeline/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/28 pipeline/src/input_src.dat (renamed from test cases/common/30 pipeline/src/input_src.dat) | 0 | ||||
-rw-r--r-- | test cases/common/28 pipeline/src/meson.build (renamed from test cases/common/30 pipeline/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/28 pipeline/src/prog.c (renamed from test cases/common/30 pipeline/src/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/28 pipeline/src/srcgen.c (renamed from test cases/common/30 pipeline/src/srcgen.c) | 0 | ||||
-rw-r--r-- | test cases/common/29 find program/meson.build (renamed from test cases/common/31 find program/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/29 find program/source.in (renamed from test cases/common/31 find program/source.in) | 0 | ||||
-rw-r--r-- | test cases/common/30 multiline string/meson.build (renamed from test cases/common/32 multiline string/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/31 try compile/invalid.c (renamed from test cases/common/33 try compile/invalid.c) | 0 | ||||
-rw-r--r-- | test cases/common/31 try compile/meson.build (renamed from test cases/common/33 try compile/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/31 try compile/valid.c (renamed from test cases/common/33 try compile/valid.c) | 0 | ||||
-rw-r--r-- | test cases/common/32 compiler id/meson.build (renamed from test cases/common/34 compiler id/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/33 sizeof/config.h.in (renamed from test cases/common/35 sizeof/config.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/33 sizeof/meson.build (renamed from test cases/common/35 sizeof/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/33 sizeof/prog.c.in (renamed from test cases/common/35 sizeof/prog.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/34 define10/config.h.in (renamed from test cases/common/36 define10/config.h.in) | 0 | ||||
-rw-r--r-- | test cases/common/34 define10/meson.build (renamed from test cases/common/36 define10/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/34 define10/prog.c (renamed from test cases/common/36 define10/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/35 has header/meson.build (renamed from test cases/common/37 has header/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/35 has header/ouagadougou.h (renamed from test cases/common/37 has header/ouagadougou.h) | 0 | ||||
-rw-r--r-- | test cases/common/36 run program/get-version.py (renamed from test cases/common/38 run program/get-version.py) | 0 | ||||
-rw-r--r-- | test cases/common/36 run program/meson.build (renamed from test cases/common/38 run program/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/36 run program/scripts/hello.bat (renamed from test cases/common/38 run program/scripts/hello.bat) | 0 | ||||
-rwxr-xr-x | test cases/common/36 run program/scripts/hello.sh (renamed from test cases/common/38 run program/scripts/hello.sh) | 0 | ||||
-rw-r--r-- | test cases/common/37 tryrun/error.c (renamed from test cases/common/39 tryrun/error.c) | 0 | ||||
-rw-r--r-- | test cases/common/37 tryrun/meson.build (renamed from test cases/common/39 tryrun/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/37 tryrun/no_compile.c (renamed from test cases/common/39 tryrun/no_compile.c) | 0 | ||||
-rw-r--r-- | test cases/common/37 tryrun/ok.c (renamed from test cases/common/39 tryrun/ok.c) | 0 | ||||
-rw-r--r-- | test cases/common/38 logic ops/meson.build (renamed from test cases/common/40 logic ops/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/39 string operations/meson.build (renamed from test cases/common/42 string operations/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/40 has function/meson.build (renamed from test cases/common/43 has function/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/41 has member/meson.build (renamed from test cases/common/44 has member/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/42 alignment/meson.build (renamed from test cases/common/45 alignment/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/installed_files.txt (renamed from test cases/common/46 library chain/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/main.c (renamed from test cases/common/46 library chain/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/meson.build (renamed from test cases/common/46 library chain/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/subdir/lib1.c (renamed from test cases/common/46 library chain/subdir/lib1.c) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/subdir/meson.build (renamed from test cases/common/46 library chain/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/subdir/subdir2/lib2.c (renamed from test cases/common/46 library chain/subdir/subdir2/lib2.c) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/subdir/subdir2/meson.build (renamed from test cases/common/46 library chain/subdir/subdir2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/subdir/subdir3/lib3.c (renamed from test cases/common/46 library chain/subdir/subdir3/lib3.c) | 0 | ||||
-rw-r--r-- | test cases/common/43 library chain/subdir/subdir3/meson.build (renamed from test cases/common/46 library chain/subdir/subdir3/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/44 options/meson.build (renamed from test cases/common/47 options/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/44 options/meson_options.txt (renamed from test cases/common/47 options/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/cmd_args.c (renamed from test cases/common/48 test args/cmd_args.c) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/copyfile.py (renamed from test cases/common/48 test args/copyfile.py) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/env2vars.c (renamed from test cases/common/48 test args/env2vars.c) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/envvars.c (renamed from test cases/common/48 test args/envvars.c) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/meson.build (renamed from test cases/common/48 test args/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/tester.c (renamed from test cases/common/48 test args/tester.c) | 0 | ||||
-rwxr-xr-x | test cases/common/45 test args/tester.py (renamed from test cases/common/48 test args/tester.py) | 0 | ||||
-rw-r--r-- | test cases/common/45 test args/testfile.txt (renamed from test cases/common/48 test args/testfile.txt) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/installed_files.txt (renamed from test cases/common/49 subproject/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/meson.build (renamed from test cases/common/49 subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/subprojects/sublib/include/subdefs.h (renamed from test cases/common/49 subproject/subprojects/sublib/include/subdefs.h) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/subprojects/sublib/meson.build (renamed from test cases/common/49 subproject/subprojects/sublib/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/subprojects/sublib/simpletest.c (renamed from test cases/common/49 subproject/subprojects/sublib/simpletest.c) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/subprojects/sublib/sublib.c (renamed from test cases/common/49 subproject/subprojects/sublib/sublib.c) | 0 | ||||
-rw-r--r-- | test cases/common/46 subproject/user.c (renamed from test cases/common/49 subproject/user.c) | 0 | ||||
-rw-r--r-- | test cases/common/47 subproject options/meson.build (renamed from test cases/common/50 subproject options/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/47 subproject options/meson_options.txt (renamed from test cases/common/50 subproject options/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/47 subproject options/subprojects/subproject/meson.build (renamed from test cases/common/50 subproject options/subprojects/subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/47 subproject options/subprojects/subproject/meson_options.txt (renamed from test cases/common/50 subproject options/subprojects/subproject/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/dependencies/exposed.c (renamed from test cases/common/51 pkgconfig-gen/dependencies/exposed.c) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/dependencies/internal.c (renamed from test cases/common/51 pkgconfig-gen/dependencies/internal.c) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/dependencies/meson.build (renamed from test cases/common/51 pkgconfig-gen/dependencies/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/installed_files.txt (renamed from test cases/common/51 pkgconfig-gen/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/meson.build (renamed from test cases/common/51 pkgconfig-gen/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/simple.c (renamed from test cases/common/51 pkgconfig-gen/simple.c) | 0 | ||||
-rw-r--r-- | test cases/common/48 pkgconfig-gen/simple.h (renamed from test cases/common/51 pkgconfig-gen/simple.h) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/datafile.cat (renamed from test cases/common/52 custom install dirs/datafile.cat) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/installed_files.txt (renamed from test cases/common/52 custom install dirs/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/meson.build (renamed from test cases/common/52 custom install dirs/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/prog.1 (renamed from test cases/common/52 custom install dirs/prog.1) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/prog.c (renamed from test cases/common/52 custom install dirs/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/sample.h (renamed from test cases/common/52 custom install dirs/sample.h) | 0 | ||||
-rw-r--r-- | test cases/common/49 custom install dirs/subdir/datafile.dog (renamed from test cases/common/52 custom install dirs/subdir/datafile.dog) | 0 | ||||
-rw-r--r-- | test cases/common/50 subproject subproject/meson.build (renamed from test cases/common/53 subproject subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/50 subproject subproject/prog.c (renamed from test cases/common/53 subproject subproject/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/50 subproject subproject/subprojects/a/a.c (renamed from test cases/common/53 subproject subproject/subprojects/a/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/50 subproject subproject/subprojects/a/meson.build (renamed from test cases/common/53 subproject subproject/subprojects/a/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/50 subproject subproject/subprojects/b/b.c (renamed from test cases/common/53 subproject subproject/subprojects/b/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/50 subproject subproject/subprojects/b/meson.build (renamed from test cases/common/53 subproject subproject/subprojects/b/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/51 same file name/d1/file.c (renamed from test cases/common/54 same file name/d1/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/51 same file name/d2/file.c (renamed from test cases/common/54 same file name/d2/file.c) | 0 | ||||
-rw-r--r-- | test cases/common/51 same file name/meson.build (renamed from test cases/common/54 same file name/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/51 same file name/prog.c (renamed from test cases/common/54 same file name/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/a.c (renamed from test cases/common/55 file grabber/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/b.c (renamed from test cases/common/55 file grabber/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/c.c (renamed from test cases/common/55 file grabber/c.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/grabber.bat (renamed from test cases/common/55 file grabber/grabber.bat) | 0 | ||||
-rwxr-xr-x | test cases/common/52 file grabber/grabber.sh (renamed from test cases/common/55 file grabber/grabber.sh) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/grabber2.bat (renamed from test cases/common/55 file grabber/grabber2.bat) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/meson.build (renamed from test cases/common/55 file grabber/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/prog.c (renamed from test cases/common/55 file grabber/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/subdir/meson.build (renamed from test cases/common/55 file grabber/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/subdir/suba.c (renamed from test cases/common/55 file grabber/subdir/suba.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/subdir/subb.c (renamed from test cases/common/55 file grabber/subdir/subb.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/subdir/subc.c (renamed from test cases/common/55 file grabber/subdir/subc.c) | 0 | ||||
-rw-r--r-- | test cases/common/52 file grabber/subdir/subprog.c (renamed from test cases/common/55 file grabber/subdir/subprog.c) | 0 | ||||
-rw-r--r-- | test cases/common/53 custom target/data_source.txt (renamed from test cases/common/56 custom target/data_source.txt) | 0 | ||||
-rwxr-xr-x | test cases/common/53 custom target/depfile/dep.py (renamed from test cases/common/56 custom target/depfile/dep.py) | 0 | ||||
-rw-r--r-- | test cases/common/53 custom target/depfile/meson.build (renamed from test cases/common/56 custom target/depfile/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/53 custom target/installed_files.txt (renamed from test cases/common/56 custom target/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/53 custom target/meson.build (renamed from test cases/common/56 custom target/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/53 custom target/my_compiler.py (renamed from test cases/common/56 custom target/my_compiler.py) | 0 | ||||
-rw-r--r-- | test cases/common/54 custom target chain/data_source.txt (renamed from test cases/common/57 custom target chain/data_source.txt) | 0 | ||||
-rw-r--r-- | test cases/common/54 custom target chain/installed_files.txt (renamed from test cases/common/57 custom target chain/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/54 custom target chain/meson.build (renamed from test cases/common/57 custom target chain/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/54 custom target chain/my_compiler.py (renamed from test cases/common/57 custom target chain/my_compiler.py) | 0 | ||||
-rwxr-xr-x | test cases/common/54 custom target chain/my_compiler2.py (renamed from test cases/common/57 custom target chain/my_compiler2.py) | 0 | ||||
-rw-r--r-- | test cases/common/54 custom target chain/usetarget/meson.build (renamed from test cases/common/57 custom target chain/usetarget/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/54 custom target chain/usetarget/myexe.c (renamed from test cases/common/57 custom target chain/usetarget/myexe.c) | 0 | ||||
-rwxr-xr-x | test cases/common/54 custom target chain/usetarget/subcomp.py (renamed from test cases/common/57 custom target chain/usetarget/subcomp.py) | 0 | ||||
-rwxr-xr-x | test cases/common/55 run target/check_exists.py (renamed from test cases/common/58 run target/check_exists.py) | 0 | ||||
-rwxr-xr-x | test cases/common/55 run target/configure.in (renamed from test cases/common/58 run target/configure.in) | 0 | ||||
-rw-r--r-- | test cases/common/55 run target/converter.py (renamed from test cases/common/58 run target/converter.py) | 0 | ||||
-rwxr-xr-x | test cases/common/55 run target/fakeburner.py (renamed from test cases/common/58 run target/fakeburner.py) | 0 | ||||
-rw-r--r-- | test cases/common/55 run target/helloprinter.c (renamed from test cases/common/58 run target/helloprinter.c) | 0 | ||||
-rw-r--r-- | test cases/common/55 run target/meson.build (renamed from test cases/common/58 run target/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/55 run target/scripts/script.sh (renamed from test cases/common/58 run target/scripts/script.sh) | 0 | ||||
-rw-r--r-- | test cases/common/56 object generator/meson.build (renamed from test cases/common/59 object generator/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/56 object generator/obj_generator.py (renamed from test cases/common/59 object generator/obj_generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/56 object generator/prog.c (renamed from test cases/common/59 object generator/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/56 object generator/source.c (renamed from test cases/common/59 object generator/source.c) | 0 | ||||
-rw-r--r-- | test cases/common/56 object generator/source2.c (renamed from test cases/common/59 object generator/source2.c) | 0 | ||||
-rw-r--r-- | test cases/common/56 object generator/source3.c (renamed from test cases/common/59 object generator/source3.c) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/installed_files.txt (renamed from test cases/common/60 install script/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/meson.build (renamed from test cases/common/60 install script/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/myinstall.py (renamed from test cases/common/60 install script/myinstall.py) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/no-installed-files (renamed from test cases/common/60 install script/no-installed-files) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/prog.c (renamed from test cases/common/60 install script/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/src/meson.build (renamed from test cases/common/60 install script/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/57 install script/src/myinstall.py (renamed from test cases/common/60 install script/src/myinstall.py) | 0 | ||||
-rwxr-xr-x | test cases/common/58 custom target source output/generator.py (renamed from test cases/common/61 custom target source output/generator.py) | 0 | ||||
-rw-r--r-- | test cases/common/58 custom target source output/main.c (renamed from test cases/common/61 custom target source output/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/58 custom target source output/meson.build (renamed from test cases/common/61 custom target source output/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/meson.build (renamed from test cases/common/62 exe static shared/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/prog.c (renamed from test cases/common/62 exe static shared/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/shlib2.c (renamed from test cases/common/62 exe static shared/shlib2.c) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/stat.c (renamed from test cases/common/62 exe static shared/stat.c) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/stat2.c (renamed from test cases/common/62 exe static shared/stat2.c) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/subdir/exports.h (renamed from test cases/common/62 exe static shared/subdir/exports.h) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/subdir/meson.build (renamed from test cases/common/62 exe static shared/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/59 exe static shared/subdir/shlib.c (renamed from test cases/common/62 exe static shared/subdir/shlib.c) | 0 | ||||
-rw-r--r-- | test cases/common/60 array methods/meson.build (renamed from test cases/common/63 array methods/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/61 custom header generator/input.def (renamed from test cases/common/64 custom header generator/input.def) | 0 | ||||
-rw-r--r-- | test cases/common/61 custom header generator/makeheader.py (renamed from test cases/common/64 custom header generator/makeheader.py) | 0 | ||||
-rw-r--r-- | test cases/common/61 custom header generator/meson.build (renamed from test cases/common/64 custom header generator/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/61 custom header generator/prog.c (renamed from test cases/common/64 custom header generator/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/61 custom header generator/somefile.txt (renamed from test cases/common/64 custom header generator/somefile.txt) | 0 | ||||
-rw-r--r-- | test cases/common/62 multiple generators/data2.dat (renamed from test cases/common/65 multiple generators/data2.dat) | 0 | ||||
-rw-r--r-- | test cases/common/62 multiple generators/main.cpp (renamed from test cases/common/65 multiple generators/main.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/62 multiple generators/meson.build (renamed from test cases/common/65 multiple generators/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/62 multiple generators/mygen.py (renamed from test cases/common/65 multiple generators/mygen.py) | 0 | ||||
-rw-r--r-- | test cases/common/62 multiple generators/subdir/data.dat (renamed from test cases/common/65 multiple generators/subdir/data.dat) | 0 | ||||
-rw-r--r-- | test cases/common/62 multiple generators/subdir/meson.build (renamed from test cases/common/65 multiple generators/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/installed_files.txt (renamed from test cases/common/66 install subdir/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/meson.build (renamed from test cases/common/66 install subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/nested_elided/sub/dircheck/nineth.dat (renamed from test cases/common/66 install subdir/nested_elided/sub/dircheck/nineth.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/nested_elided/sub/eighth.dat (renamed from test cases/common/66 install subdir/nested_elided/sub/eighth.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub/sub1/third.dat (renamed from test cases/common/66 install subdir/sub/sub1/third.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub1/second.dat (renamed from test cases/common/66 install subdir/sub1/second.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub2/dircheck/excluded-three.dat (renamed from test cases/common/66 install subdir/sub2/dircheck/excluded-three.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub2/excluded-three.dat (renamed from test cases/common/66 install subdir/sub2/excluded-three.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub2/excluded/two.dat (renamed from test cases/common/66 install subdir/sub2/excluded/two.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub2/one.dat (renamed from test cases/common/66 install subdir/sub2/one.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub_elided/dircheck/fifth.dat (renamed from test cases/common/66 install subdir/sub_elided/dircheck/fifth.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/sub_elided/fourth.dat (renamed from test cases/common/66 install subdir/sub_elided/fourth.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/subdir/meson.build (renamed from test cases/common/66 install subdir/subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/subdir/sub1/data1.dat (renamed from test cases/common/66 install subdir/subdir/sub1/data1.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/subdir/sub1/sub2/data2.dat (renamed from test cases/common/66 install subdir/subdir/sub1/sub2/data2.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/subdir/sub_elided/dircheck/seventh.dat (renamed from test cases/common/66 install subdir/subdir/sub_elided/dircheck/seventh.dat) | 0 | ||||
-rw-r--r-- | test cases/common/63 install subdir/subdir/sub_elided/sixth.dat (renamed from test cases/common/66 install subdir/subdir/sub_elided/sixth.dat) | 0 | ||||
-rw-r--r-- | test cases/common/64 foreach/installed_files.txt (renamed from test cases/common/67 foreach/installed_files.txt) | 0 | ||||
-rw-r--r-- | test cases/common/64 foreach/meson.build (renamed from test cases/common/67 foreach/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/64 foreach/prog1.c (renamed from test cases/common/67 foreach/prog1.c) | 0 | ||||
-rw-r--r-- | test cases/common/64 foreach/prog2.c (renamed from test cases/common/67 foreach/prog2.c) | 0 | ||||
-rw-r--r-- | test cases/common/64 foreach/prog3.c (renamed from test cases/common/67 foreach/prog3.c) | 0 | ||||
-rw-r--r-- | test cases/common/65 number arithmetic/meson.build (renamed from test cases/common/68 number arithmetic/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/66 string arithmetic/meson.build (renamed from test cases/common/69 string arithmetic/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/67 array arithmetic/meson.build (renamed from test cases/common/70 array arithmetic/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/68 arithmetic bidmas/meson.build (renamed from test cases/common/71 arithmetic bidmas/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/69 build always/main.c (renamed from test cases/common/72 build always/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/69 build always/meson.build (renamed from test cases/common/72 build always/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/69 build always/version.c.in (renamed from test cases/common/72 build always/version.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/69 build always/version.h (renamed from test cases/common/72 build always/version.h) | 0 | ||||
-rwxr-xr-x | test cases/common/69 build always/version_gen.py (renamed from test cases/common/72 build always/version_gen.py) | 0 | ||||
-rw-r--r-- | test cases/common/70 vcstag/meson.build (renamed from test cases/common/73 vcstag/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/70 vcstag/tagprog.c (renamed from test cases/common/73 vcstag/tagprog.c) | 0 | ||||
-rw-r--r-- | test cases/common/70 vcstag/vcstag.c.in (renamed from test cases/common/73 vcstag/vcstag.c.in) | 0 | ||||
-rw-r--r-- | test cases/common/71 modules/meson.build (renamed from test cases/common/74 modules/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/72 should fail/failing.c (renamed from test cases/common/75 should fail/failing.c) | 0 | ||||
-rw-r--r-- | test cases/common/72 should fail/meson.build (renamed from test cases/common/75 should fail/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/73 configure file in custom target/inc/confdata.in (renamed from test cases/common/76 configure file in custom target/inc/confdata.in) | 0 | ||||
-rw-r--r-- | test cases/common/73 configure file in custom target/inc/meson.build (renamed from test cases/common/76 configure file in custom target/inc/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/73 configure file in custom target/meson.build (renamed from test cases/common/76 configure file in custom target/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/73 configure file in custom target/src/meson.build (renamed from test cases/common/76 configure file in custom target/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/73 configure file in custom target/src/mycompiler.py (renamed from test cases/common/76 configure file in custom target/src/mycompiler.py) | 0 | ||||
-rw-r--r-- | test cases/common/74 external test program/meson.build (renamed from test cases/common/77 external test program/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/74 external test program/mytest.py (renamed from test cases/common/77 external test program/mytest.py) | 0 | ||||
-rwxr-xr-x | test cases/common/75 ctarget dependency/gen1.py (renamed from test cases/common/78 ctarget dependency/gen1.py) | 0 | ||||
-rwxr-xr-x | test cases/common/75 ctarget dependency/gen2.py (renamed from test cases/common/78 ctarget dependency/gen2.py) | 0 | ||||
-rw-r--r-- | test cases/common/75 ctarget dependency/input.dat (renamed from test cases/common/78 ctarget dependency/input.dat) | 0 | ||||
-rw-r--r-- | test cases/common/75 ctarget dependency/meson.build (renamed from test cases/common/78 ctarget dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/76 shared subproject/a.c (renamed from test cases/common/79 shared subproject/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/76 shared subproject/meson.build (renamed from test cases/common/79 shared subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/76 shared subproject/subprojects/B/b.c (renamed from test cases/common/79 shared subproject/subprojects/B/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/76 shared subproject/subprojects/B/meson.build (renamed from test cases/common/79 shared subproject/subprojects/B/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/76 shared subproject/subprojects/C/c.c (renamed from test cases/common/79 shared subproject/subprojects/C/c.c) | 0 | ||||
-rw-r--r-- | test cases/common/76 shared subproject/subprojects/C/meson.build (renamed from test cases/common/79 shared subproject/subprojects/C/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/77 shared subproject 2/a.c (renamed from test cases/common/80 shared subproject 2/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/77 shared subproject 2/meson.build (renamed from test cases/common/80 shared subproject 2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/77 shared subproject 2/subprojects/B/b.c (renamed from test cases/common/80 shared subproject 2/subprojects/B/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/77 shared subproject 2/subprojects/B/meson.build (renamed from test cases/common/80 shared subproject 2/subprojects/B/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/77 shared subproject 2/subprojects/C/c.c (renamed from test cases/common/80 shared subproject 2/subprojects/C/c.c) | 0 | ||||
-rw-r--r-- | test cases/common/77 shared subproject 2/subprojects/C/meson.build (renamed from test cases/common/80 shared subproject 2/subprojects/C/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/lib.c (renamed from test cases/common/81 file object/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/meson.build (renamed from test cases/common/81 file object/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/prog.c (renamed from test cases/common/81 file object/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/subdir1/lib.c (renamed from test cases/common/81 file object/subdir1/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/subdir1/meson.build (renamed from test cases/common/81 file object/subdir1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/subdir1/prog.c (renamed from test cases/common/81 file object/subdir1/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/subdir2/lib.c (renamed from test cases/common/81 file object/subdir2/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/subdir2/meson.build (renamed from test cases/common/81 file object/subdir2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/78 file object/subdir2/prog.c (renamed from test cases/common/81 file object/subdir2/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/79 custom subproject dir/a.c (renamed from test cases/common/82 custom subproject dir/a.c) | 0 | ||||
-rw-r--r-- | test cases/common/79 custom subproject dir/custom_subproject_dir/B/b.c (renamed from test cases/common/82 custom subproject dir/custom_subproject_dir/B/b.c) | 0 | ||||
-rw-r--r-- | test cases/common/79 custom subproject dir/custom_subproject_dir/B/meson.build (renamed from test cases/common/82 custom subproject dir/custom_subproject_dir/B/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/79 custom subproject dir/custom_subproject_dir/C/c.c (renamed from test cases/common/82 custom subproject dir/custom_subproject_dir/C/c.c) | 0 | ||||
-rw-r--r-- | test cases/common/79 custom subproject dir/custom_subproject_dir/C/meson.build (renamed from test cases/common/82 custom subproject dir/custom_subproject_dir/C/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/79 custom subproject dir/meson.build (renamed from test cases/common/82 custom subproject dir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/80 has type/meson.build (renamed from test cases/common/83 has type/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/meson.build (renamed from test cases/common/84 extract from nested subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/src/first/lib_first.c (renamed from test cases/common/84 extract from nested subdir/src/first/lib_first.c) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/src/first/meson.build (renamed from test cases/common/84 extract from nested subdir/src/first/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/src/meson.build (renamed from test cases/common/84 extract from nested subdir/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/tst/first/exe_first.c (renamed from test cases/common/84 extract from nested subdir/tst/first/exe_first.c) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/tst/first/meson.build (renamed from test cases/common/84 extract from nested subdir/tst/first/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/81 extract from nested subdir/tst/meson.build (renamed from test cases/common/84 extract from nested subdir/tst/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/meson.build (renamed from test cases/common/85 internal dependency/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/proj1/include/proj1.h (renamed from test cases/common/85 internal dependency/proj1/include/proj1.h) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/proj1/meson.build (renamed from test cases/common/85 internal dependency/proj1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/proj1/proj1f1.c (renamed from test cases/common/85 internal dependency/proj1/proj1f1.c) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/proj1/proj1f2.c (renamed from test cases/common/85 internal dependency/proj1/proj1f2.c) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/proj1/proj1f3.c (renamed from test cases/common/85 internal dependency/proj1/proj1f3.c) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/src/main.c (renamed from test cases/common/85 internal dependency/src/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/82 internal dependency/src/meson.build (renamed from test cases/common/85 internal dependency/src/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/83 same basename/exe1.c (renamed from test cases/common/86 same basename/exe1.c) | 0 | ||||
-rw-r--r-- | test cases/common/83 same basename/exe2.c (renamed from test cases/common/86 same basename/exe2.c) | 0 | ||||
-rw-r--r-- | test cases/common/83 same basename/lib.c (renamed from test cases/common/86 same basename/lib.c) | 0 | ||||
-rw-r--r-- | test cases/common/83 same basename/meson.build (renamed from test cases/common/86 same basename/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/83 same basename/sharedsub/meson.build (renamed from test cases/common/86 same basename/sharedsub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/83 same basename/staticsub/meson.build (renamed from test cases/common/86 same basename/staticsub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/84 declare dep/entity/entity.h (renamed from test cases/common/87 declare dep/entity/entity.h) | 0 | ||||
-rw-r--r-- | test cases/common/84 declare dep/entity/entity1.c (renamed from test cases/common/87 declare dep/entity/entity1.c) | 0 | ||||
-rw-r--r-- | test cases/common/84 declare dep/entity/entity2.c (renamed from test cases/common/87 declare dep/entity/entity2.c) | 0 | ||||
-rw-r--r-- | test cases/common/84 declare dep/entity/meson.build (renamed from test cases/common/87 declare dep/entity/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/84 declare dep/main.c (renamed from test cases/common/87 declare dep/main.c) | 0 | ||||
-rw-r--r-- | test cases/common/84 declare dep/meson.build (renamed from test cases/common/87 declare dep/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/extractor.h (renamed from test cases/common/88 extract all/extractor.h) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/four.c (renamed from test cases/common/88 extract all/four.c) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/meson.build (renamed from test cases/common/88 extract all/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/one.c (renamed from test cases/common/88 extract all/one.c) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/prog.c (renamed from test cases/common/88 extract all/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/three.c (renamed from test cases/common/88 extract all/three.c) | 0 | ||||
-rw-r--r-- | test cases/common/85 extract all/two.c (renamed from test cases/common/88 extract all/two.c) | 0 | ||||
-rw-r--r-- | test cases/common/86 add language/meson.build (renamed from test cases/common/89 add language/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/86 add language/prog.c (renamed from test cases/common/89 add language/prog.c) | 0 | ||||
-rw-r--r-- | test cases/common/86 add language/prog.cc (renamed from test cases/common/89 add language/prog.cc) | 0 | ||||
-rw-r--r-- | test cases/common/87 identical target name in subproject/bar.c (renamed from test cases/common/90 identical target name in subproject/bar.c) | 0 | ||||
-rw-r--r-- | test cases/common/87 identical target name in subproject/meson.build (renamed from test cases/common/90 identical target name in subproject/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/87 identical target name in subproject/subprojects/foo/bar.c (renamed from test cases/common/90 identical target name in subproject/subprojects/foo/bar.c) | 0 | ||||
-rw-r--r-- | test cases/common/87 identical target name in subproject/subprojects/foo/meson.build (renamed from test cases/common/90 identical target name in subproject/subprojects/foo/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/88 plusassign/meson.build (renamed from test cases/common/91 plusassign/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/89 skip subdir/meson.build (renamed from test cases/common/92 skip subdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/89 skip subdir/subdir1/meson.build (renamed from test cases/common/92 skip subdir/subdir1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/89 skip subdir/subdir1/subdir2/meson.build (renamed from test cases/common/92 skip subdir/subdir1/subdir2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/90 private include/meson.build (renamed from test cases/common/93 private include/meson.build) | 0 | ||||
-rwxr-xr-x | test cases/common/90 private include/stlib/compiler.py (renamed from test cases/common/93 private include/stlib/compiler.py) | 0 | ||||
-rw-r--r-- | test cases/common/90 private include/stlib/foo1.def (renamed from test cases/common/93 private include/stlib/foo1.def) | 0 | ||||
-rw-r--r-- | test cases/common/90 private include/stlib/foo2.def (renamed from test cases/common/93 private include/stlib/foo2.def) | 0 | ||||
-rw-r--r-- | test cases/common/90 private include/stlib/meson.build (renamed from test cases/common/93 private include/stlib/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/90 private include/user/libuser.c (renamed from test cases/common/93 private include/user/libuser.c) | 0 | ||||
-rw-r--r-- | test cases/common/90 private include/user/meson.build (renamed from test cases/common/93 private include/user/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/91 default options/meson.build (renamed from test cases/common/94 default options/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/gensrc.py (renamed from test cases/common/95 dep fallback/gensrc.py) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/meson.build (renamed from test cases/common/95 dep fallback/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/subprojects/boblib/bob.c (renamed from test cases/common/95 dep fallback/subprojects/boblib/bob.c) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/subprojects/boblib/bob.h (renamed from test cases/common/95 dep fallback/subprojects/boblib/bob.h) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/subprojects/boblib/genbob.py (renamed from test cases/common/95 dep fallback/subprojects/boblib/genbob.py) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/subprojects/boblib/meson.build (renamed from test cases/common/95 dep fallback/subprojects/boblib/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/subprojects/dummylib/meson.build (renamed from test cases/common/95 dep fallback/subprojects/dummylib/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/92 dep fallback/tester.c (renamed from test cases/common/95 dep fallback/tester.c) | 0 | ||||
-rw-r--r-- | test cases/common/93 default library/ef.cpp (renamed from test cases/common/96 default library/ef.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/93 default library/ef.h (renamed from test cases/common/96 default library/ef.h) | 0 | ||||
-rw-r--r-- | test cases/common/93 default library/eftest.cpp (renamed from test cases/common/96 default library/eftest.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/93 default library/meson.build (renamed from test cases/common/96 default library/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/94 selfbuilt custom/data.dat (renamed from test cases/common/97 selfbuilt custom/data.dat) | 0 | ||||
-rw-r--r-- | test cases/common/94 selfbuilt custom/mainprog.cpp (renamed from test cases/common/97 selfbuilt custom/mainprog.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/94 selfbuilt custom/meson.build (renamed from test cases/common/97 selfbuilt custom/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/94 selfbuilt custom/tool.cpp (renamed from test cases/common/97 selfbuilt custom/tool.cpp) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/meson.build (renamed from test cases/common/98 gen extra/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/name.dat (renamed from test cases/common/98 gen extra/name.dat) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/name.l (renamed from test cases/common/98 gen extra/name.l) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/plain.c (renamed from test cases/common/98 gen extra/plain.c) | 0 | ||||
-rwxr-xr-x | test cases/common/95 gen extra/srcgen.py (renamed from test cases/common/98 gen extra/srcgen.py) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/srcgen2.py (renamed from test cases/common/98 gen extra/srcgen2.py) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/srcgen3.py (renamed from test cases/common/98 gen extra/srcgen3.py) | 0 | ||||
-rw-r--r-- | test cases/common/95 gen extra/upper.c (renamed from test cases/common/98 gen extra/upper.c) | 0 | ||||
-rw-r--r-- | test cases/common/96 benchmark/delayer.c (renamed from test cases/common/99 benchmark/delayer.c) | 0 | ||||
-rw-r--r-- | test cases/common/96 benchmark/meson.build (renamed from test cases/common/99 benchmark/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/97 test workdir/meson.build (renamed from test cases/common/100 test workdir/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/97 test workdir/opener.c (renamed from test cases/common/100 test workdir/opener.c) | 0 | ||||
-rw-r--r-- | test cases/common/98 suites/exe1.c (renamed from test cases/common/101 suites/exe1.c) | 0 | ||||
-rw-r--r-- | test cases/common/98 suites/exe2.c (renamed from test cases/common/101 suites/exe2.c) | 0 | ||||
-rw-r--r-- | test cases/common/98 suites/meson.build (renamed from test cases/common/101 suites/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/98 suites/subprojects/sub/meson.build (renamed from test cases/common/101 suites/subprojects/sub/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/98 suites/subprojects/sub/sub1.c (renamed from test cases/common/101 suites/subprojects/sub/sub1.c) | 0 | ||||
-rw-r--r-- | test cases/common/98 suites/subprojects/sub/sub2.c (renamed from test cases/common/101 suites/subprojects/sub/sub2.c) | 0 | ||||
-rw-r--r-- | test cases/common/99 threads/meson.build (renamed from test cases/common/102 threads/meson.build) | 0 | ||||
-rw-r--r-- | test cases/common/99 threads/threadprog.c (renamed from test cases/common/102 threads/threadprog.c) | 0 | ||||
-rw-r--r-- | test cases/common/99 threads/threadprog.cpp (renamed from test cases/common/102 threads/threadprog.cpp) | 0 | ||||
-rw-r--r-- | test cases/unit/36 mixed command line args/meson.build (renamed from test cases/unit/35 mixed command line args/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/36 mixed command line args/meson_options.txt (renamed from test cases/unit/35 mixed command line args/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/37 pkgconfig format/meson.build (renamed from test cases/unit/36 pkgconfig format/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/37 pkgconfig format/somelib.c (renamed from test cases/unit/36 pkgconfig format/somelib.c) | 0 | ||||
-rw-r--r-- | test cases/unit/37 pkgconfig format/someret.c (renamed from test cases/unit/36 pkgconfig format/someret.c) | 0 | ||||
-rwxr-xr-x | test cases/unit/38 python extmodule/blaster.py (renamed from test cases/unit/37 python extmodule/blaster.py) | 0 | ||||
-rw-r--r-- | test cases/unit/38 python extmodule/ext/meson.build (renamed from test cases/unit/37 python extmodule/ext/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/38 python extmodule/ext/tachyon_module.c (renamed from test cases/unit/37 python extmodule/ext/tachyon_module.c) | 0 | ||||
-rw-r--r-- | test cases/unit/38 python extmodule/meson.build (renamed from test cases/unit/37 python extmodule/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/38 python extmodule/meson_options.txt (renamed from test cases/unit/37 python extmodule/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/built library/bar.c (renamed from test cases/unit/38 external, internal library rpath/built library/bar.c) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/built library/meson.build (renamed from test cases/unit/38 external, internal library rpath/built library/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/built library/meson_options.txt (renamed from test cases/unit/38 external, internal library rpath/built library/meson_options.txt) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/built library/prog.c (renamed from test cases/unit/38 external, internal library rpath/built library/prog.c) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/external library/faa.c (renamed from test cases/unit/38 external, internal library rpath/external library/faa.c) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/external library/foo.c (renamed from test cases/unit/38 external, internal library rpath/external library/foo.c) | 0 | ||||
-rw-r--r-- | test cases/unit/39 external, internal library rpath/external library/meson.build (renamed from test cases/unit/38 external, internal library rpath/external library/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/40 featurenew subprojects/meson.build (renamed from test cases/unit/39 featurenew subprojects/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/40 featurenew subprojects/subprojects/bar/meson.build (renamed from test cases/unit/39 featurenew subprojects/subprojects/bar/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/40 featurenew subprojects/subprojects/foo/meson.build (renamed from test cases/unit/39 featurenew subprojects/subprojects/foo/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/41 rpath order/meson.build (renamed from test cases/unit/40 rpath order/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/41 rpath order/myexe.c (renamed from test cases/unit/40 rpath order/myexe.c) | 0 | ||||
-rw-r--r-- | test cases/unit/41 rpath order/subprojects/sub1/lib.c (renamed from test cases/unit/40 rpath order/subprojects/sub1/lib.c) | 0 | ||||
-rw-r--r-- | test cases/unit/41 rpath order/subprojects/sub1/meson.build (renamed from test cases/unit/40 rpath order/subprojects/sub1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/41 rpath order/subprojects/sub2/lib.c (renamed from test cases/unit/40 rpath order/subprojects/sub2/lib.c) | 0 | ||||
-rw-r--r-- | test cases/unit/41 rpath order/subprojects/sub2/meson.build (renamed from test cases/unit/40 rpath order/subprojects/sub2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/42 dep order/lib1.c (renamed from test cases/unit/41 dep order/lib1.c) | 0 | ||||
-rw-r--r-- | test cases/unit/42 dep order/lib2.c (renamed from test cases/unit/41 dep order/lib2.c) | 0 | ||||
-rw-r--r-- | test cases/unit/42 dep order/meson.build (renamed from test cases/unit/41 dep order/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/42 dep order/myexe.c (renamed from test cases/unit/41 dep order/myexe.c) | 0 | ||||
-rw-r--r-- | test cases/unit/43 promote wrap/meson.build (renamed from test cases/unit/42 promote wrap/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/43 promote wrap/subprojects/s1/meson.build (renamed from test cases/unit/42 promote wrap/subprojects/s1/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/43 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build (renamed from test cases/unit/42 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/43 promote wrap/subprojects/s2/meson.build (renamed from test cases/unit/42 promote wrap/subprojects/s2/meson.build) | 0 | ||||
-rw-r--r-- | test cases/unit/43 promote wrap/subprojects/s2/subprojects/ambiguous.wrap (renamed from test cases/unit/42 promote wrap/subprojects/s2/subprojects/ambiguous.wrap) | 0 | ||||
-rw-r--r-- | test cases/windows/16 gui app/console_prog.c (renamed from test cases/windows/17 gui app/console_prog.c) | 0 | ||||
-rw-r--r-- | test cases/windows/16 gui app/dummy.c (renamed from test cases/windows/17 gui app/dummy.c) | 0 | ||||
-rw-r--r-- | test cases/windows/16 gui app/gui_app_tester.py (renamed from test cases/windows/17 gui app/gui_app_tester.py) | 0 | ||||
-rw-r--r-- | test cases/windows/16 gui app/gui_prog.c (renamed from test cases/windows/17 gui app/gui_prog.c) | 0 | ||||
-rw-r--r-- | test cases/windows/16 gui app/meson.build (renamed from test cases/windows/17 gui app/meson.build) | 0 |
930 files changed, 0 insertions, 0 deletions
diff --git a/test cases/common/103 manygen/depuser.c b/test cases/common/100 manygen/depuser.c index 1a825e0..1a825e0 100644 --- a/test cases/common/103 manygen/depuser.c +++ b/test cases/common/100 manygen/depuser.c diff --git a/test cases/common/103 manygen/meson.build b/test cases/common/100 manygen/meson.build index e70a55a..e70a55a 100644 --- a/test cases/common/103 manygen/meson.build +++ b/test cases/common/100 manygen/meson.build diff --git a/test cases/common/103 manygen/subdir/funcinfo.def b/test cases/common/100 manygen/subdir/funcinfo.def index b074186..b074186 100644 --- a/test cases/common/103 manygen/subdir/funcinfo.def +++ b/test cases/common/100 manygen/subdir/funcinfo.def diff --git a/test cases/common/103 manygen/subdir/manygen.py b/test cases/common/100 manygen/subdir/manygen.py index 7ffd435..7ffd435 100755 --- a/test cases/common/103 manygen/subdir/manygen.py +++ b/test cases/common/100 manygen/subdir/manygen.py diff --git a/test cases/common/103 manygen/subdir/meson.build b/test cases/common/100 manygen/subdir/meson.build index 73b4ff7..73b4ff7 100644 --- a/test cases/common/103 manygen/subdir/meson.build +++ b/test cases/common/100 manygen/subdir/meson.build diff --git a/test cases/common/104 stringdef/meson.build b/test cases/common/101 stringdef/meson.build index 3f9170e..3f9170e 100644 --- a/test cases/common/104 stringdef/meson.build +++ b/test cases/common/101 stringdef/meson.build diff --git a/test cases/common/104 stringdef/stringdef.c b/test cases/common/101 stringdef/stringdef.c index 69ea656..69ea656 100644 --- a/test cases/common/104 stringdef/stringdef.c +++ b/test cases/common/101 stringdef/stringdef.c diff --git a/test cases/common/105 find program path/meson.build b/test cases/common/102 find program path/meson.build index 0a81249..0a81249 100644 --- a/test cases/common/105 find program path/meson.build +++ b/test cases/common/102 find program path/meson.build diff --git a/test cases/common/105 find program path/program.py b/test cases/common/102 find program path/program.py index 2ebc564..2ebc564 100755 --- a/test cases/common/105 find program path/program.py +++ b/test cases/common/102 find program path/program.py diff --git a/test cases/common/106 subproject subdir/meson.build b/test cases/common/103 subproject subdir/meson.build index ec9fad1..ec9fad1 100644 --- a/test cases/common/106 subproject subdir/meson.build +++ b/test cases/common/103 subproject subdir/meson.build diff --git a/test cases/common/106 subproject subdir/prog.c b/test cases/common/103 subproject subdir/prog.c index cf6f425..cf6f425 100644 --- a/test cases/common/106 subproject subdir/prog.c +++ b/test cases/common/103 subproject subdir/prog.c diff --git a/test cases/common/106 subproject subdir/subprojects/sub/lib/meson.build b/test cases/common/103 subproject subdir/subprojects/sub/lib/meson.build index 731d22b..731d22b 100644 --- a/test cases/common/106 subproject subdir/subprojects/sub/lib/meson.build +++ b/test cases/common/103 subproject subdir/subprojects/sub/lib/meson.build diff --git a/test cases/common/106 subproject subdir/subprojects/sub/lib/sub.c b/test cases/common/103 subproject subdir/subprojects/sub/lib/sub.c index 068a5b8..068a5b8 100644 --- a/test cases/common/106 subproject subdir/subprojects/sub/lib/sub.c +++ b/test cases/common/103 subproject subdir/subprojects/sub/lib/sub.c diff --git a/test cases/common/106 subproject subdir/subprojects/sub/lib/sub.h b/test cases/common/103 subproject subdir/subprojects/sub/lib/sub.h index f1ab0e1..f1ab0e1 100644 --- a/test cases/common/106 subproject subdir/subprojects/sub/lib/sub.h +++ b/test cases/common/103 subproject subdir/subprojects/sub/lib/sub.h diff --git a/test cases/common/106 subproject subdir/subprojects/sub/meson.build b/test cases/common/103 subproject subdir/subprojects/sub/meson.build index bf69c25..bf69c25 100644 --- a/test cases/common/106 subproject subdir/subprojects/sub/meson.build +++ b/test cases/common/103 subproject subdir/subprojects/sub/meson.build diff --git a/test cases/common/107 postconf/meson.build b/test cases/common/104 postconf/meson.build index 12b3c5b..12b3c5b 100644 --- a/test cases/common/107 postconf/meson.build +++ b/test cases/common/104 postconf/meson.build diff --git a/test cases/common/107 postconf/postconf.py b/test cases/common/104 postconf/postconf.py index 950c706..950c706 100644 --- a/test cases/common/107 postconf/postconf.py +++ b/test cases/common/104 postconf/postconf.py diff --git a/test cases/common/107 postconf/prog.c b/test cases/common/104 postconf/prog.c index 1e5d4cb..1e5d4cb 100644 --- a/test cases/common/107 postconf/prog.c +++ b/test cases/common/104 postconf/prog.c diff --git a/test cases/common/107 postconf/raw.dat b/test cases/common/104 postconf/raw.dat index ec63514..ec63514 100644 --- a/test cases/common/107 postconf/raw.dat +++ b/test cases/common/104 postconf/raw.dat diff --git a/test cases/common/108 postconf with args/meson.build b/test cases/common/105 postconf with args/meson.build index 8510c5b..8510c5b 100644 --- a/test cases/common/108 postconf with args/meson.build +++ b/test cases/common/105 postconf with args/meson.build diff --git a/test cases/common/108 postconf with args/postconf.py b/test cases/common/105 postconf with args/postconf.py index cef7f79..cef7f79 100644 --- a/test cases/common/108 postconf with args/postconf.py +++ b/test cases/common/105 postconf with args/postconf.py diff --git a/test cases/common/108 postconf with args/prog.c b/test cases/common/105 postconf with args/prog.c index 0e63a8c..0e63a8c 100644 --- a/test cases/common/108 postconf with args/prog.c +++ b/test cases/common/105 postconf with args/prog.c diff --git a/test cases/common/108 postconf with args/raw.dat b/test cases/common/105 postconf with args/raw.dat index ec63514..ec63514 100644 --- a/test cases/common/108 postconf with args/raw.dat +++ b/test cases/common/105 postconf with args/raw.dat diff --git a/test cases/common/109 testframework options/meson.build b/test cases/common/106 testframework options/meson.build index 2773730..2773730 100644 --- a/test cases/common/109 testframework options/meson.build +++ b/test cases/common/106 testframework options/meson.build diff --git a/test cases/common/109 testframework options/meson_options.txt b/test cases/common/106 testframework options/meson_options.txt index 653dd75..653dd75 100644 --- a/test cases/common/109 testframework options/meson_options.txt +++ b/test cases/common/106 testframework options/meson_options.txt diff --git a/test cases/common/109 testframework options/test_args.txt b/test cases/common/106 testframework options/test_args.txt index a667e3a..a667e3a 100644 --- a/test cases/common/109 testframework options/test_args.txt +++ b/test cases/common/106 testframework options/test_args.txt diff --git a/test cases/common/110 extract same name/lib.c b/test cases/common/107 extract same name/lib.c index 6bdeda7..6bdeda7 100644 --- a/test cases/common/110 extract same name/lib.c +++ b/test cases/common/107 extract same name/lib.c diff --git a/test cases/common/110 extract same name/main.c b/test cases/common/107 extract same name/main.c index dc57dd5..dc57dd5 100644 --- a/test cases/common/110 extract same name/main.c +++ b/test cases/common/107 extract same name/main.c diff --git a/test cases/common/110 extract same name/meson.build b/test cases/common/107 extract same name/meson.build index 0bfbb4d..0bfbb4d 100644 --- a/test cases/common/110 extract same name/meson.build +++ b/test cases/common/107 extract same name/meson.build diff --git a/test cases/common/110 extract same name/src/lib.c b/test cases/common/107 extract same name/src/lib.c index 68e6ab9..68e6ab9 100644 --- a/test cases/common/110 extract same name/src/lib.c +++ b/test cases/common/107 extract same name/src/lib.c diff --git a/test cases/common/111 has header symbol/meson.build b/test cases/common/108 has header symbol/meson.build index 54cedce..54cedce 100644 --- a/test cases/common/111 has header symbol/meson.build +++ b/test cases/common/108 has header symbol/meson.build diff --git a/test cases/common/112 has arg/meson.build b/test cases/common/109 has arg/meson.build index ba07311..ba07311 100644 --- a/test cases/common/112 has arg/meson.build +++ b/test cases/common/109 has arg/meson.build diff --git a/test cases/common/113 generatorcustom/catter.py b/test cases/common/110 generatorcustom/catter.py index 198fa98..198fa98 100755 --- a/test cases/common/113 generatorcustom/catter.py +++ b/test cases/common/110 generatorcustom/catter.py diff --git a/test cases/common/113 generatorcustom/gen.py b/test cases/common/110 generatorcustom/gen.py index c1e34ed..c1e34ed 100755 --- a/test cases/common/113 generatorcustom/gen.py +++ b/test cases/common/110 generatorcustom/gen.py diff --git a/test cases/common/113 generatorcustom/main.c b/test cases/common/110 generatorcustom/main.c index 04abcf6..04abcf6 100644 --- a/test cases/common/113 generatorcustom/main.c +++ b/test cases/common/110 generatorcustom/main.c diff --git a/test cases/common/113 generatorcustom/meson.build b/test cases/common/110 generatorcustom/meson.build index 17d27e5..17d27e5 100644 --- a/test cases/common/113 generatorcustom/meson.build +++ b/test cases/common/110 generatorcustom/meson.build diff --git a/test cases/common/113 generatorcustom/res1.txt b/test cases/common/110 generatorcustom/res1.txt index 6487c56..6487c56 100644 --- a/test cases/common/113 generatorcustom/res1.txt +++ b/test cases/common/110 generatorcustom/res1.txt diff --git a/test cases/common/113 generatorcustom/res2.txt b/test cases/common/110 generatorcustom/res2.txt index 0a8879d..0a8879d 100644 --- a/test cases/common/113 generatorcustom/res2.txt +++ b/test cases/common/110 generatorcustom/res2.txt diff --git a/test cases/common/114 multiple dir configure file/meson.build b/test cases/common/111 multiple dir configure file/meson.build index a4615fa..a4615fa 100644 --- a/test cases/common/114 multiple dir configure file/meson.build +++ b/test cases/common/111 multiple dir configure file/meson.build diff --git a/test cases/common/114 multiple dir configure file/subdir/foo.txt b/test cases/common/111 multiple dir configure file/subdir/foo.txt index e69de29..e69de29 100644 --- a/test cases/common/114 multiple dir configure file/subdir/foo.txt +++ b/test cases/common/111 multiple dir configure file/subdir/foo.txt diff --git a/test cases/common/114 multiple dir configure file/subdir/meson.build b/test cases/common/111 multiple dir configure file/subdir/meson.build index 503df96..503df96 100644 --- a/test cases/common/114 multiple dir configure file/subdir/meson.build +++ b/test cases/common/111 multiple dir configure file/subdir/meson.build diff --git a/test cases/common/114 multiple dir configure file/subdir/someinput.in b/test cases/common/111 multiple dir configure file/subdir/someinput.in index e69de29..e69de29 100644 --- a/test cases/common/114 multiple dir configure file/subdir/someinput.in +++ b/test cases/common/111 multiple dir configure file/subdir/someinput.in diff --git a/test cases/common/115 spaces backslash/asm output/meson.build b/test cases/common/112 spaces backslash/asm output/meson.build index b5f13f5..b5f13f5 100644 --- a/test cases/common/115 spaces backslash/asm output/meson.build +++ b/test cases/common/112 spaces backslash/asm output/meson.build diff --git a/test cases/common/115 spaces backslash/comparer-end-notstring.c b/test cases/common/112 spaces backslash/comparer-end-notstring.c index 65bf8bc..65bf8bc 100644 --- a/test cases/common/115 spaces backslash/comparer-end-notstring.c +++ b/test cases/common/112 spaces backslash/comparer-end-notstring.c diff --git a/test cases/common/115 spaces backslash/comparer-end.c b/test cases/common/112 spaces backslash/comparer-end.c index fef25a5..fef25a5 100644 --- a/test cases/common/115 spaces backslash/comparer-end.c +++ b/test cases/common/112 spaces backslash/comparer-end.c diff --git a/test cases/common/115 spaces backslash/comparer.c b/test cases/common/112 spaces backslash/comparer.c index 937cb47..937cb47 100644 --- a/test cases/common/115 spaces backslash/comparer.c +++ b/test cases/common/112 spaces backslash/comparer.c diff --git a/test cases/common/115 spaces backslash/include/comparer.h b/test cases/common/112 spaces backslash/include/comparer.h index 624d96c..624d96c 100644 --- a/test cases/common/115 spaces backslash/include/comparer.h +++ b/test cases/common/112 spaces backslash/include/comparer.h diff --git a/test cases/common/115 spaces backslash/meson.build b/test cases/common/112 spaces backslash/meson.build index bf614e8..bf614e8 100644 --- a/test cases/common/115 spaces backslash/meson.build +++ b/test cases/common/112 spaces backslash/meson.build diff --git a/test cases/common/116 ternary/meson.build b/test cases/common/113 ternary/meson.build index 3e65046..3e65046 100644 --- a/test cases/common/116 ternary/meson.build +++ b/test cases/common/113 ternary/meson.build diff --git a/test cases/common/117 custom target capture/data_source.txt b/test cases/common/114 custom target capture/data_source.txt index 0c23cc0..0c23cc0 100644 --- a/test cases/common/117 custom target capture/data_source.txt +++ b/test cases/common/114 custom target capture/data_source.txt diff --git a/test cases/common/117 custom target capture/installed_files.txt b/test cases/common/114 custom target capture/installed_files.txt index d90a6b0..d90a6b0 100644 --- a/test cases/common/117 custom target capture/installed_files.txt +++ b/test cases/common/114 custom target capture/installed_files.txt diff --git a/test cases/common/117 custom target capture/meson.build b/test cases/common/114 custom target capture/meson.build index 58a69ca..58a69ca 100644 --- a/test cases/common/117 custom target capture/meson.build +++ b/test cases/common/114 custom target capture/meson.build diff --git a/test cases/common/117 custom target capture/my_compiler.py b/test cases/common/114 custom target capture/my_compiler.py index b60722a..b60722a 100755 --- a/test cases/common/117 custom target capture/my_compiler.py +++ b/test cases/common/114 custom target capture/my_compiler.py diff --git a/test cases/common/118 allgenerate/converter.py b/test cases/common/115 allgenerate/converter.py index f8e2ca0..f8e2ca0 100755 --- a/test cases/common/118 allgenerate/converter.py +++ b/test cases/common/115 allgenerate/converter.py diff --git a/test cases/common/118 allgenerate/foobar.cpp.in b/test cases/common/115 allgenerate/foobar.cpp.in index c64f3b5..c64f3b5 100644 --- a/test cases/common/118 allgenerate/foobar.cpp.in +++ b/test cases/common/115 allgenerate/foobar.cpp.in diff --git a/test cases/common/118 allgenerate/meson.build b/test cases/common/115 allgenerate/meson.build index 049e849..049e849 100644 --- a/test cases/common/118 allgenerate/meson.build +++ b/test cases/common/115 allgenerate/meson.build diff --git a/test cases/common/119 pathjoin/meson.build b/test cases/common/116 pathjoin/meson.build index 751ca68..751ca68 100644 --- a/test cases/common/119 pathjoin/meson.build +++ b/test cases/common/116 pathjoin/meson.build diff --git a/test cases/common/120 subdir subproject/meson.build b/test cases/common/117 subdir subproject/meson.build index 54ecfe0..54ecfe0 100644 --- a/test cases/common/120 subdir subproject/meson.build +++ b/test cases/common/117 subdir subproject/meson.build diff --git a/test cases/common/120 subdir subproject/prog/meson.build b/test cases/common/117 subdir subproject/prog/meson.build index 360b5f5..360b5f5 100644 --- a/test cases/common/120 subdir subproject/prog/meson.build +++ b/test cases/common/117 subdir subproject/prog/meson.build diff --git a/test cases/common/120 subdir subproject/prog/prog.c b/test cases/common/117 subdir subproject/prog/prog.c index cf6f425..cf6f425 100644 --- a/test cases/common/120 subdir subproject/prog/prog.c +++ b/test cases/common/117 subdir subproject/prog/prog.c diff --git a/test cases/common/120 subdir subproject/subprojects/sub/meson.build b/test cases/common/117 subdir subproject/subprojects/sub/meson.build index 94e9eec..94e9eec 100644 --- a/test cases/common/120 subdir subproject/subprojects/sub/meson.build +++ b/test cases/common/117 subdir subproject/subprojects/sub/meson.build diff --git a/test cases/common/120 subdir subproject/subprojects/sub/sub.c b/test cases/common/117 subdir subproject/subprojects/sub/sub.c index 068a5b8..068a5b8 100644 --- a/test cases/common/120 subdir subproject/subprojects/sub/sub.c +++ b/test cases/common/117 subdir subproject/subprojects/sub/sub.c diff --git a/test cases/common/120 subdir subproject/subprojects/sub/sub.h b/test cases/common/117 subdir subproject/subprojects/sub/sub.h index f1ab0e1..f1ab0e1 100644 --- a/test cases/common/120 subdir subproject/subprojects/sub/sub.h +++ b/test cases/common/117 subdir subproject/subprojects/sub/sub.h diff --git a/test cases/common/121 interpreter copy mutable var on assignment/meson.build b/test cases/common/118 interpreter copy mutable var on assignment/meson.build index 8b15357..8b15357 100644 --- a/test cases/common/121 interpreter copy mutable var on assignment/meson.build +++ b/test cases/common/118 interpreter copy mutable var on assignment/meson.build diff --git a/test cases/common/122 skip/meson.build b/test cases/common/119 skip/meson.build index 1adedb6..1adedb6 100644 --- a/test cases/common/122 skip/meson.build +++ b/test cases/common/119 skip/meson.build diff --git a/test cases/common/123 subproject project arguments/exe.c b/test cases/common/120 subproject project arguments/exe.c index d6440f0..d6440f0 100644 --- a/test cases/common/123 subproject project arguments/exe.c +++ b/test cases/common/120 subproject project arguments/exe.c diff --git a/test cases/common/123 subproject project arguments/exe.cpp b/test cases/common/120 subproject project arguments/exe.cpp index 8471c6f..8471c6f 100644 --- a/test cases/common/123 subproject project arguments/exe.cpp +++ b/test cases/common/120 subproject project arguments/exe.cpp diff --git a/test cases/common/123 subproject project arguments/meson.build b/test cases/common/120 subproject project arguments/meson.build index 90d4c05..90d4c05 100644 --- a/test cases/common/123 subproject project arguments/meson.build +++ b/test cases/common/120 subproject project arguments/meson.build diff --git a/test cases/common/123 subproject project arguments/subprojects/subexe/meson.build b/test cases/common/120 subproject project arguments/subprojects/subexe/meson.build index ef141dc..ef141dc 100644 --- a/test cases/common/123 subproject project arguments/subprojects/subexe/meson.build +++ b/test cases/common/120 subproject project arguments/subprojects/subexe/meson.build diff --git a/test cases/common/123 subproject project arguments/subprojects/subexe/subexe.c b/test cases/common/120 subproject project arguments/subprojects/subexe/subexe.c index f748afc..f748afc 100644 --- a/test cases/common/123 subproject project arguments/subprojects/subexe/subexe.c +++ b/test cases/common/120 subproject project arguments/subprojects/subexe/subexe.c diff --git a/test cases/common/124 test skip/meson.build b/test cases/common/121 test skip/meson.build index 568527f..568527f 100644 --- a/test cases/common/124 test skip/meson.build +++ b/test cases/common/121 test skip/meson.build diff --git a/test cases/common/124 test skip/test_skip.c b/test cases/common/121 test skip/test_skip.c index db26681..db26681 100644 --- a/test cases/common/124 test skip/test_skip.c +++ b/test cases/common/121 test skip/test_skip.c diff --git a/test cases/common/125 shared module/installed_files.txt b/test cases/common/122 shared module/installed_files.txt index a351490..a351490 100644 --- a/test cases/common/125 shared module/installed_files.txt +++ b/test cases/common/122 shared module/installed_files.txt diff --git a/test cases/common/125 shared module/meson.build b/test cases/common/122 shared module/meson.build index 9f9ad63..9f9ad63 100644 --- a/test cases/common/125 shared module/meson.build +++ b/test cases/common/122 shared module/meson.build diff --git a/test cases/common/125 shared module/module.c b/test cases/common/122 shared module/module.c index 181b760..181b760 100644 --- a/test cases/common/125 shared module/module.c +++ b/test cases/common/122 shared module/module.c diff --git a/test cases/common/125 shared module/nosyms.c b/test cases/common/122 shared module/nosyms.c index 3432b1c..3432b1c 100644 --- a/test cases/common/125 shared module/nosyms.c +++ b/test cases/common/122 shared module/nosyms.c diff --git a/test cases/common/125 shared module/prog.c b/test cases/common/122 shared module/prog.c index 2b63840..2b63840 100644 --- a/test cases/common/125 shared module/prog.c +++ b/test cases/common/122 shared module/prog.c diff --git a/test cases/common/125 shared module/runtime.c b/test cases/common/122 shared module/runtime.c index 03bde86..03bde86 100644 --- a/test cases/common/125 shared module/runtime.c +++ b/test cases/common/122 shared module/runtime.c diff --git a/test cases/common/126 llvm ir and assembly/main.c b/test cases/common/123 llvm ir and assembly/main.c index 97fe723..97fe723 100644 --- a/test cases/common/126 llvm ir and assembly/main.c +++ b/test cases/common/123 llvm ir and assembly/main.c diff --git a/test cases/common/126 llvm ir and assembly/main.cpp b/test cases/common/123 llvm ir and assembly/main.cpp index f2c7de3..f2c7de3 100644 --- a/test cases/common/126 llvm ir and assembly/main.cpp +++ b/test cases/common/123 llvm ir and assembly/main.cpp diff --git a/test cases/common/126 llvm ir and assembly/meson.build b/test cases/common/123 llvm ir and assembly/meson.build index 51321fb..51321fb 100644 --- a/test cases/common/126 llvm ir and assembly/meson.build +++ b/test cases/common/123 llvm ir and assembly/meson.build diff --git a/test cases/common/126 llvm ir and assembly/square-arm.S b/test cases/common/123 llvm ir and assembly/square-arm.S index 4dd4467..4dd4467 100644 --- a/test cases/common/126 llvm ir and assembly/square-arm.S +++ b/test cases/common/123 llvm ir and assembly/square-arm.S diff --git a/test cases/common/126 llvm ir and assembly/square-x86.S b/test cases/common/123 llvm ir and assembly/square-x86.S index 18284c1..18284c1 100644 --- a/test cases/common/126 llvm ir and assembly/square-x86.S +++ b/test cases/common/123 llvm ir and assembly/square-x86.S diff --git a/test cases/common/126 llvm ir and assembly/square-x86_64.S b/test cases/common/123 llvm ir and assembly/square-x86_64.S index 5678d00..5678d00 100644 --- a/test cases/common/126 llvm ir and assembly/square-x86_64.S +++ b/test cases/common/123 llvm ir and assembly/square-x86_64.S diff --git a/test cases/common/126 llvm ir and assembly/square.ll b/test cases/common/123 llvm ir and assembly/square.ll index 7c321aa..7c321aa 100644 --- a/test cases/common/126 llvm ir and assembly/square.ll +++ b/test cases/common/123 llvm ir and assembly/square.ll diff --git a/test cases/common/126 llvm ir and assembly/symbol-underscore.h b/test cases/common/123 llvm ir and assembly/symbol-underscore.h index d0f3ef9..d0f3ef9 100644 --- a/test cases/common/126 llvm ir and assembly/symbol-underscore.h +++ b/test cases/common/123 llvm ir and assembly/symbol-underscore.h diff --git a/test cases/common/127 cpp and asm/meson.build b/test cases/common/124 cpp and asm/meson.build index 9160775..9160775 100644 --- a/test cases/common/127 cpp and asm/meson.build +++ b/test cases/common/124 cpp and asm/meson.build diff --git a/test cases/common/127 cpp and asm/retval-arm.S b/test cases/common/124 cpp and asm/retval-arm.S index a892362..a892362 100644 --- a/test cases/common/127 cpp and asm/retval-arm.S +++ b/test cases/common/124 cpp and asm/retval-arm.S diff --git a/test cases/common/127 cpp and asm/retval-x86.S b/test cases/common/124 cpp and asm/retval-x86.S index f9e8190..f9e8190 100644 --- a/test cases/common/127 cpp and asm/retval-x86.S +++ b/test cases/common/124 cpp and asm/retval-x86.S diff --git a/test cases/common/127 cpp and asm/retval-x86_64.S b/test cases/common/124 cpp and asm/retval-x86_64.S index 1a5f3eb..1a5f3eb 100644 --- a/test cases/common/127 cpp and asm/retval-x86_64.S +++ b/test cases/common/124 cpp and asm/retval-x86_64.S diff --git a/test cases/common/127 cpp and asm/symbol-underscore.h b/test cases/common/124 cpp and asm/symbol-underscore.h index d0f3ef9..d0f3ef9 100644 --- a/test cases/common/127 cpp and asm/symbol-underscore.h +++ b/test cases/common/124 cpp and asm/symbol-underscore.h diff --git a/test cases/common/127 cpp and asm/trivial.cc b/test cases/common/124 cpp and asm/trivial.cc index d2928c0..d2928c0 100644 --- a/test cases/common/127 cpp and asm/trivial.cc +++ b/test cases/common/124 cpp and asm/trivial.cc diff --git a/test cases/common/128 extract all shared library/extractor.h b/test cases/common/125 extract all shared library/extractor.h index d0917a1..d0917a1 100644 --- a/test cases/common/128 extract all shared library/extractor.h +++ b/test cases/common/125 extract all shared library/extractor.h diff --git a/test cases/common/128 extract all shared library/four.c b/test cases/common/125 extract all shared library/four.c index 5ca6696..5ca6696 100644 --- a/test cases/common/128 extract all shared library/four.c +++ b/test cases/common/125 extract all shared library/four.c diff --git a/test cases/common/128 extract all shared library/func1234.def b/test cases/common/125 extract all shared library/func1234.def index d62c08d..d62c08d 100644 --- a/test cases/common/128 extract all shared library/func1234.def +++ b/test cases/common/125 extract all shared library/func1234.def diff --git a/test cases/common/128 extract all shared library/meson.build b/test cases/common/125 extract all shared library/meson.build index 7c24fde..7c24fde 100644 --- a/test cases/common/128 extract all shared library/meson.build +++ b/test cases/common/125 extract all shared library/meson.build diff --git a/test cases/common/128 extract all shared library/one.c b/test cases/common/125 extract all shared library/one.c index cfb0157..cfb0157 100644 --- a/test cases/common/128 extract all shared library/one.c +++ b/test cases/common/125 extract all shared library/one.c diff --git a/test cases/common/128 extract all shared library/prog.c b/test cases/common/125 extract all shared library/prog.c index 57a4c64..57a4c64 100644 --- a/test cases/common/128 extract all shared library/prog.c +++ b/test cases/common/125 extract all shared library/prog.c diff --git a/test cases/common/128 extract all shared library/three.c b/test cases/common/125 extract all shared library/three.c index c410046..c410046 100644 --- a/test cases/common/128 extract all shared library/three.c +++ b/test cases/common/125 extract all shared library/three.c diff --git a/test cases/common/128 extract all shared library/two.c b/test cases/common/125 extract all shared library/two.c index 3ece512..3ece512 100644 --- a/test cases/common/128 extract all shared library/two.c +++ b/test cases/common/125 extract all shared library/two.c diff --git a/test cases/common/129 object only target/installed_files.txt b/test cases/common/126 object only target/installed_files.txt index c7dab9f..c7dab9f 100644 --- a/test cases/common/129 object only target/installed_files.txt +++ b/test cases/common/126 object only target/installed_files.txt diff --git a/test cases/common/129 object only target/meson.build b/test cases/common/126 object only target/meson.build index d83a658..d83a658 100644 --- a/test cases/common/129 object only target/meson.build +++ b/test cases/common/126 object only target/meson.build diff --git a/test cases/common/129 object only target/obj_generator.py b/test cases/common/126 object only target/obj_generator.py index a33872a..a33872a 100755 --- a/test cases/common/129 object only target/obj_generator.py +++ b/test cases/common/126 object only target/obj_generator.py diff --git a/test cases/common/129 object only target/prog.c b/test cases/common/126 object only target/prog.c index 60459d6..60459d6 100644 --- a/test cases/common/129 object only target/prog.c +++ b/test cases/common/126 object only target/prog.c diff --git a/test cases/common/129 object only target/source.c b/test cases/common/126 object only target/source.c index 7779b33..7779b33 100644 --- a/test cases/common/129 object only target/source.c +++ b/test cases/common/126 object only target/source.c diff --git a/test cases/common/129 object only target/source2.c b/test cases/common/126 object only target/source2.c index 29aad40..29aad40 100644 --- a/test cases/common/129 object only target/source2.c +++ b/test cases/common/126 object only target/source2.c diff --git a/test cases/common/129 object only target/source2.def b/test cases/common/126 object only target/source2.def index a993ab8..a993ab8 100644 --- a/test cases/common/129 object only target/source2.def +++ b/test cases/common/126 object only target/source2.def diff --git a/test cases/common/129 object only target/source3.c b/test cases/common/126 object only target/source3.c index 1580f1e..1580f1e 100644 --- a/test cases/common/129 object only target/source3.c +++ b/test cases/common/126 object only target/source3.c diff --git a/test cases/common/130 no buildincdir/include/header.h b/test cases/common/127 no buildincdir/include/header.h index add1850..add1850 100644 --- a/test cases/common/130 no buildincdir/include/header.h +++ b/test cases/common/127 no buildincdir/include/header.h diff --git a/test cases/common/130 no buildincdir/meson.build b/test cases/common/127 no buildincdir/meson.build index ac69e8e..ac69e8e 100644 --- a/test cases/common/130 no buildincdir/meson.build +++ b/test cases/common/127 no buildincdir/meson.build diff --git a/test cases/common/130 no buildincdir/prog.c b/test cases/common/127 no buildincdir/prog.c index 800f0d6..800f0d6 100644 --- a/test cases/common/130 no buildincdir/prog.c +++ b/test cases/common/127 no buildincdir/prog.c diff --git a/test cases/common/131 custom target directory install/docgen.py b/test cases/common/128 custom target directory install/docgen.py index 245f370..245f370 100644 --- a/test cases/common/131 custom target directory install/docgen.py +++ b/test cases/common/128 custom target directory install/docgen.py diff --git a/test cases/common/131 custom target directory install/installed_files.txt b/test cases/common/128 custom target directory install/installed_files.txt index bcf20e0..bcf20e0 100644 --- a/test cases/common/131 custom target directory install/installed_files.txt +++ b/test cases/common/128 custom target directory install/installed_files.txt diff --git a/test cases/common/131 custom target directory install/meson.build b/test cases/common/128 custom target directory install/meson.build index ada9ae1..ada9ae1 100644 --- a/test cases/common/131 custom target directory install/meson.build +++ b/test cases/common/128 custom target directory install/meson.build diff --git a/test cases/common/132 dependency file generation/main .c b/test cases/common/129 dependency file generation/main .c index 0fb4389..0fb4389 100644 --- a/test cases/common/132 dependency file generation/main .c +++ b/test cases/common/129 dependency file generation/main .c diff --git a/test cases/common/132 dependency file generation/meson.build b/test cases/common/129 dependency file generation/meson.build index b5ee47b..b5ee47b 100644 --- a/test cases/common/132 dependency file generation/meson.build +++ b/test cases/common/129 dependency file generation/meson.build diff --git a/test cases/common/133 configure file in generator/inc/confdata.in b/test cases/common/130 configure file in generator/inc/confdata.in index e44cdea..e44cdea 100644 --- a/test cases/common/133 configure file in generator/inc/confdata.in +++ b/test cases/common/130 configure file in generator/inc/confdata.in diff --git a/test cases/common/133 configure file in generator/inc/meson.build b/test cases/common/130 configure file in generator/inc/meson.build index 05d2dcb..05d2dcb 100644 --- a/test cases/common/133 configure file in generator/inc/meson.build +++ b/test cases/common/130 configure file in generator/inc/meson.build diff --git a/test cases/common/133 configure file in generator/meson.build b/test cases/common/130 configure file in generator/meson.build index e1c26b6..e1c26b6 100644 --- a/test cases/common/133 configure file in generator/meson.build +++ b/test cases/common/130 configure file in generator/meson.build diff --git a/test cases/common/133 configure file in generator/src/gen.py b/test cases/common/130 configure file in generator/src/gen.py index 99b7cdd..99b7cdd 100755 --- a/test cases/common/133 configure file in generator/src/gen.py +++ b/test cases/common/130 configure file in generator/src/gen.py diff --git a/test cases/common/133 configure file in generator/src/main.c b/test cases/common/130 configure file in generator/src/main.c index 54f4f57..54f4f57 100644 --- a/test cases/common/133 configure file in generator/src/main.c +++ b/test cases/common/130 configure file in generator/src/main.c diff --git a/test cases/common/133 configure file in generator/src/meson.build b/test cases/common/130 configure file in generator/src/meson.build index 2fb804e..2fb804e 100644 --- a/test cases/common/133 configure file in generator/src/meson.build +++ b/test cases/common/130 configure file in generator/src/meson.build diff --git a/test cases/common/133 configure file in generator/src/source b/test cases/common/130 configure file in generator/src/source index 4099407..4099407 100644 --- a/test cases/common/133 configure file in generator/src/source +++ b/test cases/common/130 configure file in generator/src/source diff --git a/test cases/common/134 generated llvm ir/copyfile.py b/test cases/common/131 generated llvm ir/copyfile.py index ff42ac3..ff42ac3 100644 --- a/test cases/common/134 generated llvm ir/copyfile.py +++ b/test cases/common/131 generated llvm ir/copyfile.py diff --git a/test cases/common/134 generated llvm ir/main.c b/test cases/common/131 generated llvm ir/main.c index 97fe723..97fe723 100644 --- a/test cases/common/134 generated llvm ir/main.c +++ b/test cases/common/131 generated llvm ir/main.c diff --git a/test cases/common/134 generated llvm ir/meson.build b/test cases/common/131 generated llvm ir/meson.build index 111cdc0..111cdc0 100644 --- a/test cases/common/134 generated llvm ir/meson.build +++ b/test cases/common/131 generated llvm ir/meson.build diff --git a/test cases/common/134 generated llvm ir/square.ll.in b/test cases/common/131 generated llvm ir/square.ll.in index 7c321aa..7c321aa 100644 --- a/test cases/common/134 generated llvm ir/square.ll.in +++ b/test cases/common/131 generated llvm ir/square.ll.in diff --git a/test cases/common/135 generated assembly/copyfile.py b/test cases/common/132 generated assembly/copyfile.py index ff42ac3..ff42ac3 100644 --- a/test cases/common/135 generated assembly/copyfile.py +++ b/test cases/common/132 generated assembly/copyfile.py diff --git a/test cases/common/135 generated assembly/main.c b/test cases/common/132 generated assembly/main.c index b669cba..b669cba 100644 --- a/test cases/common/135 generated assembly/main.c +++ b/test cases/common/132 generated assembly/main.c diff --git a/test cases/common/135 generated assembly/meson.build b/test cases/common/132 generated assembly/meson.build index 6a8744b..6a8744b 100644 --- a/test cases/common/135 generated assembly/meson.build +++ b/test cases/common/132 generated assembly/meson.build diff --git a/test cases/common/135 generated assembly/square-arm.S.in b/test cases/common/132 generated assembly/square-arm.S.in index d2fb7ac..d2fb7ac 100644 --- a/test cases/common/135 generated assembly/square-arm.S.in +++ b/test cases/common/132 generated assembly/square-arm.S.in diff --git a/test cases/common/135 generated assembly/square-x86.S.in b/test cases/common/132 generated assembly/square-x86.S.in index ee77b81..ee77b81 100644 --- a/test cases/common/135 generated assembly/square-x86.S.in +++ b/test cases/common/132 generated assembly/square-x86.S.in diff --git a/test cases/common/135 generated assembly/square-x86_64.S.in b/test cases/common/132 generated assembly/square-x86_64.S.in index 856af13..856af13 100644 --- a/test cases/common/135 generated assembly/square-x86_64.S.in +++ b/test cases/common/132 generated assembly/square-x86_64.S.in diff --git a/test cases/common/135 generated assembly/symbol-underscore.h b/test cases/common/132 generated assembly/symbol-underscore.h index d0f3ef9..d0f3ef9 100644 --- a/test cases/common/135 generated assembly/symbol-underscore.h +++ b/test cases/common/132 generated assembly/symbol-underscore.h diff --git a/test cases/common/136 build by default targets in tests/main.c b/test cases/common/133 build by default targets in tests/main.c index 63a62a1..63a62a1 100644 --- a/test cases/common/136 build by default targets in tests/main.c +++ b/test cases/common/133 build by default targets in tests/main.c diff --git a/test cases/common/136 build by default targets in tests/meson.build b/test cases/common/133 build by default targets in tests/meson.build index 5cc5055..5cc5055 100644 --- a/test cases/common/136 build by default targets in tests/meson.build +++ b/test cases/common/133 build by default targets in tests/meson.build diff --git a/test cases/common/136 build by default targets in tests/write_file.py b/test cases/common/133 build by default targets in tests/write_file.py index ff9c224..ff9c224 100644 --- a/test cases/common/136 build by default targets in tests/write_file.py +++ b/test cases/common/133 build by default targets in tests/write_file.py diff --git a/test cases/common/137 build by default/checkexists.py b/test cases/common/134 build by default/checkexists.py index 6664f72..6664f72 100644 --- a/test cases/common/137 build by default/checkexists.py +++ b/test cases/common/134 build by default/checkexists.py diff --git a/test cases/common/137 build by default/foo.c b/test cases/common/134 build by default/foo.c index ca97916..ca97916 100644 --- a/test cases/common/137 build by default/foo.c +++ b/test cases/common/134 build by default/foo.c diff --git a/test cases/common/137 build by default/meson.build b/test cases/common/134 build by default/meson.build index b28b634..b28b634 100644 --- a/test cases/common/137 build by default/meson.build +++ b/test cases/common/134 build by default/meson.build diff --git a/test cases/common/137 build by default/mygen.py b/test cases/common/134 build by default/mygen.py index 5a74153..5a74153 100644 --- a/test cases/common/137 build by default/mygen.py +++ b/test cases/common/134 build by default/mygen.py diff --git a/test cases/common/137 build by default/source.txt b/test cases/common/134 build by default/source.txt index 3573f4b..3573f4b 100644 --- a/test cases/common/137 build by default/source.txt +++ b/test cases/common/134 build by default/source.txt diff --git a/test cases/common/138 include order/ctsub/copyfile.py b/test cases/common/135 include order/ctsub/copyfile.py index ff42ac3..ff42ac3 100644 --- a/test cases/common/138 include order/ctsub/copyfile.py +++ b/test cases/common/135 include order/ctsub/copyfile.py diff --git a/test cases/common/138 include order/ctsub/emptyfile.c b/test cases/common/135 include order/ctsub/emptyfile.c index e69de29..e69de29 100644 --- a/test cases/common/138 include order/ctsub/emptyfile.c +++ b/test cases/common/135 include order/ctsub/emptyfile.c diff --git a/test cases/common/138 include order/ctsub/main.h b/test cases/common/135 include order/ctsub/main.h index 9d9acf3..9d9acf3 100644 --- a/test cases/common/138 include order/ctsub/main.h +++ b/test cases/common/135 include order/ctsub/main.h diff --git a/test cases/common/138 include order/ctsub/meson.build b/test cases/common/135 include order/ctsub/meson.build index a242e07..a242e07 100644 --- a/test cases/common/138 include order/ctsub/meson.build +++ b/test cases/common/135 include order/ctsub/meson.build diff --git a/test cases/common/138 include order/inc1/hdr.h b/test cases/common/135 include order/inc1/hdr.h index 9d755a8..9d755a8 100644 --- a/test cases/common/138 include order/inc1/hdr.h +++ b/test cases/common/135 include order/inc1/hdr.h diff --git a/test cases/common/138 include order/inc2/hdr.h b/test cases/common/135 include order/inc2/hdr.h index 2ebcaca..2ebcaca 100644 --- a/test cases/common/138 include order/inc2/hdr.h +++ b/test cases/common/135 include order/inc2/hdr.h diff --git a/test cases/common/138 include order/meson.build b/test cases/common/135 include order/meson.build index 9f275b8..9f275b8 100644 --- a/test cases/common/138 include order/meson.build +++ b/test cases/common/135 include order/meson.build diff --git a/test cases/common/138 include order/ordertest.c b/test cases/common/135 include order/ordertest.c index 0d9173f..0d9173f 100644 --- a/test cases/common/138 include order/ordertest.c +++ b/test cases/common/135 include order/ordertest.c diff --git a/test cases/common/138 include order/sub1/main.h b/test cases/common/135 include order/sub1/main.h index acf4a35..acf4a35 100644 --- a/test cases/common/138 include order/sub1/main.h +++ b/test cases/common/135 include order/sub1/main.h diff --git a/test cases/common/138 include order/sub1/meson.build b/test cases/common/135 include order/sub1/meson.build index 9672945..9672945 100644 --- a/test cases/common/138 include order/sub1/meson.build +++ b/test cases/common/135 include order/sub1/meson.build diff --git a/test cases/common/138 include order/sub1/some.c b/test cases/common/135 include order/sub1/some.c index 1ab0db4..1ab0db4 100644 --- a/test cases/common/138 include order/sub1/some.c +++ b/test cases/common/135 include order/sub1/some.c diff --git a/test cases/common/138 include order/sub1/some.h b/test cases/common/135 include order/sub1/some.h index 6479492..6479492 100644 --- a/test cases/common/138 include order/sub1/some.h +++ b/test cases/common/135 include order/sub1/some.h diff --git a/test cases/common/138 include order/sub2/main.h b/test cases/common/135 include order/sub2/main.h index b9c0da9..b9c0da9 100644 --- a/test cases/common/138 include order/sub2/main.h +++ b/test cases/common/135 include order/sub2/main.h diff --git a/test cases/common/138 include order/sub2/meson.build b/test cases/common/135 include order/sub2/meson.build index b1e6190..b1e6190 100644 --- a/test cases/common/138 include order/sub2/meson.build +++ b/test cases/common/135 include order/sub2/meson.build diff --git a/test cases/common/138 include order/sub3/main.h b/test cases/common/135 include order/sub3/main.h index 1ab7231..1ab7231 100644 --- a/test cases/common/138 include order/sub3/main.h +++ b/test cases/common/135 include order/sub3/main.h diff --git a/test cases/common/138 include order/sub3/meson.build b/test cases/common/135 include order/sub3/meson.build index 0bd3906..0bd3906 100644 --- a/test cases/common/138 include order/sub3/meson.build +++ b/test cases/common/135 include order/sub3/meson.build diff --git a/test cases/common/138 include order/sub4/main.c b/test cases/common/135 include order/sub4/main.c index 0b25eed..0b25eed 100644 --- a/test cases/common/138 include order/sub4/main.c +++ b/test cases/common/135 include order/sub4/main.c diff --git a/test cases/common/138 include order/sub4/main.h b/test cases/common/135 include order/sub4/main.h index 194d7fe..194d7fe 100644 --- a/test cases/common/138 include order/sub4/main.h +++ b/test cases/common/135 include order/sub4/main.h diff --git a/test cases/common/138 include order/sub4/meson.build b/test cases/common/135 include order/sub4/meson.build index c01edaa..c01edaa 100644 --- a/test cases/common/138 include order/sub4/meson.build +++ b/test cases/common/135 include order/sub4/meson.build diff --git a/test cases/common/139 override options/four.c b/test cases/common/136 override options/four.c index 54f8491..54f8491 100644 --- a/test cases/common/139 override options/four.c +++ b/test cases/common/136 override options/four.c diff --git a/test cases/common/139 override options/meson.build b/test cases/common/136 override options/meson.build index 4dd8d79..4dd8d79 100644 --- a/test cases/common/139 override options/meson.build +++ b/test cases/common/136 override options/meson.build diff --git a/test cases/common/139 override options/one.c b/test cases/common/136 override options/one.c index 14fe9d6..14fe9d6 100644 --- a/test cases/common/139 override options/one.c +++ b/test cases/common/136 override options/one.c diff --git a/test cases/common/139 override options/three.c b/test cases/common/136 override options/three.c index 305a575..305a575 100644 --- a/test cases/common/139 override options/three.c +++ b/test cases/common/136 override options/three.c diff --git a/test cases/common/139 override options/two.c b/test cases/common/136 override options/two.c index 04b1d3f..04b1d3f 100644 --- a/test cases/common/139 override options/two.c +++ b/test cases/common/136 override options/two.c diff --git a/test cases/common/140 get define/concat.h b/test cases/common/137 get define/concat.h index 6eb3e5e..6eb3e5e 100644 --- a/test cases/common/140 get define/concat.h +++ b/test cases/common/137 get define/concat.h diff --git a/test cases/common/140 get define/meson.build b/test cases/common/137 get define/meson.build index b20c554..b20c554 100644 --- a/test cases/common/140 get define/meson.build +++ b/test cases/common/137 get define/meson.build diff --git a/test cases/common/140 get define/meson_options.txt b/test cases/common/137 get define/meson_options.txt index 7d34a2e..7d34a2e 100644 --- a/test cases/common/140 get define/meson_options.txt +++ b/test cases/common/137 get define/meson_options.txt diff --git a/test cases/common/141 c cpp and asm/main.c b/test cases/common/138 c cpp and asm/main.c index 8976723..8976723 100644 --- a/test cases/common/141 c cpp and asm/main.c +++ b/test cases/common/138 c cpp and asm/main.c diff --git a/test cases/common/141 c cpp and asm/main.cpp b/test cases/common/138 c cpp and asm/main.cpp index c089870..c089870 100644 --- a/test cases/common/141 c cpp and asm/main.cpp +++ b/test cases/common/138 c cpp and asm/main.cpp diff --git a/test cases/common/141 c cpp and asm/meson.build b/test cases/common/138 c cpp and asm/meson.build index 2c3610e..2c3610e 100644 --- a/test cases/common/141 c cpp and asm/meson.build +++ b/test cases/common/138 c cpp and asm/meson.build diff --git a/test cases/common/141 c cpp and asm/retval-arm.S b/test cases/common/138 c cpp and asm/retval-arm.S index a892362..a892362 100644 --- a/test cases/common/141 c cpp and asm/retval-arm.S +++ b/test cases/common/138 c cpp and asm/retval-arm.S diff --git a/test cases/common/141 c cpp and asm/retval-x86.S b/test cases/common/138 c cpp and asm/retval-x86.S index 3cb0237..3cb0237 100644 --- a/test cases/common/141 c cpp and asm/retval-x86.S +++ b/test cases/common/138 c cpp and asm/retval-x86.S diff --git a/test cases/common/141 c cpp and asm/retval-x86_64.S b/test cases/common/138 c cpp and asm/retval-x86_64.S index 1a5f3eb..1a5f3eb 100644 --- a/test cases/common/141 c cpp and asm/retval-x86_64.S +++ b/test cases/common/138 c cpp and asm/retval-x86_64.S diff --git a/test cases/common/141 c cpp and asm/somelib.c b/test cases/common/138 c cpp and asm/somelib.c index e585b8e..e585b8e 100644 --- a/test cases/common/141 c cpp and asm/somelib.c +++ b/test cases/common/138 c cpp and asm/somelib.c diff --git a/test cases/common/141 c cpp and asm/symbol-underscore.h b/test cases/common/138 c cpp and asm/symbol-underscore.h index d0f3ef9..d0f3ef9 100644 --- a/test cases/common/141 c cpp and asm/symbol-underscore.h +++ b/test cases/common/138 c cpp and asm/symbol-underscore.h diff --git a/test cases/common/142 compute int/config.h.in b/test cases/common/139 compute int/config.h.in index 0de63ab..0de63ab 100644 --- a/test cases/common/142 compute int/config.h.in +++ b/test cases/common/139 compute int/config.h.in diff --git a/test cases/common/142 compute int/foobar.h b/test cases/common/139 compute int/foobar.h index fd3cb5e..fd3cb5e 100644 --- a/test cases/common/142 compute int/foobar.h +++ b/test cases/common/139 compute int/foobar.h diff --git a/test cases/common/142 compute int/meson.build b/test cases/common/139 compute int/meson.build index 22bd266..22bd266 100644 --- a/test cases/common/142 compute int/meson.build +++ b/test cases/common/139 compute int/meson.build diff --git a/test cases/common/142 compute int/prog.c.in b/test cases/common/139 compute int/prog.c.in index ff1ad55..ff1ad55 100644 --- a/test cases/common/142 compute int/prog.c.in +++ b/test cases/common/139 compute int/prog.c.in diff --git a/test cases/common/16 configure file/basename.py b/test cases/common/14 configure file/basename.py index d2c8662..d2c8662 100644 --- a/test cases/common/16 configure file/basename.py +++ b/test cases/common/14 configure file/basename.py diff --git a/test cases/common/16 configure file/check_file.py b/test cases/common/14 configure file/check_file.py index 6aa73e0..6aa73e0 100644 --- a/test cases/common/16 configure file/check_file.py +++ b/test cases/common/14 configure file/check_file.py diff --git a/test cases/common/16 configure file/config.h b/test cases/common/14 configure file/config.h index e85b634..e85b634 100644 --- a/test cases/common/16 configure file/config.h +++ b/test cases/common/14 configure file/config.h diff --git a/test cases/common/16 configure file/config.h.in b/test cases/common/14 configure file/config.h.in index 14a1558..14a1558 100644 --- a/test cases/common/16 configure file/config.h.in +++ b/test cases/common/14 configure file/config.h.in diff --git a/test cases/common/16 configure file/config4a.h.in b/test cases/common/14 configure file/config4a.h.in index aafd195..aafd195 100644 --- a/test cases/common/16 configure file/config4a.h.in +++ b/test cases/common/14 configure file/config4a.h.in diff --git a/test cases/common/16 configure file/config4b.h.in b/test cases/common/14 configure file/config4b.h.in index 3408bab..3408bab 100644 --- a/test cases/common/16 configure file/config4b.h.in +++ b/test cases/common/14 configure file/config4b.h.in diff --git a/test cases/common/16 configure file/config5.h.in b/test cases/common/14 configure file/config5.h.in index 323bec6..323bec6 100644 --- a/test cases/common/16 configure file/config5.h.in +++ b/test cases/common/14 configure file/config5.h.in diff --git a/test cases/common/16 configure file/config6.h.in b/test cases/common/14 configure file/config6.h.in index 9719f87..9719f87 100644 --- a/test cases/common/16 configure file/config6.h.in +++ b/test cases/common/14 configure file/config6.h.in diff --git a/test cases/common/16 configure file/config7.h.in b/test cases/common/14 configure file/config7.h.in index edd0bb3..edd0bb3 100644 --- a/test cases/common/16 configure file/config7.h.in +++ b/test cases/common/14 configure file/config7.h.in diff --git a/test cases/common/16 configure file/config8.h.in b/test cases/common/14 configure file/config8.h.in index b854ea0..b854ea0 100644 --- a/test cases/common/16 configure file/config8.h.in +++ b/test cases/common/14 configure file/config8.h.in diff --git a/test cases/common/16 configure file/dummy.dat b/test cases/common/14 configure file/dummy.dat index e69de29..e69de29 100644 --- a/test cases/common/16 configure file/dummy.dat +++ b/test cases/common/14 configure file/dummy.dat diff --git a/test cases/common/16 configure file/dumpprog.c b/test cases/common/14 configure file/dumpprog.c index 39a215e..39a215e 100644 --- a/test cases/common/16 configure file/dumpprog.c +++ b/test cases/common/14 configure file/dumpprog.c diff --git a/test cases/common/16 configure file/file_contains.py b/test cases/common/14 configure file/file_contains.py index 25634f5..25634f5 100644 --- a/test cases/common/16 configure file/file_contains.py +++ b/test cases/common/14 configure file/file_contains.py diff --git a/test cases/common/16 configure file/generator-without-input-file.py b/test cases/common/14 configure file/generator-without-input-file.py index 2ee059e..2ee059e 100755 --- a/test cases/common/16 configure file/generator-without-input-file.py +++ b/test cases/common/14 configure file/generator-without-input-file.py diff --git a/test cases/common/16 configure file/generator.py b/test cases/common/14 configure file/generator.py index e3cc881..e3cc881 100755 --- a/test cases/common/16 configure file/generator.py +++ b/test cases/common/14 configure file/generator.py diff --git a/test cases/common/16 configure file/installed_files.txt b/test cases/common/14 configure file/installed_files.txt index 542516e..542516e 100644 --- a/test cases/common/16 configure file/installed_files.txt +++ b/test cases/common/14 configure file/installed_files.txt diff --git a/test cases/common/16 configure file/invalid-utf8.bin.in b/test cases/common/14 configure file/invalid-utf8.bin.in Binary files differindex 98e9ed9..98e9ed9 100644 --- a/test cases/common/16 configure file/invalid-utf8.bin.in +++ b/test cases/common/14 configure file/invalid-utf8.bin.in diff --git a/test cases/common/16 configure file/meson.build b/test cases/common/14 configure file/meson.build index d7beeb1..d7beeb1 100644 --- a/test cases/common/16 configure file/meson.build +++ b/test cases/common/14 configure file/meson.build diff --git a/test cases/common/16 configure file/nosubst-nocopy1.txt.in b/test cases/common/14 configure file/nosubst-nocopy1.txt.in index 6e893a1..6e893a1 100644 --- a/test cases/common/16 configure file/nosubst-nocopy1.txt.in +++ b/test cases/common/14 configure file/nosubst-nocopy1.txt.in diff --git a/test cases/common/16 configure file/nosubst-nocopy2.txt.in b/test cases/common/14 configure file/nosubst-nocopy2.txt.in index a6a7cca..a6a7cca 100644 --- a/test cases/common/16 configure file/nosubst-nocopy2.txt.in +++ b/test cases/common/14 configure file/nosubst-nocopy2.txt.in diff --git a/test cases/common/16 configure file/prog.c b/test cases/common/14 configure file/prog.c index 89a718e..89a718e 100644 --- a/test cases/common/16 configure file/prog.c +++ b/test cases/common/14 configure file/prog.c diff --git a/test cases/common/16 configure file/prog2.c b/test cases/common/14 configure file/prog2.c index a88c70f..a88c70f 100644 --- a/test cases/common/16 configure file/prog2.c +++ b/test cases/common/14 configure file/prog2.c diff --git a/test cases/common/16 configure file/prog4.c b/test cases/common/14 configure file/prog4.c index 92dc7cb..92dc7cb 100644 --- a/test cases/common/16 configure file/prog4.c +++ b/test cases/common/14 configure file/prog4.c diff --git a/test cases/common/16 configure file/prog5.c b/test cases/common/14 configure file/prog5.c index 42c08f9..42c08f9 100644 --- a/test cases/common/16 configure file/prog5.c +++ b/test cases/common/14 configure file/prog5.c diff --git a/test cases/common/16 configure file/prog6.c b/test cases/common/14 configure file/prog6.c index 7412404..7412404 100644 --- a/test cases/common/16 configure file/prog6.c +++ b/test cases/common/14 configure file/prog6.c diff --git a/test cases/common/16 configure file/prog7.c b/test cases/common/14 configure file/prog7.c index 0bb7d13..0bb7d13 100644 --- a/test cases/common/16 configure file/prog7.c +++ b/test cases/common/14 configure file/prog7.c diff --git a/test cases/common/16 configure file/subdir/meson.build b/test cases/common/14 configure file/subdir/meson.build index 146b7b6..146b7b6 100644 --- a/test cases/common/16 configure file/subdir/meson.build +++ b/test cases/common/14 configure file/subdir/meson.build diff --git a/test cases/common/16 configure file/test.py.in b/test cases/common/14 configure file/test.py.in index 15a61f5..15a61f5 100644 --- a/test cases/common/16 configure file/test.py.in +++ b/test cases/common/14 configure file/test.py.in diff --git a/test cases/common/16 configure file/touch.py b/test cases/common/14 configure file/touch.py index b48f481..b48f481 100644 --- a/test cases/common/16 configure file/touch.py +++ b/test cases/common/14 configure file/touch.py diff --git a/test cases/common/143 custom target object output/meson.build b/test cases/common/140 custom target object output/meson.build index ede165b..ede165b 100644 --- a/test cases/common/143 custom target object output/meson.build +++ b/test cases/common/140 custom target object output/meson.build diff --git a/test cases/common/143 custom target object output/obj_generator.py b/test cases/common/140 custom target object output/obj_generator.py index a33872a..a33872a 100644 --- a/test cases/common/143 custom target object output/obj_generator.py +++ b/test cases/common/140 custom target object output/obj_generator.py diff --git a/test cases/common/143 custom target object output/objdir/meson.build b/test cases/common/140 custom target object output/objdir/meson.build index 0d7f6c2..0d7f6c2 100644 --- a/test cases/common/143 custom target object output/objdir/meson.build +++ b/test cases/common/140 custom target object output/objdir/meson.build diff --git a/test cases/common/143 custom target object output/objdir/source.c b/test cases/common/140 custom target object output/objdir/source.c index 7779b33..7779b33 100644 --- a/test cases/common/143 custom target object output/objdir/source.c +++ b/test cases/common/140 custom target object output/objdir/source.c diff --git a/test cases/common/143 custom target object output/progdir/meson.build b/test cases/common/140 custom target object output/progdir/meson.build index 4216c24..4216c24 100644 --- a/test cases/common/143 custom target object output/progdir/meson.build +++ b/test cases/common/140 custom target object output/progdir/meson.build diff --git a/test cases/common/143 custom target object output/progdir/prog.c b/test cases/common/140 custom target object output/progdir/prog.c index c1ece33..c1ece33 100644 --- a/test cases/common/143 custom target object output/progdir/prog.c +++ b/test cases/common/140 custom target object output/progdir/prog.c diff --git a/test cases/common/144 empty build file/meson.build b/test cases/common/141 empty build file/meson.build index 73d0397..73d0397 100644 --- a/test cases/common/144 empty build file/meson.build +++ b/test cases/common/141 empty build file/meson.build diff --git a/test cases/common/144 empty build file/subdir/meson.build b/test cases/common/141 empty build file/subdir/meson.build index e69de29..e69de29 100644 --- a/test cases/common/144 empty build file/subdir/meson.build +++ b/test cases/common/141 empty build file/subdir/meson.build diff --git a/test cases/common/145 whole archive/exe/meson.build b/test cases/common/142 whole archive/exe/meson.build index 91d298d..91d298d 100644 --- a/test cases/common/145 whole archive/exe/meson.build +++ b/test cases/common/142 whole archive/exe/meson.build diff --git a/test cases/common/145 whole archive/exe2/meson.build b/test cases/common/142 whole archive/exe2/meson.build index 9184864..9184864 100644 --- a/test cases/common/145 whole archive/exe2/meson.build +++ b/test cases/common/142 whole archive/exe2/meson.build diff --git a/test cases/common/145 whole archive/exe3/meson.build b/test cases/common/142 whole archive/exe3/meson.build index 82cf57e..82cf57e 100644 --- a/test cases/common/145 whole archive/exe3/meson.build +++ b/test cases/common/142 whole archive/exe3/meson.build diff --git a/test cases/common/145 whole archive/exe4/meson.build b/test cases/common/142 whole archive/exe4/meson.build index 0781250..0781250 100644 --- a/test cases/common/145 whole archive/exe4/meson.build +++ b/test cases/common/142 whole archive/exe4/meson.build diff --git a/test cases/common/145 whole archive/func1.c b/test cases/common/142 whole archive/func1.c index b2690a0..b2690a0 100644 --- a/test cases/common/145 whole archive/func1.c +++ b/test cases/common/142 whole archive/func1.c diff --git a/test cases/common/145 whole archive/func2.c b/test cases/common/142 whole archive/func2.c index 9e287a4..9e287a4 100644 --- a/test cases/common/145 whole archive/func2.c +++ b/test cases/common/142 whole archive/func2.c diff --git a/test cases/common/145 whole archive/meson.build b/test cases/common/142 whole archive/meson.build index 012df33..012df33 100644 --- a/test cases/common/145 whole archive/meson.build +++ b/test cases/common/142 whole archive/meson.build diff --git a/test cases/common/145 whole archive/mylib.h b/test cases/common/142 whole archive/mylib.h index 813cc67..813cc67 100644 --- a/test cases/common/145 whole archive/mylib.h +++ b/test cases/common/142 whole archive/mylib.h diff --git a/test cases/common/145 whole archive/prog.c b/test cases/common/142 whole archive/prog.c index 9111ad4..9111ad4 100644 --- a/test cases/common/145 whole archive/prog.c +++ b/test cases/common/142 whole archive/prog.c diff --git a/test cases/common/145 whole archive/sh_func2_dep_func1/meson.build b/test cases/common/142 whole archive/sh_func2_dep_func1/meson.build index 92baca6..92baca6 100644 --- a/test cases/common/145 whole archive/sh_func2_dep_func1/meson.build +++ b/test cases/common/142 whole archive/sh_func2_dep_func1/meson.build diff --git a/test cases/common/145 whole archive/sh_func2_linked_func1/meson.build b/test cases/common/142 whole archive/sh_func2_linked_func1/meson.build index 2858f65..2858f65 100644 --- a/test cases/common/145 whole archive/sh_func2_linked_func1/meson.build +++ b/test cases/common/142 whole archive/sh_func2_linked_func1/meson.build diff --git a/test cases/common/145 whole archive/sh_func2_transdep_func1/meson.build b/test cases/common/142 whole archive/sh_func2_transdep_func1/meson.build index 0703077..0703077 100644 --- a/test cases/common/145 whole archive/sh_func2_transdep_func1/meson.build +++ b/test cases/common/142 whole archive/sh_func2_transdep_func1/meson.build diff --git a/test cases/common/145 whole archive/sh_only_link_whole/meson.build b/test cases/common/142 whole archive/sh_only_link_whole/meson.build index 64baabd..64baabd 100644 --- a/test cases/common/145 whole archive/sh_only_link_whole/meson.build +++ b/test cases/common/142 whole archive/sh_only_link_whole/meson.build diff --git a/test cases/common/145 whole archive/st_func1/meson.build b/test cases/common/142 whole archive/st_func1/meson.build index c84d781..c84d781 100644 --- a/test cases/common/145 whole archive/st_func1/meson.build +++ b/test cases/common/142 whole archive/st_func1/meson.build diff --git a/test cases/common/145 whole archive/st_func2/meson.build b/test cases/common/142 whole archive/st_func2/meson.build index 2732f96..2732f96 100644 --- a/test cases/common/145 whole archive/st_func2/meson.build +++ b/test cases/common/142 whole archive/st_func2/meson.build diff --git a/test cases/common/146 C and CPP link/dummy.c b/test cases/common/143 C and CPP link/dummy.c index e69de29..e69de29 100644 --- a/test cases/common/146 C and CPP link/dummy.c +++ b/test cases/common/143 C and CPP link/dummy.c diff --git a/test cases/common/146 C and CPP link/foo.c b/test cases/common/143 C and CPP link/foo.c index 77c7e39..77c7e39 100644 --- a/test cases/common/146 C and CPP link/foo.c +++ b/test cases/common/143 C and CPP link/foo.c diff --git a/test cases/common/146 C and CPP link/foo.cpp b/test cases/common/143 C and CPP link/foo.cpp index 9db7fb2..9db7fb2 100644 --- a/test cases/common/146 C and CPP link/foo.cpp +++ b/test cases/common/143 C and CPP link/foo.cpp diff --git a/test cases/common/146 C and CPP link/foo.h b/test cases/common/143 C and CPP link/foo.h index 1ed8ce9..1ed8ce9 100644 --- a/test cases/common/146 C and CPP link/foo.h +++ b/test cases/common/143 C and CPP link/foo.h diff --git a/test cases/common/146 C and CPP link/foo.hpp b/test cases/common/143 C and CPP link/foo.hpp index e47f01d..e47f01d 100644 --- a/test cases/common/146 C and CPP link/foo.hpp +++ b/test cases/common/143 C and CPP link/foo.hpp diff --git a/test cases/common/146 C and CPP link/foobar.c b/test cases/common/143 C and CPP link/foobar.c index 27928bf..27928bf 100644 --- a/test cases/common/146 C and CPP link/foobar.c +++ b/test cases/common/143 C and CPP link/foobar.c diff --git a/test cases/common/146 C and CPP link/foobar.h b/test cases/common/143 C and CPP link/foobar.h index 6dcb096..6dcb096 100644 --- a/test cases/common/146 C and CPP link/foobar.h +++ b/test cases/common/143 C and CPP link/foobar.h diff --git a/test cases/common/146 C and CPP link/meson.build b/test cases/common/143 C and CPP link/meson.build index 55c1b87..55c1b87 100644 --- a/test cases/common/146 C and CPP link/meson.build +++ b/test cases/common/143 C and CPP link/meson.build diff --git a/test cases/common/146 C and CPP link/sub.c b/test cases/common/143 C and CPP link/sub.c index 7c078f8..7c078f8 100644 --- a/test cases/common/146 C and CPP link/sub.c +++ b/test cases/common/143 C and CPP link/sub.c diff --git a/test cases/common/146 C and CPP link/sub.h b/test cases/common/143 C and CPP link/sub.h index 5b02e17..5b02e17 100644 --- a/test cases/common/146 C and CPP link/sub.h +++ b/test cases/common/143 C and CPP link/sub.h diff --git a/test cases/common/147 mesonintrospect from scripts/check_env.py b/test cases/common/144 mesonintrospect from scripts/check_env.py index 2d46d88..2d46d88 100644 --- a/test cases/common/147 mesonintrospect from scripts/check_env.py +++ b/test cases/common/144 mesonintrospect from scripts/check_env.py diff --git a/test cases/common/147 mesonintrospect from scripts/meson.build b/test cases/common/144 mesonintrospect from scripts/meson.build index f78710b..f78710b 100644 --- a/test cases/common/147 mesonintrospect from scripts/meson.build +++ b/test cases/common/144 mesonintrospect from scripts/meson.build diff --git a/test cases/common/148 custom target multiple outputs/generator.py b/test cases/common/145 custom target multiple outputs/generator.py index 39dbd11..39dbd11 100755 --- a/test cases/common/148 custom target multiple outputs/generator.py +++ b/test cases/common/145 custom target multiple outputs/generator.py diff --git a/test cases/common/148 custom target multiple outputs/installed_files.txt b/test cases/common/145 custom target multiple outputs/installed_files.txt index 21e1249..21e1249 100644 --- a/test cases/common/148 custom target multiple outputs/installed_files.txt +++ b/test cases/common/145 custom target multiple outputs/installed_files.txt diff --git a/test cases/common/148 custom target multiple outputs/meson.build b/test cases/common/145 custom target multiple outputs/meson.build index 6412864..6412864 100644 --- a/test cases/common/148 custom target multiple outputs/meson.build +++ b/test cases/common/145 custom target multiple outputs/meson.build diff --git a/test cases/common/149 special characters/check_quoting.py b/test cases/common/146 special characters/check_quoting.py index d6e50ea..d6e50ea 100644 --- a/test cases/common/149 special characters/check_quoting.py +++ b/test cases/common/146 special characters/check_quoting.py diff --git a/test cases/common/149 special characters/installed_files.txt b/test cases/common/146 special characters/installed_files.txt index f677881..f677881 100644 --- a/test cases/common/149 special characters/installed_files.txt +++ b/test cases/common/146 special characters/installed_files.txt diff --git a/test cases/common/149 special characters/meson.build b/test cases/common/146 special characters/meson.build index ecba650..ecba650 100644 --- a/test cases/common/149 special characters/meson.build +++ b/test cases/common/146 special characters/meson.build diff --git a/test cases/common/150 nested links/meson.build b/test cases/common/147 nested links/meson.build index 0821b03..0821b03 100644 --- a/test cases/common/150 nested links/meson.build +++ b/test cases/common/147 nested links/meson.build diff --git a/test cases/common/150 nested links/xephyr.c b/test cases/common/147 nested links/xephyr.c index 33c14ce..33c14ce 100644 --- a/test cases/common/150 nested links/xephyr.c +++ b/test cases/common/147 nested links/xephyr.c diff --git a/test cases/common/151 list of file sources/foo b/test cases/common/148 list of file sources/foo index 7b57bd2..7b57bd2 100644 --- a/test cases/common/151 list of file sources/foo +++ b/test cases/common/148 list of file sources/foo diff --git a/test cases/common/151 list of file sources/gen.py b/test cases/common/148 list of file sources/gen.py index 2337d3d..2337d3d 100644 --- a/test cases/common/151 list of file sources/gen.py +++ b/test cases/common/148 list of file sources/gen.py diff --git a/test cases/common/151 list of file sources/meson.build b/test cases/common/148 list of file sources/meson.build index 819509d..819509d 100644 --- a/test cases/common/151 list of file sources/meson.build +++ b/test cases/common/148 list of file sources/meson.build diff --git a/test cases/common/152 link depends custom target/foo.c b/test cases/common/149 link depends custom target/foo.c index 8700a9e..8700a9e 100644 --- a/test cases/common/152 link depends custom target/foo.c +++ b/test cases/common/149 link depends custom target/foo.c diff --git a/test cases/common/152 link depends custom target/make_file.py b/test cases/common/149 link depends custom target/make_file.py index ceb6e19..ceb6e19 100755 --- a/test cases/common/152 link depends custom target/make_file.py +++ b/test cases/common/149 link depends custom target/make_file.py diff --git a/test cases/common/152 link depends custom target/meson.build b/test cases/common/149 link depends custom target/meson.build index ee7a865..ee7a865 100644 --- a/test cases/common/152 link depends custom target/meson.build +++ b/test cases/common/149 link depends custom target/meson.build diff --git a/test cases/common/17 if/meson.build b/test cases/common/15 if/meson.build index b0288db..b0288db 100644 --- a/test cases/common/17 if/meson.build +++ b/test cases/common/15 if/meson.build diff --git a/test cases/common/17 if/prog.c b/test cases/common/15 if/prog.c index 0314ff1..0314ff1 100644 --- a/test cases/common/17 if/prog.c +++ b/test cases/common/15 if/prog.c diff --git a/test cases/common/153 recursive linking/3rdorderdeps/lib.c.in b/test cases/common/150 recursive linking/3rdorderdeps/lib.c.in index 461f859..461f859 100644 --- a/test cases/common/153 recursive linking/3rdorderdeps/lib.c.in +++ b/test cases/common/150 recursive linking/3rdorderdeps/lib.c.in diff --git a/test cases/common/153 recursive linking/3rdorderdeps/main.c.in b/test cases/common/150 recursive linking/3rdorderdeps/main.c.in index 8155f35..8155f35 100644 --- a/test cases/common/153 recursive linking/3rdorderdeps/main.c.in +++ b/test cases/common/150 recursive linking/3rdorderdeps/main.c.in diff --git a/test cases/common/153 recursive linking/3rdorderdeps/meson.build b/test cases/common/150 recursive linking/3rdorderdeps/meson.build index d4ef745..d4ef745 100644 --- a/test cases/common/153 recursive linking/3rdorderdeps/meson.build +++ b/test cases/common/150 recursive linking/3rdorderdeps/meson.build diff --git a/test cases/common/153 recursive linking/circular/lib1.c b/test cases/common/150 recursive linking/circular/lib1.c index 38889cf..38889cf 100644 --- a/test cases/common/153 recursive linking/circular/lib1.c +++ b/test cases/common/150 recursive linking/circular/lib1.c diff --git a/test cases/common/153 recursive linking/circular/lib2.c b/test cases/common/150 recursive linking/circular/lib2.c index 31cd37c..31cd37c 100644 --- a/test cases/common/153 recursive linking/circular/lib2.c +++ b/test cases/common/150 recursive linking/circular/lib2.c diff --git a/test cases/common/153 recursive linking/circular/lib3.c b/test cases/common/150 recursive linking/circular/lib3.c index 67d473a..67d473a 100644 --- a/test cases/common/153 recursive linking/circular/lib3.c +++ b/test cases/common/150 recursive linking/circular/lib3.c diff --git a/test cases/common/153 recursive linking/circular/main.c b/test cases/common/150 recursive linking/circular/main.c index 5f797a5..5f797a5 100644 --- a/test cases/common/153 recursive linking/circular/main.c +++ b/test cases/common/150 recursive linking/circular/main.c diff --git a/test cases/common/153 recursive linking/circular/meson.build b/test cases/common/150 recursive linking/circular/meson.build index b7a70a8..b7a70a8 100644 --- a/test cases/common/153 recursive linking/circular/meson.build +++ b/test cases/common/150 recursive linking/circular/meson.build diff --git a/test cases/common/153 recursive linking/circular/prop1.c b/test cases/common/150 recursive linking/circular/prop1.c index 4e571f5..4e571f5 100644 --- a/test cases/common/153 recursive linking/circular/prop1.c +++ b/test cases/common/150 recursive linking/circular/prop1.c diff --git a/test cases/common/153 recursive linking/circular/prop2.c b/test cases/common/150 recursive linking/circular/prop2.c index ceabba0..ceabba0 100644 --- a/test cases/common/153 recursive linking/circular/prop2.c +++ b/test cases/common/150 recursive linking/circular/prop2.c diff --git a/test cases/common/153 recursive linking/circular/prop3.c b/test cases/common/150 recursive linking/circular/prop3.c index 246206c..246206c 100644 --- a/test cases/common/153 recursive linking/circular/prop3.c +++ b/test cases/common/150 recursive linking/circular/prop3.c diff --git a/test cases/common/153 recursive linking/edge-cases/libsto.c b/test cases/common/150 recursive linking/edge-cases/libsto.c index 93f46a8..93f46a8 100644 --- a/test cases/common/153 recursive linking/edge-cases/libsto.c +++ b/test cases/common/150 recursive linking/edge-cases/libsto.c diff --git a/test cases/common/153 recursive linking/edge-cases/meson.build b/test cases/common/150 recursive linking/edge-cases/meson.build index 6a46266..6a46266 100644 --- a/test cases/common/153 recursive linking/edge-cases/meson.build +++ b/test cases/common/150 recursive linking/edge-cases/meson.build diff --git a/test cases/common/153 recursive linking/edge-cases/shstmain.c b/test cases/common/150 recursive linking/edge-cases/shstmain.c index b44c55f..b44c55f 100644 --- a/test cases/common/153 recursive linking/edge-cases/shstmain.c +++ b/test cases/common/150 recursive linking/edge-cases/shstmain.c diff --git a/test cases/common/153 recursive linking/edge-cases/stobuilt.c b/test cases/common/150 recursive linking/edge-cases/stobuilt.c index 9cc15bc..9cc15bc 100644 --- a/test cases/common/153 recursive linking/edge-cases/stobuilt.c +++ b/test cases/common/150 recursive linking/edge-cases/stobuilt.c diff --git a/test cases/common/153 recursive linking/edge-cases/stomain.c b/test cases/common/150 recursive linking/edge-cases/stomain.c index 90208a7..90208a7 100644 --- a/test cases/common/153 recursive linking/edge-cases/stomain.c +++ b/test cases/common/150 recursive linking/edge-cases/stomain.c diff --git a/test cases/common/153 recursive linking/lib.h b/test cases/common/150 recursive linking/lib.h index b54bf36..b54bf36 100644 --- a/test cases/common/153 recursive linking/lib.h +++ b/test cases/common/150 recursive linking/lib.h diff --git a/test cases/common/153 recursive linking/main.c b/test cases/common/150 recursive linking/main.c index 0851611..0851611 100644 --- a/test cases/common/153 recursive linking/main.c +++ b/test cases/common/150 recursive linking/main.c diff --git a/test cases/common/153 recursive linking/meson.build b/test cases/common/150 recursive linking/meson.build index 2ca7151..2ca7151 100644 --- a/test cases/common/153 recursive linking/meson.build +++ b/test cases/common/150 recursive linking/meson.build diff --git a/test cases/common/153 recursive linking/shnodep/lib.c b/test cases/common/150 recursive linking/shnodep/lib.c index a3b7993..a3b7993 100644 --- a/test cases/common/153 recursive linking/shnodep/lib.c +++ b/test cases/common/150 recursive linking/shnodep/lib.c diff --git a/test cases/common/153 recursive linking/shnodep/meson.build b/test cases/common/150 recursive linking/shnodep/meson.build index 66cfd9b..66cfd9b 100644 --- a/test cases/common/153 recursive linking/shnodep/meson.build +++ b/test cases/common/150 recursive linking/shnodep/meson.build diff --git a/test cases/common/153 recursive linking/shshdep/lib.c b/test cases/common/150 recursive linking/shshdep/lib.c index 715d120..715d120 100644 --- a/test cases/common/153 recursive linking/shshdep/lib.c +++ b/test cases/common/150 recursive linking/shshdep/lib.c diff --git a/test cases/common/153 recursive linking/shshdep/meson.build b/test cases/common/150 recursive linking/shshdep/meson.build index 020b481..020b481 100644 --- a/test cases/common/153 recursive linking/shshdep/meson.build +++ b/test cases/common/150 recursive linking/shshdep/meson.build diff --git a/test cases/common/153 recursive linking/shstdep/lib.c b/test cases/common/150 recursive linking/shstdep/lib.c index 5da8d0b..5da8d0b 100644 --- a/test cases/common/153 recursive linking/shstdep/lib.c +++ b/test cases/common/150 recursive linking/shstdep/lib.c diff --git a/test cases/common/153 recursive linking/shstdep/meson.build b/test cases/common/150 recursive linking/shstdep/meson.build index 008f9f8..008f9f8 100644 --- a/test cases/common/153 recursive linking/shstdep/meson.build +++ b/test cases/common/150 recursive linking/shstdep/meson.build diff --git a/test cases/common/153 recursive linking/stnodep/lib.c b/test cases/common/150 recursive linking/stnodep/lib.c index 4bc50be..4bc50be 100644 --- a/test cases/common/153 recursive linking/stnodep/lib.c +++ b/test cases/common/150 recursive linking/stnodep/lib.c diff --git a/test cases/common/153 recursive linking/stnodep/meson.build b/test cases/common/150 recursive linking/stnodep/meson.build index 77f7129..77f7129 100644 --- a/test cases/common/153 recursive linking/stnodep/meson.build +++ b/test cases/common/150 recursive linking/stnodep/meson.build diff --git a/test cases/common/153 recursive linking/stshdep/lib.c b/test cases/common/150 recursive linking/stshdep/lib.c index 3cfa12b..3cfa12b 100644 --- a/test cases/common/153 recursive linking/stshdep/lib.c +++ b/test cases/common/150 recursive linking/stshdep/lib.c diff --git a/test cases/common/153 recursive linking/stshdep/meson.build b/test cases/common/150 recursive linking/stshdep/meson.build index 0967c1c..0967c1c 100644 --- a/test cases/common/153 recursive linking/stshdep/meson.build +++ b/test cases/common/150 recursive linking/stshdep/meson.build diff --git a/test cases/common/153 recursive linking/ststdep/lib.c b/test cases/common/150 recursive linking/ststdep/lib.c index fca8706..fca8706 100644 --- a/test cases/common/153 recursive linking/ststdep/lib.c +++ b/test cases/common/150 recursive linking/ststdep/lib.c diff --git a/test cases/common/153 recursive linking/ststdep/meson.build b/test cases/common/150 recursive linking/ststdep/meson.build index 3602442..3602442 100644 --- a/test cases/common/153 recursive linking/ststdep/meson.build +++ b/test cases/common/150 recursive linking/ststdep/meson.build diff --git a/test cases/common/154 library at root/lib.c b/test cases/common/151 library at root/lib.c index a5b3dc3..a5b3dc3 100644 --- a/test cases/common/154 library at root/lib.c +++ b/test cases/common/151 library at root/lib.c diff --git a/test cases/common/154 library at root/main/main.c b/test cases/common/151 library at root/main/main.c index c4e1b4e..c4e1b4e 100644 --- a/test cases/common/154 library at root/main/main.c +++ b/test cases/common/151 library at root/main/main.c diff --git a/test cases/common/154 library at root/main/meson.build b/test cases/common/151 library at root/main/meson.build index 557378a..557378a 100644 --- a/test cases/common/154 library at root/main/meson.build +++ b/test cases/common/151 library at root/main/meson.build diff --git a/test cases/common/154 library at root/meson.build b/test cases/common/151 library at root/meson.build index bfdd869..bfdd869 100644 --- a/test cases/common/154 library at root/meson.build +++ b/test cases/common/151 library at root/meson.build diff --git a/test cases/common/155 simd/fallback.c b/test cases/common/152 simd/fallback.c index ab435f4..ab435f4 100644 --- a/test cases/common/155 simd/fallback.c +++ b/test cases/common/152 simd/fallback.c diff --git a/test cases/common/155 simd/include/simdheader.h b/test cases/common/152 simd/include/simdheader.h index 6515e41..6515e41 100644 --- a/test cases/common/155 simd/include/simdheader.h +++ b/test cases/common/152 simd/include/simdheader.h diff --git a/test cases/common/155 simd/meson.build b/test cases/common/152 simd/meson.build index 2628a12..2628a12 100644 --- a/test cases/common/155 simd/meson.build +++ b/test cases/common/152 simd/meson.build diff --git a/test cases/common/155 simd/simd_avx.c b/test cases/common/152 simd/simd_avx.c index 1c84dae..1c84dae 100644 --- a/test cases/common/155 simd/simd_avx.c +++ b/test cases/common/152 simd/simd_avx.c diff --git a/test cases/common/155 simd/simd_avx2.c b/test cases/common/152 simd/simd_avx2.c index 15297eb..15297eb 100644 --- a/test cases/common/155 simd/simd_avx2.c +++ b/test cases/common/152 simd/simd_avx2.c diff --git a/test cases/common/155 simd/simd_mmx.c b/test cases/common/152 simd/simd_mmx.c index 731abd1..731abd1 100644 --- a/test cases/common/155 simd/simd_mmx.c +++ b/test cases/common/152 simd/simd_mmx.c diff --git a/test cases/common/155 simd/simd_neon.c b/test cases/common/152 simd/simd_neon.c index 2082099..2082099 100644 --- a/test cases/common/155 simd/simd_neon.c +++ b/test cases/common/152 simd/simd_neon.c diff --git a/test cases/common/155 simd/simd_sse.c b/test cases/common/152 simd/simd_sse.c index 3c9fe62..3c9fe62 100644 --- a/test cases/common/155 simd/simd_sse.c +++ b/test cases/common/152 simd/simd_sse.c diff --git a/test cases/common/155 simd/simd_sse2.c b/test cases/common/152 simd/simd_sse2.c index 0274533..0274533 100644 --- a/test cases/common/155 simd/simd_sse2.c +++ b/test cases/common/152 simd/simd_sse2.c diff --git a/test cases/common/155 simd/simd_sse3.c b/test cases/common/152 simd/simd_sse3.c index e97d102..e97d102 100644 --- a/test cases/common/155 simd/simd_sse3.c +++ b/test cases/common/152 simd/simd_sse3.c diff --git a/test cases/common/155 simd/simd_sse41.c b/test cases/common/152 simd/simd_sse41.c index 0308c7e..0308c7e 100644 --- a/test cases/common/155 simd/simd_sse41.c +++ b/test cases/common/152 simd/simd_sse41.c diff --git a/test cases/common/155 simd/simd_sse42.c b/test cases/common/152 simd/simd_sse42.c index 137ffc4..137ffc4 100644 --- a/test cases/common/155 simd/simd_sse42.c +++ b/test cases/common/152 simd/simd_sse42.c diff --git a/test cases/common/155 simd/simd_ssse3.c b/test cases/common/152 simd/simd_ssse3.c index ab4dff4..ab4dff4 100644 --- a/test cases/common/155 simd/simd_ssse3.c +++ b/test cases/common/152 simd/simd_ssse3.c diff --git a/test cases/common/155 simd/simdchecker.c b/test cases/common/152 simd/simdchecker.c index 222fbf3..222fbf3 100644 --- a/test cases/common/155 simd/simdchecker.c +++ b/test cases/common/152 simd/simdchecker.c diff --git a/test cases/common/155 simd/simdfuncs.h b/test cases/common/152 simd/simdfuncs.h index dfb0560..dfb0560 100644 --- a/test cases/common/155 simd/simdfuncs.h +++ b/test cases/common/152 simd/simdfuncs.h diff --git a/test cases/common/156 shared module resolving symbol in executable/meson.build b/test cases/common/153 shared module resolving symbol in executable/meson.build index 282a4d2..282a4d2 100644 --- a/test cases/common/156 shared module resolving symbol in executable/meson.build +++ b/test cases/common/153 shared module resolving symbol in executable/meson.build diff --git a/test cases/common/156 shared module resolving symbol in executable/module.c b/test cases/common/153 shared module resolving symbol in executable/module.c index 64374d5..64374d5 100644 --- a/test cases/common/156 shared module resolving symbol in executable/module.c +++ b/test cases/common/153 shared module resolving symbol in executable/module.c diff --git a/test cases/common/156 shared module resolving symbol in executable/prog.c b/test cases/common/153 shared module resolving symbol in executable/prog.c index 746c192..746c192 100644 --- a/test cases/common/156 shared module resolving symbol in executable/prog.c +++ b/test cases/common/153 shared module resolving symbol in executable/prog.c diff --git a/test cases/common/157 dotinclude/dotproc.c b/test cases/common/154 dotinclude/dotproc.c index 5e65f7b..5e65f7b 100644 --- a/test cases/common/157 dotinclude/dotproc.c +++ b/test cases/common/154 dotinclude/dotproc.c diff --git a/test cases/common/157 dotinclude/meson.build b/test cases/common/154 dotinclude/meson.build index e0c2cd7..e0c2cd7 100644 --- a/test cases/common/157 dotinclude/meson.build +++ b/test cases/common/154 dotinclude/meson.build diff --git a/test cases/common/157 dotinclude/stdio.h b/test cases/common/154 dotinclude/stdio.h index b6bd09f..b6bd09f 100644 --- a/test cases/common/157 dotinclude/stdio.h +++ b/test cases/common/154 dotinclude/stdio.h diff --git a/test cases/common/158 reserved targets/all/meson.build b/test cases/common/155 reserved targets/all/meson.build index adee882..adee882 100644 --- a/test cases/common/158 reserved targets/all/meson.build +++ b/test cases/common/155 reserved targets/all/meson.build diff --git a/test cases/common/158 reserved targets/benchmark/meson.build b/test cases/common/155 reserved targets/benchmark/meson.build index 242cc23..242cc23 100644 --- a/test cases/common/158 reserved targets/benchmark/meson.build +++ b/test cases/common/155 reserved targets/benchmark/meson.build diff --git a/test cases/common/158 reserved targets/clean-ctlist/meson.build b/test cases/common/155 reserved targets/clean-ctlist/meson.build index 75eb207..75eb207 100644 --- a/test cases/common/158 reserved targets/clean-ctlist/meson.build +++ b/test cases/common/155 reserved targets/clean-ctlist/meson.build diff --git a/test cases/common/158 reserved targets/clean-gcda/meson.build b/test cases/common/155 reserved targets/clean-gcda/meson.build index 488a527..488a527 100644 --- a/test cases/common/158 reserved targets/clean-gcda/meson.build +++ b/test cases/common/155 reserved targets/clean-gcda/meson.build diff --git a/test cases/common/158 reserved targets/clean-gcno/meson.build b/test cases/common/155 reserved targets/clean-gcno/meson.build index eec789a..eec789a 100644 --- a/test cases/common/158 reserved targets/clean-gcno/meson.build +++ b/test cases/common/155 reserved targets/clean-gcno/meson.build diff --git a/test cases/common/158 reserved targets/clean/meson.build b/test cases/common/155 reserved targets/clean/meson.build index 4e27b6c..4e27b6c 100644 --- a/test cases/common/158 reserved targets/clean/meson.build +++ b/test cases/common/155 reserved targets/clean/meson.build diff --git a/test cases/common/158 reserved targets/coverage-html/meson.build b/test cases/common/155 reserved targets/coverage-html/meson.build index 10a4cc8..10a4cc8 100644 --- a/test cases/common/158 reserved targets/coverage-html/meson.build +++ b/test cases/common/155 reserved targets/coverage-html/meson.build diff --git a/test cases/common/158 reserved targets/coverage-text/meson.build b/test cases/common/155 reserved targets/coverage-text/meson.build index 21dcae5..21dcae5 100644 --- a/test cases/common/158 reserved targets/coverage-text/meson.build +++ b/test cases/common/155 reserved targets/coverage-text/meson.build diff --git a/test cases/common/158 reserved targets/coverage-xml/meson.build b/test cases/common/155 reserved targets/coverage-xml/meson.build index 44d7bfb..44d7bfb 100644 --- a/test cases/common/158 reserved targets/coverage-xml/meson.build +++ b/test cases/common/155 reserved targets/coverage-xml/meson.build diff --git a/test cases/common/158 reserved targets/coverage/meson.build b/test cases/common/155 reserved targets/coverage/meson.build index b401055..b401055 100644 --- a/test cases/common/158 reserved targets/coverage/meson.build +++ b/test cases/common/155 reserved targets/coverage/meson.build diff --git a/test cases/common/158 reserved targets/dist/meson.build b/test cases/common/155 reserved targets/dist/meson.build index 951bbb4..951bbb4 100644 --- a/test cases/common/158 reserved targets/dist/meson.build +++ b/test cases/common/155 reserved targets/dist/meson.build diff --git a/test cases/common/158 reserved targets/distcheck/meson.build b/test cases/common/155 reserved targets/distcheck/meson.build index 12b9328..12b9328 100644 --- a/test cases/common/158 reserved targets/distcheck/meson.build +++ b/test cases/common/155 reserved targets/distcheck/meson.build diff --git a/test cases/common/158 reserved targets/install/meson.build b/test cases/common/155 reserved targets/install/meson.build index 4839901..4839901 100644 --- a/test cases/common/158 reserved targets/install/meson.build +++ b/test cases/common/155 reserved targets/install/meson.build diff --git a/test cases/common/158 reserved targets/meson.build b/test cases/common/155 reserved targets/meson.build index 24fd937..24fd937 100644 --- a/test cases/common/158 reserved targets/meson.build +++ b/test cases/common/155 reserved targets/meson.build diff --git a/test cases/common/158 reserved targets/phony/meson.build b/test cases/common/155 reserved targets/phony/meson.build index 6710fc1..6710fc1 100644 --- a/test cases/common/158 reserved targets/phony/meson.build +++ b/test cases/common/155 reserved targets/phony/meson.build diff --git a/test cases/common/158 reserved targets/reconfigure/meson.build b/test cases/common/155 reserved targets/reconfigure/meson.build index c3ea3da..c3ea3da 100644 --- a/test cases/common/158 reserved targets/reconfigure/meson.build +++ b/test cases/common/155 reserved targets/reconfigure/meson.build diff --git a/test cases/common/158 reserved targets/runtarget/meson.build b/test cases/common/155 reserved targets/runtarget/meson.build index 52c371b..52c371b 100644 --- a/test cases/common/158 reserved targets/runtarget/meson.build +++ b/test cases/common/155 reserved targets/runtarget/meson.build diff --git a/test cases/common/158 reserved targets/scan-build/meson.build b/test cases/common/155 reserved targets/scan-build/meson.build index 1002053..1002053 100644 --- a/test cases/common/158 reserved targets/scan-build/meson.build +++ b/test cases/common/155 reserved targets/scan-build/meson.build diff --git a/test cases/common/158 reserved targets/test.c b/test cases/common/155 reserved targets/test.c index 0fb4389..0fb4389 100644 --- a/test cases/common/158 reserved targets/test.c +++ b/test cases/common/155 reserved targets/test.c diff --git a/test cases/common/158 reserved targets/test/meson.build b/test cases/common/155 reserved targets/test/meson.build index 4ab123c..4ab123c 100644 --- a/test cases/common/158 reserved targets/test/meson.build +++ b/test cases/common/155 reserved targets/test/meson.build diff --git a/test cases/common/158 reserved targets/uninstall/meson.build b/test cases/common/155 reserved targets/uninstall/meson.build index 21c6ca6..21c6ca6 100644 --- a/test cases/common/158 reserved targets/uninstall/meson.build +++ b/test cases/common/155 reserved targets/uninstall/meson.build diff --git a/test cases/common/159 duplicate source names/dir1/file.c b/test cases/common/156 duplicate source names/dir1/file.c index 094e187..094e187 100644 --- a/test cases/common/159 duplicate source names/dir1/file.c +++ b/test cases/common/156 duplicate source names/dir1/file.c diff --git a/test cases/common/159 duplicate source names/dir1/meson.build b/test cases/common/156 duplicate source names/dir1/meson.build index 00bc85d..00bc85d 100644 --- a/test cases/common/159 duplicate source names/dir1/meson.build +++ b/test cases/common/156 duplicate source names/dir1/meson.build diff --git a/test cases/common/159 duplicate source names/dir2/dir1/file.c b/test cases/common/156 duplicate source names/dir2/dir1/file.c index 5aac8e5..5aac8e5 100644 --- a/test cases/common/159 duplicate source names/dir2/dir1/file.c +++ b/test cases/common/156 duplicate source names/dir2/dir1/file.c diff --git a/test cases/common/159 duplicate source names/dir2/file.c b/test cases/common/156 duplicate source names/dir2/file.c index 6cf8d66..6cf8d66 100644 --- a/test cases/common/159 duplicate source names/dir2/file.c +++ b/test cases/common/156 duplicate source names/dir2/file.c diff --git a/test cases/common/159 duplicate source names/dir2/meson.build b/test cases/common/156 duplicate source names/dir2/meson.build index f116a02..f116a02 100644 --- a/test cases/common/159 duplicate source names/dir2/meson.build +++ b/test cases/common/156 duplicate source names/dir2/meson.build diff --git a/test cases/common/159 duplicate source names/dir3/dir1/file.c b/test cases/common/156 duplicate source names/dir3/dir1/file.c index 04667c2..04667c2 100644 --- a/test cases/common/159 duplicate source names/dir3/dir1/file.c +++ b/test cases/common/156 duplicate source names/dir3/dir1/file.c diff --git a/test cases/common/159 duplicate source names/dir3/file.c b/test cases/common/156 duplicate source names/dir3/file.c index d16d0a8..d16d0a8 100644 --- a/test cases/common/159 duplicate source names/dir3/file.c +++ b/test cases/common/156 duplicate source names/dir3/file.c diff --git a/test cases/common/159 duplicate source names/dir3/meson.build b/test cases/common/156 duplicate source names/dir3/meson.build index 70ddbf2..70ddbf2 100644 --- a/test cases/common/159 duplicate source names/dir3/meson.build +++ b/test cases/common/156 duplicate source names/dir3/meson.build diff --git a/test cases/common/159 duplicate source names/meson.build b/test cases/common/156 duplicate source names/meson.build index cac5194..cac5194 100644 --- a/test cases/common/159 duplicate source names/meson.build +++ b/test cases/common/156 duplicate source names/meson.build diff --git a/test cases/common/160 index customtarget/check_args.py b/test cases/common/157 index customtarget/check_args.py index 8663a6f..8663a6f 100644 --- a/test cases/common/160 index customtarget/check_args.py +++ b/test cases/common/157 index customtarget/check_args.py diff --git a/test cases/common/160 index customtarget/gen_sources.py b/test cases/common/157 index customtarget/gen_sources.py index 0bdb529..0bdb529 100644 --- a/test cases/common/160 index customtarget/gen_sources.py +++ b/test cases/common/157 index customtarget/gen_sources.py diff --git a/test cases/common/160 index customtarget/lib.c b/test cases/common/157 index customtarget/lib.c index 17117d5..17117d5 100644 --- a/test cases/common/160 index customtarget/lib.c +++ b/test cases/common/157 index customtarget/lib.c diff --git a/test cases/common/160 index customtarget/meson.build b/test cases/common/157 index customtarget/meson.build index 27d28b5..27d28b5 100644 --- a/test cases/common/160 index customtarget/meson.build +++ b/test cases/common/157 index customtarget/meson.build diff --git a/test cases/common/160 index customtarget/subdir/foo.c b/test cases/common/157 index customtarget/subdir/foo.c index c620a11..c620a11 100644 --- a/test cases/common/160 index customtarget/subdir/foo.c +++ b/test cases/common/157 index customtarget/subdir/foo.c diff --git a/test cases/common/160 index customtarget/subdir/meson.build b/test cases/common/157 index customtarget/subdir/meson.build index 47bcd32..47bcd32 100644 --- a/test cases/common/160 index customtarget/subdir/meson.build +++ b/test cases/common/157 index customtarget/subdir/meson.build diff --git a/test cases/common/161 wrap file should not failed/meson.build b/test cases/common/158 wrap file should not failed/meson.build index 9cf4e9a..9cf4e9a 100644 --- a/test cases/common/161 wrap file should not failed/meson.build +++ b/test cases/common/158 wrap file should not failed/meson.build diff --git a/test cases/common/161 wrap file should not failed/src/meson.build b/test cases/common/158 wrap file should not failed/src/meson.build index 69f666d..69f666d 100644 --- a/test cases/common/161 wrap file should not failed/src/meson.build +++ b/test cases/common/158 wrap file should not failed/src/meson.build diff --git a/test cases/common/161 wrap file should not failed/src/subprojects/foo/prog2.c b/test cases/common/158 wrap file should not failed/src/subprojects/foo/prog2.c index 56f61a8..56f61a8 100644 --- a/test cases/common/161 wrap file should not failed/src/subprojects/foo/prog2.c +++ b/test cases/common/158 wrap file should not failed/src/subprojects/foo/prog2.c diff --git a/test cases/common/161 wrap file should not failed/src/subprojects/prog.c b/test cases/common/158 wrap file should not failed/src/subprojects/prog.c index 56f61a8..56f61a8 100644 --- a/test cases/common/161 wrap file should not failed/src/subprojects/prog.c +++ b/test cases/common/158 wrap file should not failed/src/subprojects/prog.c diff --git a/test cases/common/161 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip b/test cases/common/158 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip index 421376d..421376d 100644 --- a/test cases/common/161 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip +++ b/test cases/common/158 wrap file should not failed/subprojects/packagecache/zlib-1.2.8-8-wrap.zip diff --git a/test cases/common/161 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz b/test cases/common/158 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz index 421376d..421376d 100644 --- a/test cases/common/161 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz +++ b/test cases/common/158 wrap file should not failed/subprojects/packagecache/zlib-1.2.8.tar.gz diff --git a/test cases/common/161 wrap file should not failed/subprojects/zlib-1.2.8/foo.c b/test cases/common/158 wrap file should not failed/subprojects/zlib-1.2.8/foo.c index 019f2ba..019f2ba 100644 --- a/test cases/common/161 wrap file should not failed/subprojects/zlib-1.2.8/foo.c +++ b/test cases/common/158 wrap file should not failed/subprojects/zlib-1.2.8/foo.c diff --git a/test cases/common/161 wrap file should not failed/subprojects/zlib-1.2.8/meson.build b/test cases/common/158 wrap file should not failed/subprojects/zlib-1.2.8/meson.build index 8d8008e..8d8008e 100644 --- a/test cases/common/161 wrap file should not failed/subprojects/zlib-1.2.8/meson.build +++ b/test cases/common/158 wrap file should not failed/subprojects/zlib-1.2.8/meson.build diff --git a/test cases/common/161 wrap file should not failed/subprojects/zlib.wrap b/test cases/common/158 wrap file should not failed/subprojects/zlib.wrap index 6d5896f..6d5896f 100644 --- a/test cases/common/161 wrap file should not failed/subprojects/zlib.wrap +++ b/test cases/common/158 wrap file should not failed/subprojects/zlib.wrap diff --git a/test cases/common/162 includedir subproj/meson.build b/test cases/common/159 includedir subproj/meson.build index b3de5af..b3de5af 100644 --- a/test cases/common/162 includedir subproj/meson.build +++ b/test cases/common/159 includedir subproj/meson.build diff --git a/test cases/common/162 includedir subproj/prog.c b/test cases/common/159 includedir subproj/prog.c index 772681e..772681e 100644 --- a/test cases/common/162 includedir subproj/prog.c +++ b/test cases/common/159 includedir subproj/prog.c diff --git a/test cases/common/162 includedir subproj/subprojects/inctest/include/incfile.h b/test cases/common/159 includedir subproj/subprojects/inctest/include/incfile.h index ec740da..ec740da 100644 --- a/test cases/common/162 includedir subproj/subprojects/inctest/include/incfile.h +++ b/test cases/common/159 includedir subproj/subprojects/inctest/include/incfile.h diff --git a/test cases/common/162 includedir subproj/subprojects/inctest/meson.build b/test cases/common/159 includedir subproj/subprojects/inctest/meson.build index 74aabcb..74aabcb 100644 --- a/test cases/common/162 includedir subproj/subprojects/inctest/meson.build +++ b/test cases/common/159 includedir subproj/subprojects/inctest/meson.build diff --git a/test cases/common/18 else/meson.build b/test cases/common/16 else/meson.build index 99cb927..99cb927 100644 --- a/test cases/common/18 else/meson.build +++ b/test cases/common/16 else/meson.build diff --git a/test cases/common/18 else/prog.c b/test cases/common/16 else/prog.c index 0314ff1..0314ff1 100644 --- a/test cases/common/18 else/prog.c +++ b/test cases/common/16 else/prog.c diff --git a/test cases/common/163 subproject dir name collision/a.c b/test cases/common/160 subproject dir name collision/a.c index 6ed96fa..6ed96fa 100644 --- a/test cases/common/163 subproject dir name collision/a.c +++ b/test cases/common/160 subproject dir name collision/a.c diff --git a/test cases/common/163 subproject dir name collision/custom_subproject_dir/B/b.c b/test cases/common/160 subproject dir name collision/custom_subproject_dir/B/b.c index 4c94ee9..4c94ee9 100644 --- a/test cases/common/163 subproject dir name collision/custom_subproject_dir/B/b.c +++ b/test cases/common/160 subproject dir name collision/custom_subproject_dir/B/b.c diff --git a/test cases/common/163 subproject dir name collision/custom_subproject_dir/B/meson.build b/test cases/common/160 subproject dir name collision/custom_subproject_dir/B/meson.build index 280c60c..280c60c 100644 --- a/test cases/common/163 subproject dir name collision/custom_subproject_dir/B/meson.build +++ b/test cases/common/160 subproject dir name collision/custom_subproject_dir/B/meson.build diff --git a/test cases/common/163 subproject dir name collision/custom_subproject_dir/C/c.c b/test cases/common/160 subproject dir name collision/custom_subproject_dir/C/c.c index eebfb9f..eebfb9f 100644 --- a/test cases/common/163 subproject dir name collision/custom_subproject_dir/C/c.c +++ b/test cases/common/160 subproject dir name collision/custom_subproject_dir/C/c.c diff --git a/test cases/common/163 subproject dir name collision/custom_subproject_dir/C/meson.build b/test cases/common/160 subproject dir name collision/custom_subproject_dir/C/meson.build index abf0b1e..abf0b1e 100644 --- a/test cases/common/163 subproject dir name collision/custom_subproject_dir/C/meson.build +++ b/test cases/common/160 subproject dir name collision/custom_subproject_dir/C/meson.build diff --git a/test cases/common/163 subproject dir name collision/meson.build b/test cases/common/160 subproject dir name collision/meson.build index 5531217..5531217 100644 --- a/test cases/common/163 subproject dir name collision/meson.build +++ b/test cases/common/160 subproject dir name collision/meson.build diff --git a/test cases/common/163 subproject dir name collision/other_subdir/custom_subproject_dir/other.c b/test cases/common/160 subproject dir name collision/other_subdir/custom_subproject_dir/other.c index 0c27f84..0c27f84 100644 --- a/test cases/common/163 subproject dir name collision/other_subdir/custom_subproject_dir/other.c +++ b/test cases/common/160 subproject dir name collision/other_subdir/custom_subproject_dir/other.c diff --git a/test cases/common/163 subproject dir name collision/other_subdir/meson.build b/test cases/common/160 subproject dir name collision/other_subdir/meson.build index 90cb67a..90cb67a 100644 --- a/test cases/common/163 subproject dir name collision/other_subdir/meson.build +++ b/test cases/common/160 subproject dir name collision/other_subdir/meson.build diff --git a/test cases/common/164 config tool variable/meson.build b/test cases/common/161 config tool variable/meson.build index 0643042..0643042 100644 --- a/test cases/common/164 config tool variable/meson.build +++ b/test cases/common/161 config tool variable/meson.build diff --git a/test cases/common/165 custom target subdir depend files/copyfile.py b/test cases/common/162 custom target subdir depend files/copyfile.py index ff42ac3..ff42ac3 100644 --- a/test cases/common/165 custom target subdir depend files/copyfile.py +++ b/test cases/common/162 custom target subdir depend files/copyfile.py diff --git a/test cases/common/165 custom target subdir depend files/meson.build b/test cases/common/162 custom target subdir depend files/meson.build index 44f5c71..44f5c71 100644 --- a/test cases/common/165 custom target subdir depend files/meson.build +++ b/test cases/common/162 custom target subdir depend files/meson.build diff --git a/test cases/common/165 custom target subdir depend files/subdir/dep.dat b/test cases/common/162 custom target subdir depend files/subdir/dep.dat index 5daee49..5daee49 100644 --- a/test cases/common/165 custom target subdir depend files/subdir/dep.dat +++ b/test cases/common/162 custom target subdir depend files/subdir/dep.dat diff --git a/test cases/common/165 custom target subdir depend files/subdir/foo.c.in b/test cases/common/162 custom target subdir depend files/subdir/foo.c.in index d53846f..d53846f 100644 --- a/test cases/common/165 custom target subdir depend files/subdir/foo.c.in +++ b/test cases/common/162 custom target subdir depend files/subdir/foo.c.in diff --git a/test cases/common/165 custom target subdir depend files/subdir/meson.build b/test cases/common/162 custom target subdir depend files/subdir/meson.build index f9d31c4..f9d31c4 100644 --- a/test cases/common/165 custom target subdir depend files/subdir/meson.build +++ b/test cases/common/162 custom target subdir depend files/subdir/meson.build diff --git a/test cases/common/166 external program shebang parsing/input.txt b/test cases/common/163 external program shebang parsing/input.txt index 40e30d4..40e30d4 100644 --- a/test cases/common/166 external program shebang parsing/input.txt +++ b/test cases/common/163 external program shebang parsing/input.txt diff --git a/test cases/common/166 external program shebang parsing/main.c b/test cases/common/163 external program shebang parsing/main.c index a90206b..a90206b 100644 --- a/test cases/common/166 external program shebang parsing/main.c +++ b/test cases/common/163 external program shebang parsing/main.c diff --git a/test cases/common/166 external program shebang parsing/meson.build b/test cases/common/163 external program shebang parsing/meson.build index c1cc5af..c1cc5af 100644 --- a/test cases/common/166 external program shebang parsing/meson.build +++ b/test cases/common/163 external program shebang parsing/meson.build diff --git a/test cases/common/166 external program shebang parsing/script.int.in b/test cases/common/163 external program shebang parsing/script.int.in index 77ff909..77ff909 100644 --- a/test cases/common/166 external program shebang parsing/script.int.in +++ b/test cases/common/163 external program shebang parsing/script.int.in diff --git a/test cases/common/167 disabler/meson.build b/test cases/common/164 disabler/meson.build index 1956cd3..1956cd3 100644 --- a/test cases/common/167 disabler/meson.build +++ b/test cases/common/164 disabler/meson.build diff --git a/test cases/common/168 array option/meson.build b/test cases/common/165 array option/meson.build index 034b9a5..034b9a5 100644 --- a/test cases/common/168 array option/meson.build +++ b/test cases/common/165 array option/meson.build diff --git a/test cases/common/168 array option/meson_options.txt b/test cases/common/165 array option/meson_options.txt index 7ed0ac1..7ed0ac1 100644 --- a/test cases/common/168 array option/meson_options.txt +++ b/test cases/common/165 array option/meson_options.txt diff --git a/test cases/common/169 custom target template substitution/checkcopy.py b/test cases/common/166 custom target template substitution/checkcopy.py index ab9f436..ab9f436 100644 --- a/test cases/common/169 custom target template substitution/checkcopy.py +++ b/test cases/common/166 custom target template substitution/checkcopy.py diff --git a/test cases/common/169 custom target template substitution/foo.c.in b/test cases/common/166 custom target template substitution/foo.c.in index d53846f..d53846f 100644 --- a/test cases/common/169 custom target template substitution/foo.c.in +++ b/test cases/common/166 custom target template substitution/foo.c.in diff --git a/test cases/common/169 custom target template substitution/meson.build b/test cases/common/166 custom target template substitution/meson.build index 737408e..737408e 100644 --- a/test cases/common/169 custom target template substitution/meson.build +++ b/test cases/common/166 custom target template substitution/meson.build diff --git a/test cases/common/170 not-found dependency/meson.build b/test cases/common/167 not-found dependency/meson.build index 02072b6..02072b6 100644 --- a/test cases/common/170 not-found dependency/meson.build +++ b/test cases/common/167 not-found dependency/meson.build diff --git a/test cases/common/170 not-found dependency/sub/meson.build b/test cases/common/167 not-found dependency/sub/meson.build index 2a33cae..2a33cae 100644 --- a/test cases/common/170 not-found dependency/sub/meson.build +++ b/test cases/common/167 not-found dependency/sub/meson.build diff --git a/test cases/common/170 not-found dependency/subprojects/trivial/meson.build b/test cases/common/167 not-found dependency/subprojects/trivial/meson.build index 8769c70..8769c70 100644 --- a/test cases/common/170 not-found dependency/subprojects/trivial/meson.build +++ b/test cases/common/167 not-found dependency/subprojects/trivial/meson.build diff --git a/test cases/common/170 not-found dependency/subprojects/trivial/trivial.c b/test cases/common/167 not-found dependency/subprojects/trivial/trivial.c index 35b21e0..35b21e0 100644 --- a/test cases/common/170 not-found dependency/subprojects/trivial/trivial.c +++ b/test cases/common/167 not-found dependency/subprojects/trivial/trivial.c diff --git a/test cases/common/170 not-found dependency/testlib.c b/test cases/common/167 not-found dependency/testlib.c index e69de29..e69de29 100644 --- a/test cases/common/170 not-found dependency/testlib.c +++ b/test cases/common/167 not-found dependency/testlib.c diff --git a/test cases/common/171 subdir if_found/meson.build b/test cases/common/168 subdir if_found/meson.build index 2c640cf..2c640cf 100644 --- a/test cases/common/171 subdir if_found/meson.build +++ b/test cases/common/168 subdir if_found/meson.build diff --git a/test cases/common/171 subdir if_found/subdir/meson.build b/test cases/common/168 subdir if_found/subdir/meson.build index 1030e25..1030e25 100644 --- a/test cases/common/171 subdir if_found/subdir/meson.build +++ b/test cases/common/168 subdir if_found/subdir/meson.build diff --git a/test cases/common/172 default options prefix dependent defaults/meson.build b/test cases/common/169 default options prefix dependent defaults/meson.build index 9ca4ec5..9ca4ec5 100644 --- a/test cases/common/172 default options prefix dependent defaults/meson.build +++ b/test cases/common/169 default options prefix dependent defaults/meson.build diff --git a/test cases/common/19 comparison/meson.build b/test cases/common/17 comparison/meson.build index fb641ed..fb641ed 100644 --- a/test cases/common/19 comparison/meson.build +++ b/test cases/common/17 comparison/meson.build diff --git a/test cases/common/19 comparison/prog.c b/test cases/common/17 comparison/prog.c index 0314ff1..0314ff1 100644 --- a/test cases/common/19 comparison/prog.c +++ b/test cases/common/17 comparison/prog.c diff --git a/test cases/common/173 dependency factory/meson.build b/test cases/common/170 dependency factory/meson.build index 1b8ed17..1b8ed17 100644 --- a/test cases/common/173 dependency factory/meson.build +++ b/test cases/common/170 dependency factory/meson.build diff --git a/test cases/common/174 get project license/bar.c b/test cases/common/171 get project license/bar.c index 864869b..864869b 100644 --- a/test cases/common/174 get project license/bar.c +++ b/test cases/common/171 get project license/bar.c diff --git a/test cases/common/174 get project license/meson.build b/test cases/common/171 get project license/meson.build index 37303e3..37303e3 100644 --- a/test cases/common/174 get project license/meson.build +++ b/test cases/common/171 get project license/meson.build diff --git a/test cases/common/175 yield/meson.build b/test cases/common/172 yield/meson.build index 9b11569..9b11569 100644 --- a/test cases/common/175 yield/meson.build +++ b/test cases/common/172 yield/meson.build diff --git a/test cases/common/175 yield/meson_options.txt b/test cases/common/172 yield/meson_options.txt index 9f58fbb..9f58fbb 100644 --- a/test cases/common/175 yield/meson_options.txt +++ b/test cases/common/172 yield/meson_options.txt diff --git a/test cases/common/175 yield/subprojects/sub/meson.build b/test cases/common/172 yield/subprojects/sub/meson.build index 832c13c..832c13c 100644 --- a/test cases/common/175 yield/subprojects/sub/meson.build +++ b/test cases/common/172 yield/subprojects/sub/meson.build diff --git a/test cases/common/175 yield/subprojects/sub/meson_options.txt b/test cases/common/172 yield/subprojects/sub/meson_options.txt index 101122e..101122e 100644 --- a/test cases/common/175 yield/subprojects/sub/meson_options.txt +++ b/test cases/common/172 yield/subprojects/sub/meson_options.txt diff --git a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/a.c b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/a.c index 7ac3e5e..7ac3e5e 100644 --- a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/a.c +++ b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/a.c diff --git a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build index 12f6564..12f6564 100644 --- a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build +++ b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/meson.build diff --git a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here index 8d1c8b6..8d1c8b6 100644 --- a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here +++ b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/alpha/var/subprojects/wrap_files_might_be_here diff --git a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/beta/b.c b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/beta/b.c index a95651b..a95651b 100644 --- a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/beta/b.c +++ b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/beta/b.c diff --git a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/beta/meson.build b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/beta/meson.build index 1720d3e..1720d3e 100644 --- a/test cases/common/176 subproject nested subproject dirs/contrib/subprojects/beta/meson.build +++ b/test cases/common/173 subproject nested subproject dirs/contrib/subprojects/beta/meson.build diff --git a/test cases/common/176 subproject nested subproject dirs/meson.build b/test cases/common/173 subproject nested subproject dirs/meson.build index 875eed3..875eed3 100644 --- a/test cases/common/176 subproject nested subproject dirs/meson.build +++ b/test cases/common/173 subproject nested subproject dirs/meson.build diff --git a/test cases/common/176 subproject nested subproject dirs/prog.c b/test cases/common/173 subproject nested subproject dirs/prog.c index 394f139..394f139 100644 --- a/test cases/common/176 subproject nested subproject dirs/prog.c +++ b/test cases/common/173 subproject nested subproject dirs/prog.c diff --git a/test cases/common/177 preserve gendir/base.inp b/test cases/common/174 preserve gendir/base.inp index df967b9..df967b9 100644 --- a/test cases/common/177 preserve gendir/base.inp +++ b/test cases/common/174 preserve gendir/base.inp diff --git a/test cases/common/177 preserve gendir/com/mesonbuild/subbie.inp b/test cases/common/174 preserve gendir/com/mesonbuild/subbie.inp index df0f4e9..df0f4e9 100644 --- a/test cases/common/177 preserve gendir/com/mesonbuild/subbie.inp +++ b/test cases/common/174 preserve gendir/com/mesonbuild/subbie.inp diff --git a/test cases/common/177 preserve gendir/genprog.py b/test cases/common/174 preserve gendir/genprog.py index 1e10998..1e10998 100755 --- a/test cases/common/177 preserve gendir/genprog.py +++ b/test cases/common/174 preserve gendir/genprog.py diff --git a/test cases/common/177 preserve gendir/meson.build b/test cases/common/174 preserve gendir/meson.build index ce219f0..ce219f0 100644 --- a/test cases/common/177 preserve gendir/meson.build +++ b/test cases/common/174 preserve gendir/meson.build diff --git a/test cases/common/177 preserve gendir/testprog.c b/test cases/common/174 preserve gendir/testprog.c index 46b4602..46b4602 100644 --- a/test cases/common/177 preserve gendir/testprog.c +++ b/test cases/common/174 preserve gendir/testprog.c diff --git a/test cases/common/178 source in dep/bar.cpp b/test cases/common/175 source in dep/bar.cpp index bda8cb6..bda8cb6 100644 --- a/test cases/common/178 source in dep/bar.cpp +++ b/test cases/common/175 source in dep/bar.cpp diff --git a/test cases/common/178 source in dep/foo.c b/test cases/common/175 source in dep/foo.c index 1ecfa8c..1ecfa8c 100644 --- a/test cases/common/178 source in dep/foo.c +++ b/test cases/common/175 source in dep/foo.c diff --git a/test cases/common/178 source in dep/generated/funname b/test cases/common/175 source in dep/generated/funname index 79f3c86..79f3c86 100644 --- a/test cases/common/178 source in dep/generated/funname +++ b/test cases/common/175 source in dep/generated/funname diff --git a/test cases/common/178 source in dep/generated/genheader.py b/test cases/common/175 source in dep/generated/genheader.py index eafc075..eafc075 100755 --- a/test cases/common/178 source in dep/generated/genheader.py +++ b/test cases/common/175 source in dep/generated/genheader.py diff --git a/test cases/common/178 source in dep/generated/main.c b/test cases/common/175 source in dep/generated/main.c index 07e7c93..07e7c93 100644 --- a/test cases/common/178 source in dep/generated/main.c +++ b/test cases/common/175 source in dep/generated/main.c diff --git a/test cases/common/178 source in dep/generated/meson.build b/test cases/common/175 source in dep/generated/meson.build index 2862709..2862709 100644 --- a/test cases/common/178 source in dep/generated/meson.build +++ b/test cases/common/175 source in dep/generated/meson.build diff --git a/test cases/common/178 source in dep/meson.build b/test cases/common/175 source in dep/meson.build index 7111ba1..7111ba1 100644 --- a/test cases/common/178 source in dep/meson.build +++ b/test cases/common/175 source in dep/meson.build diff --git a/test cases/common/179 generator link whole/export.h b/test cases/common/176 generator link whole/export.h index f4f6f45..f4f6f45 100644 --- a/test cases/common/179 generator link whole/export.h +++ b/test cases/common/176 generator link whole/export.h diff --git a/test cases/common/179 generator link whole/generator.py b/test cases/common/176 generator link whole/generator.py index 0076b74..0076b74 100755 --- a/test cases/common/179 generator link whole/generator.py +++ b/test cases/common/176 generator link whole/generator.py diff --git a/test cases/common/179 generator link whole/main.c b/test cases/common/176 generator link whole/main.c index acf8717..acf8717 100644 --- a/test cases/common/179 generator link whole/main.c +++ b/test cases/common/176 generator link whole/main.c diff --git a/test cases/common/179 generator link whole/meson.build b/test cases/common/176 generator link whole/meson.build index 30ae9c6..30ae9c6 100644 --- a/test cases/common/179 generator link whole/meson.build +++ b/test cases/common/176 generator link whole/meson.build diff --git a/test cases/common/179 generator link whole/meson_test_function.tmpl b/test cases/common/176 generator link whole/meson_test_function.tmpl index e69de29..e69de29 100644 --- a/test cases/common/179 generator link whole/meson_test_function.tmpl +++ b/test cases/common/176 generator link whole/meson_test_function.tmpl diff --git a/test cases/common/179 generator link whole/pull_meson_test_function.c b/test cases/common/176 generator link whole/pull_meson_test_function.c index c54dda6..c54dda6 100644 --- a/test cases/common/179 generator link whole/pull_meson_test_function.c +++ b/test cases/common/176 generator link whole/pull_meson_test_function.c diff --git a/test cases/common/180 initial c_args/meson.build b/test cases/common/177 initial c_args/meson.build index 169d2bd..169d2bd 100644 --- a/test cases/common/180 initial c_args/meson.build +++ b/test cases/common/177 initial c_args/meson.build diff --git a/test cases/common/180 initial c_args/test_args.txt b/test cases/common/177 initial c_args/test_args.txt index 9a6da06..9a6da06 100644 --- a/test cases/common/180 initial c_args/test_args.txt +++ b/test cases/common/177 initial c_args/test_args.txt diff --git a/test cases/common/181 identical target name in subproject flat layout/foo.c b/test cases/common/178 identical target name in subproject flat layout/foo.c index ed42789..ed42789 100644 --- a/test cases/common/181 identical target name in subproject flat layout/foo.c +++ b/test cases/common/178 identical target name in subproject flat layout/foo.c diff --git a/test cases/common/181 identical target name in subproject flat layout/main.c b/test cases/common/178 identical target name in subproject flat layout/main.c index 6f02aeb..6f02aeb 100644 --- a/test cases/common/181 identical target name in subproject flat layout/main.c +++ b/test cases/common/178 identical target name in subproject flat layout/main.c diff --git a/test cases/common/181 identical target name in subproject flat layout/meson.build b/test cases/common/178 identical target name in subproject flat layout/meson.build index d859fda..d859fda 100644 --- a/test cases/common/181 identical target name in subproject flat layout/meson.build +++ b/test cases/common/178 identical target name in subproject flat layout/meson.build diff --git a/test cases/common/181 identical target name in subproject flat layout/subprojects/subproj/foo.c b/test cases/common/178 identical target name in subproject flat layout/subprojects/subproj/foo.c index f334292..f334292 100644 --- a/test cases/common/181 identical target name in subproject flat layout/subprojects/subproj/foo.c +++ b/test cases/common/178 identical target name in subproject flat layout/subprojects/subproj/foo.c diff --git a/test cases/common/181 identical target name in subproject flat layout/subprojects/subproj/meson.build b/test cases/common/178 identical target name in subproject flat layout/subprojects/subproj/meson.build index c927194..c927194 100644 --- a/test cases/common/181 identical target name in subproject flat layout/subprojects/subproj/meson.build +++ b/test cases/common/178 identical target name in subproject flat layout/subprojects/subproj/meson.build diff --git a/test cases/common/182 as-needed/config.h b/test cases/common/179 as-needed/config.h index b8fb60f..b8fb60f 100644 --- a/test cases/common/182 as-needed/config.h +++ b/test cases/common/179 as-needed/config.h diff --git a/test cases/common/182 as-needed/libA.cpp b/test cases/common/179 as-needed/libA.cpp index 5f45bc0..5f45bc0 100644 --- a/test cases/common/182 as-needed/libA.cpp +++ b/test cases/common/179 as-needed/libA.cpp diff --git a/test cases/common/182 as-needed/libA.h b/test cases/common/179 as-needed/libA.h index 8e76d22..8e76d22 100644 --- a/test cases/common/182 as-needed/libA.h +++ b/test cases/common/179 as-needed/libA.h diff --git a/test cases/common/182 as-needed/libB.cpp b/test cases/common/179 as-needed/libB.cpp index a872394..a872394 100644 --- a/test cases/common/182 as-needed/libB.cpp +++ b/test cases/common/179 as-needed/libB.cpp diff --git a/test cases/common/182 as-needed/main.cpp b/test cases/common/179 as-needed/main.cpp index 191d15c..191d15c 100644 --- a/test cases/common/182 as-needed/main.cpp +++ b/test cases/common/179 as-needed/main.cpp diff --git a/test cases/common/182 as-needed/meson.build b/test cases/common/179 as-needed/meson.build index 3b54aaa..3b54aaa 100644 --- a/test cases/common/182 as-needed/meson.build +++ b/test cases/common/179 as-needed/meson.build diff --git a/test cases/common/20 array/func.c b/test cases/common/18 array/func.c index 7412372..7412372 100644 --- a/test cases/common/20 array/func.c +++ b/test cases/common/18 array/func.c diff --git a/test cases/common/20 array/meson.build b/test cases/common/18 array/meson.build index 0d17374..0d17374 100644 --- a/test cases/common/20 array/meson.build +++ b/test cases/common/18 array/meson.build diff --git a/test cases/common/20 array/prog.c b/test cases/common/18 array/prog.c index ad58a0b..ad58a0b 100644 --- a/test cases/common/20 array/prog.c +++ b/test cases/common/18 array/prog.c diff --git a/test cases/common/183 ndebug if-release enabled/main.c b/test cases/common/180 ndebug if-release enabled/main.c index 984ebca..984ebca 100644 --- a/test cases/common/183 ndebug if-release enabled/main.c +++ b/test cases/common/180 ndebug if-release enabled/main.c diff --git a/test cases/common/183 ndebug if-release enabled/meson.build b/test cases/common/180 ndebug if-release enabled/meson.build index be26375..be26375 100644 --- a/test cases/common/183 ndebug if-release enabled/meson.build +++ b/test cases/common/180 ndebug if-release enabled/meson.build diff --git a/test cases/common/184 ndebug if-release disabled/main.c b/test cases/common/181 ndebug if-release disabled/main.c index cb3ec3f..cb3ec3f 100644 --- a/test cases/common/184 ndebug if-release disabled/main.c +++ b/test cases/common/181 ndebug if-release disabled/main.c diff --git a/test cases/common/184 ndebug if-release disabled/meson.build b/test cases/common/181 ndebug if-release disabled/meson.build index a9a79ea..a9a79ea 100644 --- a/test cases/common/184 ndebug if-release disabled/meson.build +++ b/test cases/common/181 ndebug if-release disabled/meson.build diff --git a/test cases/common/185 subproject version/meson.build b/test cases/common/182 subproject version/meson.build index bd8fc03..bd8fc03 100644 --- a/test cases/common/185 subproject version/meson.build +++ b/test cases/common/182 subproject version/meson.build diff --git a/test cases/common/185 subproject version/subprojects/a/meson.build b/test cases/common/182 subproject version/subprojects/a/meson.build index dae3130..dae3130 100644 --- a/test cases/common/185 subproject version/subprojects/a/meson.build +++ b/test cases/common/182 subproject version/subprojects/a/meson.build diff --git a/test cases/common/186 subdir_done/meson.build b/test cases/common/183 subdir_done/meson.build index 457e613..457e613 100644 --- a/test cases/common/186 subdir_done/meson.build +++ b/test cases/common/183 subdir_done/meson.build diff --git a/test cases/common/187 bothlibraries/libfile.c b/test cases/common/184 bothlibraries/libfile.c index 085ef3b..085ef3b 100644 --- a/test cases/common/187 bothlibraries/libfile.c +++ b/test cases/common/184 bothlibraries/libfile.c diff --git a/test cases/common/187 bothlibraries/main.c b/test cases/common/184 bothlibraries/main.c index 03a8e02..03a8e02 100644 --- a/test cases/common/187 bothlibraries/main.c +++ b/test cases/common/184 bothlibraries/main.c diff --git a/test cases/common/187 bothlibraries/meson.build b/test cases/common/184 bothlibraries/meson.build index 3a13d62..3a13d62 100644 --- a/test cases/common/187 bothlibraries/meson.build +++ b/test cases/common/184 bothlibraries/meson.build diff --git a/test cases/common/187 bothlibraries/mylib.h b/test cases/common/184 bothlibraries/mylib.h index 1038a01..1038a01 100644 --- a/test cases/common/187 bothlibraries/mylib.h +++ b/test cases/common/184 bothlibraries/mylib.h diff --git a/test cases/common/188 escape and unicode/file.c.in b/test cases/common/185 escape and unicode/file.c.in index 413ed42..413ed42 100644 --- a/test cases/common/188 escape and unicode/file.c.in +++ b/test cases/common/185 escape and unicode/file.c.in diff --git a/test cases/common/188 escape and unicode/file.py b/test cases/common/185 escape and unicode/file.py index af67a09..af67a09 100644 --- a/test cases/common/188 escape and unicode/file.py +++ b/test cases/common/185 escape and unicode/file.py diff --git a/test cases/common/188 escape and unicode/find.py b/test cases/common/185 escape and unicode/find.py index 34a3eb8..34a3eb8 100644 --- a/test cases/common/188 escape and unicode/find.py +++ b/test cases/common/185 escape and unicode/find.py diff --git a/test cases/common/188 escape and unicode/fun.c b/test cases/common/185 escape and unicode/fun.c index 8eeb8ea..8eeb8ea 100644 --- a/test cases/common/188 escape and unicode/fun.c +++ b/test cases/common/185 escape and unicode/fun.c diff --git a/test cases/common/188 escape and unicode/main.c b/test cases/common/185 escape and unicode/main.c index 0bcde16..0bcde16 100644 --- a/test cases/common/188 escape and unicode/main.c +++ b/test cases/common/185 escape and unicode/main.c diff --git a/test cases/common/188 escape and unicode/meson.build b/test cases/common/185 escape and unicode/meson.build index 65377b6..65377b6 100644 --- a/test cases/common/188 escape and unicode/meson.build +++ b/test cases/common/185 escape and unicode/meson.build diff --git a/test cases/common/189 has link arg/meson.build b/test cases/common/186 has link arg/meson.build index e166101..e166101 100644 --- a/test cases/common/189 has link arg/meson.build +++ b/test cases/common/186 has link arg/meson.build diff --git a/test cases/common/190 same target name flat layout/foo.c b/test cases/common/187 same target name flat layout/foo.c index ed42789..ed42789 100644 --- a/test cases/common/190 same target name flat layout/foo.c +++ b/test cases/common/187 same target name flat layout/foo.c diff --git a/test cases/common/190 same target name flat layout/main.c b/test cases/common/187 same target name flat layout/main.c index 6f02aeb..6f02aeb 100644 --- a/test cases/common/190 same target name flat layout/main.c +++ b/test cases/common/187 same target name flat layout/main.c diff --git a/test cases/common/190 same target name flat layout/meson.build b/test cases/common/187 same target name flat layout/meson.build index a3c95fa..a3c95fa 100644 --- a/test cases/common/190 same target name flat layout/meson.build +++ b/test cases/common/187 same target name flat layout/meson.build diff --git a/test cases/common/190 same target name flat layout/subdir/foo.c b/test cases/common/187 same target name flat layout/subdir/foo.c index f334292..f334292 100644 --- a/test cases/common/190 same target name flat layout/subdir/foo.c +++ b/test cases/common/187 same target name flat layout/subdir/foo.c diff --git a/test cases/common/190 same target name flat layout/subdir/meson.build b/test cases/common/187 same target name flat layout/subdir/meson.build index 223a5ef..223a5ef 100644 --- a/test cases/common/190 same target name flat layout/subdir/meson.build +++ b/test cases/common/187 same target name flat layout/subdir/meson.build diff --git a/test cases/common/191 find override/meson.build b/test cases/common/188 find override/meson.build index 3b8af80..3b8af80 100644 --- a/test cases/common/191 find override/meson.build +++ b/test cases/common/188 find override/meson.build diff --git a/test cases/common/191 find override/otherdir/main.c b/test cases/common/188 find override/otherdir/main.c index 2cef67c..2cef67c 100644 --- a/test cases/common/191 find override/otherdir/main.c +++ b/test cases/common/188 find override/otherdir/main.c diff --git a/test cases/common/191 find override/otherdir/main2.c b/test cases/common/188 find override/otherdir/main2.c index 6d71688..6d71688 100644 --- a/test cases/common/191 find override/otherdir/main2.c +++ b/test cases/common/188 find override/otherdir/main2.c diff --git a/test cases/common/191 find override/otherdir/meson.build b/test cases/common/188 find override/otherdir/meson.build index dc41f5b..dc41f5b 100644 --- a/test cases/common/191 find override/otherdir/meson.build +++ b/test cases/common/188 find override/otherdir/meson.build diff --git a/test cases/common/191 find override/otherdir/source.desc b/test cases/common/188 find override/otherdir/source.desc index 8b19c9c..8b19c9c 100644 --- a/test cases/common/191 find override/otherdir/source.desc +++ b/test cases/common/188 find override/otherdir/source.desc diff --git a/test cases/common/191 find override/otherdir/source2.desc b/test cases/common/188 find override/otherdir/source2.desc index 965f868..965f868 100644 --- a/test cases/common/191 find override/otherdir/source2.desc +++ b/test cases/common/188 find override/otherdir/source2.desc diff --git a/test cases/common/191 find override/subdir/converter.py b/test cases/common/188 find override/subdir/converter.py index ee2ff85..ee2ff85 100755 --- a/test cases/common/191 find override/subdir/converter.py +++ b/test cases/common/188 find override/subdir/converter.py diff --git a/test cases/common/191 find override/subdir/gencodegen.py.in b/test cases/common/188 find override/subdir/gencodegen.py.in index 57d9c40..57d9c40 100755 --- a/test cases/common/191 find override/subdir/gencodegen.py.in +++ b/test cases/common/188 find override/subdir/gencodegen.py.in diff --git a/test cases/common/191 find override/subdir/meson.build b/test cases/common/188 find override/subdir/meson.build index e5de34d..e5de34d 100644 --- a/test cases/common/191 find override/subdir/meson.build +++ b/test cases/common/188 find override/subdir/meson.build diff --git a/test cases/common/192 partial dependency/declare_dependency/headers/foo.c b/test cases/common/189 partial dependency/declare_dependency/headers/foo.c index 215112c..215112c 100644 --- a/test cases/common/192 partial dependency/declare_dependency/headers/foo.c +++ b/test cases/common/189 partial dependency/declare_dependency/headers/foo.c diff --git a/test cases/common/192 partial dependency/declare_dependency/headers/foo.h b/test cases/common/189 partial dependency/declare_dependency/headers/foo.h index 28c81c9..28c81c9 100644 --- a/test cases/common/192 partial dependency/declare_dependency/headers/foo.h +++ b/test cases/common/189 partial dependency/declare_dependency/headers/foo.h diff --git a/test cases/common/192 partial dependency/declare_dependency/main.c b/test cases/common/189 partial dependency/declare_dependency/main.c index e9ed032..e9ed032 100644 --- a/test cases/common/192 partial dependency/declare_dependency/main.c +++ b/test cases/common/189 partial dependency/declare_dependency/main.c diff --git a/test cases/common/192 partial dependency/declare_dependency/meson.build b/test cases/common/189 partial dependency/declare_dependency/meson.build index 86e2608..86e2608 100644 --- a/test cases/common/192 partial dependency/declare_dependency/meson.build +++ b/test cases/common/189 partial dependency/declare_dependency/meson.build diff --git a/test cases/common/192 partial dependency/declare_dependency/other.c b/test cases/common/189 partial dependency/declare_dependency/other.c index b1e199e..b1e199e 100644 --- a/test cases/common/192 partial dependency/declare_dependency/other.c +++ b/test cases/common/189 partial dependency/declare_dependency/other.c diff --git a/test cases/common/192 partial dependency/meson.build b/test cases/common/189 partial dependency/meson.build index e908487..e908487 100644 --- a/test cases/common/192 partial dependency/meson.build +++ b/test cases/common/189 partial dependency/meson.build diff --git a/test cases/common/21 includedir/include/func.h b/test cases/common/19 includedir/include/func.h index 29ebd0b..29ebd0b 100644 --- a/test cases/common/21 includedir/include/func.h +++ b/test cases/common/19 includedir/include/func.h diff --git a/test cases/common/21 includedir/meson.build b/test cases/common/19 includedir/meson.build index 17eec0e..17eec0e 100644 --- a/test cases/common/21 includedir/meson.build +++ b/test cases/common/19 includedir/meson.build diff --git a/test cases/common/21 includedir/src/func.c b/test cases/common/19 includedir/src/func.c index 193edbb..193edbb 100644 --- a/test cases/common/21 includedir/src/func.c +++ b/test cases/common/19 includedir/src/func.c diff --git a/test cases/common/21 includedir/src/meson.build b/test cases/common/19 includedir/src/meson.build index 87bd224..87bd224 100644 --- a/test cases/common/21 includedir/src/meson.build +++ b/test cases/common/19 includedir/src/meson.build diff --git a/test cases/common/21 includedir/src/prog.c b/test cases/common/19 includedir/src/prog.c index c26b9b3..c26b9b3 100644 --- a/test cases/common/21 includedir/src/prog.c +++ b/test cases/common/19 includedir/src/prog.c diff --git a/test cases/common/193 openmp/main.c b/test cases/common/190 openmp/main.c index cc81f48..cc81f48 100644 --- a/test cases/common/193 openmp/main.c +++ b/test cases/common/190 openmp/main.c diff --git a/test cases/common/193 openmp/main.cpp b/test cases/common/190 openmp/main.cpp index b12be3f..b12be3f 100644 --- a/test cases/common/193 openmp/main.cpp +++ b/test cases/common/190 openmp/main.cpp diff --git a/test cases/common/193 openmp/main.f90 b/test cases/common/190 openmp/main.f90 index c062d86..c062d86 100644 --- a/test cases/common/193 openmp/main.f90 +++ b/test cases/common/190 openmp/main.f90 diff --git a/test cases/common/193 openmp/meson.build b/test cases/common/190 openmp/meson.build index a05ca59..a05ca59 100644 --- a/test cases/common/193 openmp/meson.build +++ b/test cases/common/190 openmp/meson.build diff --git a/test cases/common/194 same target name/file.c b/test cases/common/191 same target name/file.c index 6f1c172..6f1c172 100644 --- a/test cases/common/194 same target name/file.c +++ b/test cases/common/191 same target name/file.c diff --git a/test cases/common/194 same target name/meson.build b/test cases/common/191 same target name/meson.build index 4e585d5..4e585d5 100644 --- a/test cases/common/194 same target name/meson.build +++ b/test cases/common/191 same target name/meson.build diff --git a/test cases/common/194 same target name/sub/file2.c b/test cases/common/191 same target name/sub/file2.c index a5e453d..a5e453d 100644 --- a/test cases/common/194 same target name/sub/file2.c +++ b/test cases/common/191 same target name/sub/file2.c diff --git a/test cases/common/194 same target name/sub/meson.build b/test cases/common/191 same target name/sub/meson.build index 610a4a3..610a4a3 100644 --- a/test cases/common/194 same target name/sub/meson.build +++ b/test cases/common/191 same target name/sub/meson.build diff --git a/test cases/common/195 test depends/gen.py b/test cases/common/192 test depends/gen.py index ee4ed98..ee4ed98 100755 --- a/test cases/common/195 test depends/gen.py +++ b/test cases/common/192 test depends/gen.py diff --git a/test cases/common/195 test depends/main.c b/test cases/common/192 test depends/main.c index 78f2de1..78f2de1 100644 --- a/test cases/common/195 test depends/main.c +++ b/test cases/common/192 test depends/main.c diff --git a/test cases/common/195 test depends/meson.build b/test cases/common/192 test depends/meson.build index 888c451..888c451 100644 --- a/test cases/common/195 test depends/meson.build +++ b/test cases/common/192 test depends/meson.build diff --git a/test cases/common/195 test depends/test.py b/test cases/common/192 test depends/test.py index 5b9f65c..5b9f65c 100755 --- a/test cases/common/195 test depends/test.py +++ b/test cases/common/192 test depends/test.py diff --git a/test cases/common/196 args flattening/meson.build b/test cases/common/193 args flattening/meson.build index 6da2e8f..6da2e8f 100644 --- a/test cases/common/196 args flattening/meson.build +++ b/test cases/common/193 args flattening/meson.build diff --git a/test cases/common/197 dict/meson.build b/test cases/common/194 dict/meson.build index 41eea31..41eea31 100644 --- a/test cases/common/197 dict/meson.build +++ b/test cases/common/194 dict/meson.build diff --git a/test cases/common/197 dict/prog.c b/test cases/common/194 dict/prog.c index bf0999d..bf0999d 100644 --- a/test cases/common/197 dict/prog.c +++ b/test cases/common/194 dict/prog.c diff --git a/test cases/common/198 check header/meson.build b/test cases/common/195 check header/meson.build index 7b343d7..7b343d7 100644 --- a/test cases/common/198 check header/meson.build +++ b/test cases/common/195 check header/meson.build diff --git a/test cases/common/198 check header/ouagadougou.h b/test cases/common/195 check header/ouagadougou.h index 2f76c49..2f76c49 100644 --- a/test cases/common/198 check header/ouagadougou.h +++ b/test cases/common/195 check header/ouagadougou.h diff --git a/test cases/common/199 install_mode/config.h.in b/test cases/common/196 install_mode/config.h.in index 14a1558..14a1558 100644 --- a/test cases/common/199 install_mode/config.h.in +++ b/test cases/common/196 install_mode/config.h.in diff --git a/test cases/common/199 install_mode/data_source.txt b/test cases/common/196 install_mode/data_source.txt index 0c23cc0..0c23cc0 100644 --- a/test cases/common/199 install_mode/data_source.txt +++ b/test cases/common/196 install_mode/data_source.txt diff --git a/test cases/common/199 install_mode/foo.1 b/test cases/common/196 install_mode/foo.1 index 647c097..647c097 100644 --- a/test cases/common/199 install_mode/foo.1 +++ b/test cases/common/196 install_mode/foo.1 diff --git a/test cases/common/199 install_mode/installed_files.txt b/test cases/common/196 install_mode/installed_files.txt index 724d954..724d954 100644 --- a/test cases/common/199 install_mode/installed_files.txt +++ b/test cases/common/196 install_mode/installed_files.txt diff --git a/test cases/common/199 install_mode/meson.build b/test cases/common/196 install_mode/meson.build index 18a2948..18a2948 100644 --- a/test cases/common/199 install_mode/meson.build +++ b/test cases/common/196 install_mode/meson.build diff --git a/test cases/common/199 install_mode/rootdir.h b/test cases/common/196 install_mode/rootdir.h index 72fb132..72fb132 100644 --- a/test cases/common/199 install_mode/rootdir.h +++ b/test cases/common/196 install_mode/rootdir.h diff --git a/test cases/common/199 install_mode/runscript.sh b/test cases/common/196 install_mode/runscript.sh index 8bc5ca6..8bc5ca6 100644 --- a/test cases/common/199 install_mode/runscript.sh +++ b/test cases/common/196 install_mode/runscript.sh diff --git a/test cases/common/199 install_mode/stat.c b/test cases/common/196 install_mode/stat.c index fa76a65..fa76a65 100644 --- a/test cases/common/199 install_mode/stat.c +++ b/test cases/common/196 install_mode/stat.c diff --git a/test cases/common/199 install_mode/sub1/second.dat b/test cases/common/196 install_mode/sub1/second.dat index 48857a8..48857a8 100644 --- a/test cases/common/199 install_mode/sub1/second.dat +++ b/test cases/common/196 install_mode/sub1/second.dat diff --git a/test cases/common/199 install_mode/sub2/stub b/test cases/common/196 install_mode/sub2/stub index e69de29..e69de29 100644 --- a/test cases/common/199 install_mode/sub2/stub +++ b/test cases/common/196 install_mode/sub2/stub diff --git a/test cases/common/199 install_mode/trivial.c b/test cases/common/196 install_mode/trivial.c index 24ac454..24ac454 100644 --- a/test cases/common/199 install_mode/trivial.c +++ b/test cases/common/196 install_mode/trivial.c diff --git a/test cases/common/200 subproject array version/meson.build b/test cases/common/197 subproject array version/meson.build index 0870bc4..0870bc4 100644 --- a/test cases/common/200 subproject array version/meson.build +++ b/test cases/common/197 subproject array version/meson.build diff --git a/test cases/common/200 subproject array version/subprojects/foo/meson.build b/test cases/common/197 subproject array version/subprojects/foo/meson.build index f4ff535..f4ff535 100644 --- a/test cases/common/200 subproject array version/subprojects/foo/meson.build +++ b/test cases/common/197 subproject array version/subprojects/foo/meson.build diff --git a/test cases/common/201 feature option/meson.build b/test cases/common/198 feature option/meson.build index ef3fa22..ef3fa22 100644 --- a/test cases/common/201 feature option/meson.build +++ b/test cases/common/198 feature option/meson.build diff --git a/test cases/common/201 feature option/meson_options.txt b/test cases/common/198 feature option/meson_options.txt index 063a35f..063a35f 100644 --- a/test cases/common/201 feature option/meson_options.txt +++ b/test cases/common/198 feature option/meson_options.txt diff --git a/test cases/common/202 feature option disabled/meson.build b/test cases/common/199 feature option disabled/meson.build index 1a83187..1a83187 100644 --- a/test cases/common/202 feature option disabled/meson.build +++ b/test cases/common/199 feature option disabled/meson.build diff --git a/test cases/common/202 feature option disabled/meson_options.txt b/test cases/common/199 feature option disabled/meson_options.txt index 063a35f..063a35f 100644 --- a/test cases/common/202 feature option disabled/meson_options.txt +++ b/test cases/common/199 feature option disabled/meson_options.txt diff --git a/test cases/common/22 header in file list/header.h b/test cases/common/20 header in file list/header.h index 354499a..354499a 100644 --- a/test cases/common/22 header in file list/header.h +++ b/test cases/common/20 header in file list/header.h diff --git a/test cases/common/22 header in file list/meson.build b/test cases/common/20 header in file list/meson.build index 79eec8d..79eec8d 100644 --- a/test cases/common/22 header in file list/meson.build +++ b/test cases/common/20 header in file list/meson.build diff --git a/test cases/common/22 header in file list/prog.c b/test cases/common/20 header in file list/prog.c index fbedab8..fbedab8 100644 --- a/test cases/common/22 header in file list/prog.c +++ b/test cases/common/20 header in file list/prog.c diff --git a/test cases/common/203 static threads/lib1.c b/test cases/common/200 static threads/lib1.c index 1aa786c..1aa786c 100644 --- a/test cases/common/203 static threads/lib1.c +++ b/test cases/common/200 static threads/lib1.c diff --git a/test cases/common/203 static threads/lib2.c b/test cases/common/200 static threads/lib2.c index e988814..e988814 100644 --- a/test cases/common/203 static threads/lib2.c +++ b/test cases/common/200 static threads/lib2.c diff --git a/test cases/common/203 static threads/meson.build b/test cases/common/200 static threads/meson.build index 4279200..4279200 100644 --- a/test cases/common/203 static threads/meson.build +++ b/test cases/common/200 static threads/meson.build diff --git a/test cases/common/203 static threads/prog.c b/test cases/common/200 static threads/prog.c index 14a7c76..14a7c76 100644 --- a/test cases/common/203 static threads/prog.c +++ b/test cases/common/200 static threads/prog.c diff --git a/test cases/common/205 generator in subdir/com/mesonbuild/genprog.py b/test cases/common/201 generator in subdir/com/mesonbuild/genprog.py index 1e10998..1e10998 100644 --- a/test cases/common/205 generator in subdir/com/mesonbuild/genprog.py +++ b/test cases/common/201 generator in subdir/com/mesonbuild/genprog.py diff --git a/test cases/common/205 generator in subdir/com/mesonbuild/meson.build b/test cases/common/201 generator in subdir/com/mesonbuild/meson.build index 4808743..4808743 100644 --- a/test cases/common/205 generator in subdir/com/mesonbuild/meson.build +++ b/test cases/common/201 generator in subdir/com/mesonbuild/meson.build diff --git a/test cases/common/205 generator in subdir/com/mesonbuild/subbie.inp b/test cases/common/201 generator in subdir/com/mesonbuild/subbie.inp index df0f4e9..df0f4e9 100644 --- a/test cases/common/205 generator in subdir/com/mesonbuild/subbie.inp +++ b/test cases/common/201 generator in subdir/com/mesonbuild/subbie.inp diff --git a/test cases/common/205 generator in subdir/com/mesonbuild/testprog.c b/test cases/common/201 generator in subdir/com/mesonbuild/testprog.c index 58867ad..58867ad 100644 --- a/test cases/common/205 generator in subdir/com/mesonbuild/testprog.c +++ b/test cases/common/201 generator in subdir/com/mesonbuild/testprog.c diff --git a/test cases/common/205 generator in subdir/meson.build b/test cases/common/201 generator in subdir/meson.build index 9b8eb7c..9b8eb7c 100644 --- a/test cases/common/205 generator in subdir/meson.build +++ b/test cases/common/201 generator in subdir/meson.build diff --git a/test cases/common/23 global arg/meson.build b/test cases/common/21 global arg/meson.build index d7fd428..d7fd428 100644 --- a/test cases/common/23 global arg/meson.build +++ b/test cases/common/21 global arg/meson.build diff --git a/test cases/common/23 global arg/prog.c b/test cases/common/21 global arg/prog.c index ace5a0a..ace5a0a 100644 --- a/test cases/common/23 global arg/prog.c +++ b/test cases/common/21 global arg/prog.c diff --git a/test cases/common/23 global arg/prog.cc b/test cases/common/21 global arg/prog.cc index 0ffd85e..0ffd85e 100644 --- a/test cases/common/23 global arg/prog.cc +++ b/test cases/common/21 global arg/prog.cc diff --git a/test cases/common/24 target arg/func.c b/test cases/common/22 target arg/func.c index 9b3fe5d..9b3fe5d 100644 --- a/test cases/common/24 target arg/func.c +++ b/test cases/common/22 target arg/func.c diff --git a/test cases/common/24 target arg/func2.c b/test cases/common/22 target arg/func2.c index d3e91a5..d3e91a5 100644 --- a/test cases/common/24 target arg/func2.c +++ b/test cases/common/22 target arg/func2.c diff --git a/test cases/common/24 target arg/meson.build b/test cases/common/22 target arg/meson.build index 11ac006..11ac006 100644 --- a/test cases/common/24 target arg/meson.build +++ b/test cases/common/22 target arg/meson.build diff --git a/test cases/common/24 target arg/prog.cc b/test cases/common/22 target arg/prog.cc index d1893ba..d1893ba 100644 --- a/test cases/common/24 target arg/prog.cc +++ b/test cases/common/22 target arg/prog.cc diff --git a/test cases/common/24 target arg/prog2.cc b/test cases/common/22 target arg/prog2.cc index ef2fc4b..ef2fc4b 100644 --- a/test cases/common/24 target arg/prog2.cc +++ b/test cases/common/22 target arg/prog2.cc diff --git a/test cases/common/25 object extraction/lib.c b/test cases/common/23 object extraction/lib.c index 652f4eb..652f4eb 100644 --- a/test cases/common/25 object extraction/lib.c +++ b/test cases/common/23 object extraction/lib.c diff --git a/test cases/common/25 object extraction/lib2.c b/test cases/common/23 object extraction/lib2.c index c30dde2..c30dde2 100644 --- a/test cases/common/25 object extraction/lib2.c +++ b/test cases/common/23 object extraction/lib2.c diff --git a/test cases/common/25 object extraction/main.c b/test cases/common/23 object extraction/main.c index 394f139..394f139 100644 --- a/test cases/common/25 object extraction/main.c +++ b/test cases/common/23 object extraction/main.c diff --git a/test cases/common/25 object extraction/meson.build b/test cases/common/23 object extraction/meson.build index d99ec84..d99ec84 100644 --- a/test cases/common/25 object extraction/meson.build +++ b/test cases/common/23 object extraction/meson.build diff --git a/test cases/common/25 object extraction/src/lib.c b/test cases/common/23 object extraction/src/lib.c index 652f4eb..652f4eb 100644 --- a/test cases/common/25 object extraction/src/lib.c +++ b/test cases/common/23 object extraction/src/lib.c diff --git a/test cases/common/26 endian/meson.build b/test cases/common/24 endian/meson.build index 80186fe..80186fe 100644 --- a/test cases/common/26 endian/meson.build +++ b/test cases/common/24 endian/meson.build diff --git a/test cases/common/26 endian/prog.c b/test cases/common/24 endian/prog.c index b2a10d0..b2a10d0 100644 --- a/test cases/common/26 endian/prog.c +++ b/test cases/common/24 endian/prog.c diff --git a/test cases/common/27 library versions/installed_files.txt b/test cases/common/25 library versions/installed_files.txt index e10d1dd..e10d1dd 100644 --- a/test cases/common/27 library versions/installed_files.txt +++ b/test cases/common/25 library versions/installed_files.txt diff --git a/test cases/common/27 library versions/lib.c b/test cases/common/25 library versions/lib.c index 67b6f4d..67b6f4d 100644 --- a/test cases/common/27 library versions/lib.c +++ b/test cases/common/25 library versions/lib.c diff --git a/test cases/common/27 library versions/meson.build b/test cases/common/25 library versions/meson.build index 2e2bef7..2e2bef7 100644 --- a/test cases/common/27 library versions/meson.build +++ b/test cases/common/25 library versions/meson.build diff --git a/test cases/common/27 library versions/subdir/meson.build b/test cases/common/25 library versions/subdir/meson.build index a83fdb5..a83fdb5 100644 --- a/test cases/common/27 library versions/subdir/meson.build +++ b/test cases/common/25 library versions/subdir/meson.build diff --git a/test cases/common/28 config subdir/include/config.h.in b/test cases/common/26 config subdir/include/config.h.in index 4c3c62d..4c3c62d 100644 --- a/test cases/common/28 config subdir/include/config.h.in +++ b/test cases/common/26 config subdir/include/config.h.in diff --git a/test cases/common/28 config subdir/include/meson.build b/test cases/common/26 config subdir/include/meson.build index f14111a..f14111a 100644 --- a/test cases/common/28 config subdir/include/meson.build +++ b/test cases/common/26 config subdir/include/meson.build diff --git a/test cases/common/28 config subdir/meson.build b/test cases/common/26 config subdir/meson.build index 25f53db..25f53db 100644 --- a/test cases/common/28 config subdir/meson.build +++ b/test cases/common/26 config subdir/meson.build diff --git a/test cases/common/28 config subdir/src/meson.build b/test cases/common/26 config subdir/src/meson.build index 97598a4..97598a4 100644 --- a/test cases/common/28 config subdir/src/meson.build +++ b/test cases/common/26 config subdir/src/meson.build diff --git a/test cases/common/28 config subdir/src/prog.c b/test cases/common/26 config subdir/src/prog.c index 4c03c20..4c03c20 100644 --- a/test cases/common/28 config subdir/src/prog.c +++ b/test cases/common/26 config subdir/src/prog.c diff --git a/test cases/common/29 pipeline/input_src.dat b/test cases/common/27 pipeline/input_src.dat index 7412372..7412372 100644 --- a/test cases/common/29 pipeline/input_src.dat +++ b/test cases/common/27 pipeline/input_src.dat diff --git a/test cases/common/29 pipeline/meson.build b/test cases/common/27 pipeline/meson.build index 200a6d8..200a6d8 100644 --- a/test cases/common/29 pipeline/meson.build +++ b/test cases/common/27 pipeline/meson.build diff --git a/test cases/common/29 pipeline/prog.c b/test cases/common/27 pipeline/prog.c index 175a90d..175a90d 100644 --- a/test cases/common/29 pipeline/prog.c +++ b/test cases/common/27 pipeline/prog.c diff --git a/test cases/common/29 pipeline/srcgen.c b/test cases/common/27 pipeline/srcgen.c index ceb9ecc..ceb9ecc 100644 --- a/test cases/common/29 pipeline/srcgen.c +++ b/test cases/common/27 pipeline/srcgen.c diff --git a/test cases/common/30 pipeline/meson.build b/test cases/common/28 pipeline/meson.build index 0a430bd..0a430bd 100644 --- a/test cases/common/30 pipeline/meson.build +++ b/test cases/common/28 pipeline/meson.build diff --git a/test cases/common/30 pipeline/src/input_src.dat b/test cases/common/28 pipeline/src/input_src.dat index 354499a..354499a 100644 --- a/test cases/common/30 pipeline/src/input_src.dat +++ b/test cases/common/28 pipeline/src/input_src.dat diff --git a/test cases/common/30 pipeline/src/meson.build b/test cases/common/28 pipeline/src/meson.build index 4e9ac11..4e9ac11 100644 --- a/test cases/common/30 pipeline/src/meson.build +++ b/test cases/common/28 pipeline/src/meson.build diff --git a/test cases/common/30 pipeline/src/prog.c b/test cases/common/28 pipeline/src/prog.c index 29396b9..29396b9 100644 --- a/test cases/common/30 pipeline/src/prog.c +++ b/test cases/common/28 pipeline/src/prog.c diff --git a/test cases/common/30 pipeline/src/srcgen.c b/test cases/common/28 pipeline/src/srcgen.c index 26761d2..26761d2 100644 --- a/test cases/common/30 pipeline/src/srcgen.c +++ b/test cases/common/28 pipeline/src/srcgen.c diff --git a/test cases/common/31 find program/meson.build b/test cases/common/29 find program/meson.build index ba5386d..ba5386d 100644 --- a/test cases/common/31 find program/meson.build +++ b/test cases/common/29 find program/meson.build diff --git a/test cases/common/31 find program/source.in b/test cases/common/29 find program/source.in index 5c2fa9b..5c2fa9b 100644 --- a/test cases/common/31 find program/source.in +++ b/test cases/common/29 find program/source.in diff --git a/test cases/common/32 multiline string/meson.build b/test cases/common/30 multiline string/meson.build index 262cb15..262cb15 100644 --- a/test cases/common/32 multiline string/meson.build +++ b/test cases/common/30 multiline string/meson.build diff --git a/test cases/common/33 try compile/invalid.c b/test cases/common/31 try compile/invalid.c index b623bf8..b623bf8 100644 --- a/test cases/common/33 try compile/invalid.c +++ b/test cases/common/31 try compile/invalid.c diff --git a/test cases/common/33 try compile/meson.build b/test cases/common/31 try compile/meson.build index 09ca395..09ca395 100644 --- a/test cases/common/33 try compile/meson.build +++ b/test cases/common/31 try compile/meson.build diff --git a/test cases/common/33 try compile/valid.c b/test cases/common/31 try compile/valid.c index 3757f5a..3757f5a 100644 --- a/test cases/common/33 try compile/valid.c +++ b/test cases/common/31 try compile/valid.c diff --git a/test cases/common/34 compiler id/meson.build b/test cases/common/32 compiler id/meson.build index 2b5c445..2b5c445 100644 --- a/test cases/common/34 compiler id/meson.build +++ b/test cases/common/32 compiler id/meson.build diff --git a/test cases/common/35 sizeof/config.h.in b/test cases/common/33 sizeof/config.h.in index a442e8a..a442e8a 100644 --- a/test cases/common/35 sizeof/config.h.in +++ b/test cases/common/33 sizeof/config.h.in diff --git a/test cases/common/35 sizeof/meson.build b/test cases/common/33 sizeof/meson.build index 9de5b78..9de5b78 100644 --- a/test cases/common/35 sizeof/meson.build +++ b/test cases/common/33 sizeof/meson.build diff --git a/test cases/common/35 sizeof/prog.c.in b/test cases/common/33 sizeof/prog.c.in index 85b1229..85b1229 100644 --- a/test cases/common/35 sizeof/prog.c.in +++ b/test cases/common/33 sizeof/prog.c.in diff --git a/test cases/common/36 define10/config.h.in b/test cases/common/34 define10/config.h.in index dc77346..dc77346 100644 --- a/test cases/common/36 define10/config.h.in +++ b/test cases/common/34 define10/config.h.in diff --git a/test cases/common/36 define10/meson.build b/test cases/common/34 define10/meson.build index a28e7e4..a28e7e4 100644 --- a/test cases/common/36 define10/meson.build +++ b/test cases/common/34 define10/meson.build diff --git a/test cases/common/36 define10/prog.c b/test cases/common/34 define10/prog.c index 10e94f1..10e94f1 100644 --- a/test cases/common/36 define10/prog.c +++ b/test cases/common/34 define10/prog.c diff --git a/test cases/common/37 has header/meson.build b/test cases/common/35 has header/meson.build index b53849c..b53849c 100644 --- a/test cases/common/37 has header/meson.build +++ b/test cases/common/35 has header/meson.build diff --git a/test cases/common/37 has header/ouagadougou.h b/test cases/common/35 has header/ouagadougou.h index 2f76c49..2f76c49 100644 --- a/test cases/common/37 has header/ouagadougou.h +++ b/test cases/common/35 has header/ouagadougou.h diff --git a/test cases/common/38 run program/get-version.py b/test cases/common/36 run program/get-version.py index a22d559..a22d559 100644 --- a/test cases/common/38 run program/get-version.py +++ b/test cases/common/36 run program/get-version.py diff --git a/test cases/common/38 run program/meson.build b/test cases/common/36 run program/meson.build index a05cea3..a05cea3 100644 --- a/test cases/common/38 run program/meson.build +++ b/test cases/common/36 run program/meson.build diff --git a/test cases/common/38 run program/scripts/hello.bat b/test cases/common/36 run program/scripts/hello.bat index cbc346b..cbc346b 100644 --- a/test cases/common/38 run program/scripts/hello.bat +++ b/test cases/common/36 run program/scripts/hello.bat diff --git a/test cases/common/38 run program/scripts/hello.sh b/test cases/common/36 run program/scripts/hello.sh index 2a22daa..2a22daa 100755 --- a/test cases/common/38 run program/scripts/hello.sh +++ b/test cases/common/36 run program/scripts/hello.sh diff --git a/test cases/common/39 tryrun/error.c b/test cases/common/37 tryrun/error.c index 80eeb5d..80eeb5d 100644 --- a/test cases/common/39 tryrun/error.c +++ b/test cases/common/37 tryrun/error.c diff --git a/test cases/common/39 tryrun/meson.build b/test cases/common/37 tryrun/meson.build index c64446f..c64446f 100644 --- a/test cases/common/39 tryrun/meson.build +++ b/test cases/common/37 tryrun/meson.build diff --git a/test cases/common/39 tryrun/no_compile.c b/test cases/common/37 tryrun/no_compile.c index 86b67ac..86b67ac 100644 --- a/test cases/common/39 tryrun/no_compile.c +++ b/test cases/common/37 tryrun/no_compile.c diff --git a/test cases/common/39 tryrun/ok.c b/test cases/common/37 tryrun/ok.c index 4111c74..4111c74 100644 --- a/test cases/common/39 tryrun/ok.c +++ b/test cases/common/37 tryrun/ok.c diff --git a/test cases/common/40 logic ops/meson.build b/test cases/common/38 logic ops/meson.build index 897054e..897054e 100644 --- a/test cases/common/40 logic ops/meson.build +++ b/test cases/common/38 logic ops/meson.build diff --git a/test cases/common/42 string operations/meson.build b/test cases/common/39 string operations/meson.build index 6596142..6596142 100644 --- a/test cases/common/42 string operations/meson.build +++ b/test cases/common/39 string operations/meson.build diff --git a/test cases/common/43 has function/meson.build b/test cases/common/40 has function/meson.build index eb30acd..eb30acd 100644 --- a/test cases/common/43 has function/meson.build +++ b/test cases/common/40 has function/meson.build diff --git a/test cases/common/44 has member/meson.build b/test cases/common/41 has member/meson.build index 4e61956..4e61956 100644 --- a/test cases/common/44 has member/meson.build +++ b/test cases/common/41 has member/meson.build diff --git a/test cases/common/45 alignment/meson.build b/test cases/common/42 alignment/meson.build index a9bd65b..a9bd65b 100644 --- a/test cases/common/45 alignment/meson.build +++ b/test cases/common/42 alignment/meson.build diff --git a/test cases/common/46 library chain/installed_files.txt b/test cases/common/43 library chain/installed_files.txt index c7dab9f..c7dab9f 100644 --- a/test cases/common/46 library chain/installed_files.txt +++ b/test cases/common/43 library chain/installed_files.txt diff --git a/test cases/common/46 library chain/main.c b/test cases/common/43 library chain/main.c index 7b015b7..7b015b7 100644 --- a/test cases/common/46 library chain/main.c +++ b/test cases/common/43 library chain/main.c diff --git a/test cases/common/46 library chain/meson.build b/test cases/common/43 library chain/meson.build index 77528d7..77528d7 100644 --- a/test cases/common/46 library chain/meson.build +++ b/test cases/common/43 library chain/meson.build diff --git a/test cases/common/46 library chain/subdir/lib1.c b/test cases/common/43 library chain/subdir/lib1.c index 499ef82..499ef82 100644 --- a/test cases/common/46 library chain/subdir/lib1.c +++ b/test cases/common/43 library chain/subdir/lib1.c diff --git a/test cases/common/46 library chain/subdir/meson.build b/test cases/common/43 library chain/subdir/meson.build index ab71bda..ab71bda 100644 --- a/test cases/common/46 library chain/subdir/meson.build +++ b/test cases/common/43 library chain/subdir/meson.build diff --git a/test cases/common/46 library chain/subdir/subdir2/lib2.c b/test cases/common/43 library chain/subdir/subdir2/lib2.c index 34fadf2..34fadf2 100644 --- a/test cases/common/46 library chain/subdir/subdir2/lib2.c +++ b/test cases/common/43 library chain/subdir/subdir2/lib2.c diff --git a/test cases/common/46 library chain/subdir/subdir2/meson.build b/test cases/common/43 library chain/subdir/subdir2/meson.build index befd94d..befd94d 100644 --- a/test cases/common/46 library chain/subdir/subdir2/meson.build +++ b/test cases/common/43 library chain/subdir/subdir2/meson.build diff --git a/test cases/common/46 library chain/subdir/subdir3/lib3.c b/test cases/common/43 library chain/subdir/subdir3/lib3.c index 7bd88af..7bd88af 100644 --- a/test cases/common/46 library chain/subdir/subdir3/lib3.c +++ b/test cases/common/43 library chain/subdir/subdir3/lib3.c diff --git a/test cases/common/46 library chain/subdir/subdir3/meson.build b/test cases/common/43 library chain/subdir/subdir3/meson.build index 7bd249a..7bd249a 100644 --- a/test cases/common/46 library chain/subdir/subdir3/meson.build +++ b/test cases/common/43 library chain/subdir/subdir3/meson.build diff --git a/test cases/common/47 options/meson.build b/test cases/common/44 options/meson.build index f177aa4..f177aa4 100644 --- a/test cases/common/47 options/meson.build +++ b/test cases/common/44 options/meson.build diff --git a/test cases/common/47 options/meson_options.txt b/test cases/common/44 options/meson_options.txt index 4e1c8d8..4e1c8d8 100644 --- a/test cases/common/47 options/meson_options.txt +++ b/test cases/common/44 options/meson_options.txt diff --git a/test cases/common/48 test args/cmd_args.c b/test cases/common/45 test args/cmd_args.c index 545b795..545b795 100644 --- a/test cases/common/48 test args/cmd_args.c +++ b/test cases/common/45 test args/cmd_args.c diff --git a/test cases/common/48 test args/copyfile.py b/test cases/common/45 test args/copyfile.py index ff42ac3..ff42ac3 100644 --- a/test cases/common/48 test args/copyfile.py +++ b/test cases/common/45 test args/copyfile.py diff --git a/test cases/common/48 test args/env2vars.c b/test cases/common/45 test args/env2vars.c index 19250a8..19250a8 100644 --- a/test cases/common/48 test args/env2vars.c +++ b/test cases/common/45 test args/env2vars.c diff --git a/test cases/common/48 test args/envvars.c b/test cases/common/45 test args/envvars.c index 627e413..627e413 100644 --- a/test cases/common/48 test args/envvars.c +++ b/test cases/common/45 test args/envvars.c diff --git a/test cases/common/48 test args/meson.build b/test cases/common/45 test args/meson.build index 81d3491..81d3491 100644 --- a/test cases/common/48 test args/meson.build +++ b/test cases/common/45 test args/meson.build diff --git a/test cases/common/48 test args/tester.c b/test cases/common/45 test args/tester.c index 419277e..419277e 100644 --- a/test cases/common/48 test args/tester.c +++ b/test cases/common/45 test args/tester.c diff --git a/test cases/common/48 test args/tester.py b/test cases/common/45 test args/tester.py index 0b4010a..0b4010a 100755 --- a/test cases/common/48 test args/tester.py +++ b/test cases/common/45 test args/tester.py diff --git a/test cases/common/48 test args/testfile.txt b/test cases/common/45 test args/testfile.txt index 12f00e9..12f00e9 100644 --- a/test cases/common/48 test args/testfile.txt +++ b/test cases/common/45 test args/testfile.txt diff --git a/test cases/common/49 subproject/installed_files.txt b/test cases/common/46 subproject/installed_files.txt index dc09fb7..dc09fb7 100644 --- a/test cases/common/49 subproject/installed_files.txt +++ b/test cases/common/46 subproject/installed_files.txt diff --git a/test cases/common/49 subproject/meson.build b/test cases/common/46 subproject/meson.build index c6ec116..c6ec116 100644 --- a/test cases/common/49 subproject/meson.build +++ b/test cases/common/46 subproject/meson.build diff --git a/test cases/common/49 subproject/subprojects/sublib/include/subdefs.h b/test cases/common/46 subproject/subprojects/sublib/include/subdefs.h index 681c7b8..681c7b8 100644 --- a/test cases/common/49 subproject/subprojects/sublib/include/subdefs.h +++ b/test cases/common/46 subproject/subprojects/sublib/include/subdefs.h diff --git a/test cases/common/49 subproject/subprojects/sublib/meson.build b/test cases/common/46 subproject/subprojects/sublib/meson.build index acaf1bf..acaf1bf 100644 --- a/test cases/common/49 subproject/subprojects/sublib/meson.build +++ b/test cases/common/46 subproject/subprojects/sublib/meson.build diff --git a/test cases/common/49 subproject/subprojects/sublib/simpletest.c b/test cases/common/46 subproject/subprojects/sublib/simpletest.c index 3801a40..3801a40 100644 --- a/test cases/common/49 subproject/subprojects/sublib/simpletest.c +++ b/test cases/common/46 subproject/subprojects/sublib/simpletest.c diff --git a/test cases/common/49 subproject/subprojects/sublib/sublib.c b/test cases/common/46 subproject/subprojects/sublib/sublib.c index c13326b..c13326b 100644 --- a/test cases/common/49 subproject/subprojects/sublib/sublib.c +++ b/test cases/common/46 subproject/subprojects/sublib/sublib.c diff --git a/test cases/common/49 subproject/user.c b/test cases/common/46 subproject/user.c index cfde532..cfde532 100644 --- a/test cases/common/49 subproject/user.c +++ b/test cases/common/46 subproject/user.c diff --git a/test cases/common/50 subproject options/meson.build b/test cases/common/47 subproject options/meson.build index d4598b6..d4598b6 100644 --- a/test cases/common/50 subproject options/meson.build +++ b/test cases/common/47 subproject options/meson.build diff --git a/test cases/common/50 subproject options/meson_options.txt b/test cases/common/47 subproject options/meson_options.txt index c295ddd..c295ddd 100644 --- a/test cases/common/50 subproject options/meson_options.txt +++ b/test cases/common/47 subproject options/meson_options.txt diff --git a/test cases/common/50 subproject options/subprojects/subproject/meson.build b/test cases/common/47 subproject options/subprojects/subproject/meson.build index 5000b86..5000b86 100644 --- a/test cases/common/50 subproject options/subprojects/subproject/meson.build +++ b/test cases/common/47 subproject options/subprojects/subproject/meson.build diff --git a/test cases/common/50 subproject options/subprojects/subproject/meson_options.txt b/test cases/common/47 subproject options/subprojects/subproject/meson_options.txt index ac78533..ac78533 100644 --- a/test cases/common/50 subproject options/subprojects/subproject/meson_options.txt +++ b/test cases/common/47 subproject options/subprojects/subproject/meson_options.txt diff --git a/test cases/common/51 pkgconfig-gen/dependencies/exposed.c b/test cases/common/48 pkgconfig-gen/dependencies/exposed.c index 005202e..005202e 100644 --- a/test cases/common/51 pkgconfig-gen/dependencies/exposed.c +++ b/test cases/common/48 pkgconfig-gen/dependencies/exposed.c diff --git a/test cases/common/51 pkgconfig-gen/dependencies/internal.c b/test cases/common/48 pkgconfig-gen/dependencies/internal.c index 1a41b11..1a41b11 100644 --- a/test cases/common/51 pkgconfig-gen/dependencies/internal.c +++ b/test cases/common/48 pkgconfig-gen/dependencies/internal.c diff --git a/test cases/common/51 pkgconfig-gen/dependencies/meson.build b/test cases/common/48 pkgconfig-gen/dependencies/meson.build index 047e7e7..047e7e7 100644 --- a/test cases/common/51 pkgconfig-gen/dependencies/meson.build +++ b/test cases/common/48 pkgconfig-gen/dependencies/meson.build diff --git a/test cases/common/51 pkgconfig-gen/installed_files.txt b/test cases/common/48 pkgconfig-gen/installed_files.txt index 3c44d28..3c44d28 100644 --- a/test cases/common/51 pkgconfig-gen/installed_files.txt +++ b/test cases/common/48 pkgconfig-gen/installed_files.txt diff --git a/test cases/common/51 pkgconfig-gen/meson.build b/test cases/common/48 pkgconfig-gen/meson.build index 7e6c670..7e6c670 100644 --- a/test cases/common/51 pkgconfig-gen/meson.build +++ b/test cases/common/48 pkgconfig-gen/meson.build diff --git a/test cases/common/51 pkgconfig-gen/simple.c b/test cases/common/48 pkgconfig-gen/simple.c index e8a6d83..e8a6d83 100644 --- a/test cases/common/51 pkgconfig-gen/simple.c +++ b/test cases/common/48 pkgconfig-gen/simple.c diff --git a/test cases/common/51 pkgconfig-gen/simple.h b/test cases/common/48 pkgconfig-gen/simple.h index bb52e6d..bb52e6d 100644 --- a/test cases/common/51 pkgconfig-gen/simple.h +++ b/test cases/common/48 pkgconfig-gen/simple.h diff --git a/test cases/common/52 custom install dirs/datafile.cat b/test cases/common/49 custom install dirs/datafile.cat index 53d81fc..53d81fc 100644 --- a/test cases/common/52 custom install dirs/datafile.cat +++ b/test cases/common/49 custom install dirs/datafile.cat diff --git a/test cases/common/52 custom install dirs/installed_files.txt b/test cases/common/49 custom install dirs/installed_files.txt index 0cc533a..0cc533a 100644 --- a/test cases/common/52 custom install dirs/installed_files.txt +++ b/test cases/common/49 custom install dirs/installed_files.txt diff --git a/test cases/common/52 custom install dirs/meson.build b/test cases/common/49 custom install dirs/meson.build index 494ff0e..494ff0e 100644 --- a/test cases/common/52 custom install dirs/meson.build +++ b/test cases/common/49 custom install dirs/meson.build diff --git a/test cases/common/52 custom install dirs/prog.1 b/test cases/common/49 custom install dirs/prog.1 index 08ef7da..08ef7da 100644 --- a/test cases/common/52 custom install dirs/prog.1 +++ b/test cases/common/49 custom install dirs/prog.1 diff --git a/test cases/common/52 custom install dirs/prog.c b/test cases/common/49 custom install dirs/prog.c index 0f0061d..0f0061d 100644 --- a/test cases/common/52 custom install dirs/prog.c +++ b/test cases/common/49 custom install dirs/prog.c diff --git a/test cases/common/52 custom install dirs/sample.h b/test cases/common/49 custom install dirs/sample.h index dc030da..dc030da 100644 --- a/test cases/common/52 custom install dirs/sample.h +++ b/test cases/common/49 custom install dirs/sample.h diff --git a/test cases/common/52 custom install dirs/subdir/datafile.dog b/test cases/common/49 custom install dirs/subdir/datafile.dog index 7a5bcb7..7a5bcb7 100644 --- a/test cases/common/52 custom install dirs/subdir/datafile.dog +++ b/test cases/common/49 custom install dirs/subdir/datafile.dog diff --git a/test cases/common/53 subproject subproject/meson.build b/test cases/common/50 subproject subproject/meson.build index f7df361..f7df361 100644 --- a/test cases/common/53 subproject subproject/meson.build +++ b/test cases/common/50 subproject subproject/meson.build diff --git a/test cases/common/53 subproject subproject/prog.c b/test cases/common/50 subproject subproject/prog.c index 394f139..394f139 100644 --- a/test cases/common/53 subproject subproject/prog.c +++ b/test cases/common/50 subproject subproject/prog.c diff --git a/test cases/common/53 subproject subproject/subprojects/a/a.c b/test cases/common/50 subproject subproject/subprojects/a/a.c index 7ac3e5e..7ac3e5e 100644 --- a/test cases/common/53 subproject subproject/subprojects/a/a.c +++ b/test cases/common/50 subproject subproject/subprojects/a/a.c diff --git a/test cases/common/53 subproject subproject/subprojects/a/meson.build b/test cases/common/50 subproject subproject/subprojects/a/meson.build index f0dfc44..f0dfc44 100644 --- a/test cases/common/53 subproject subproject/subprojects/a/meson.build +++ b/test cases/common/50 subproject subproject/subprojects/a/meson.build diff --git a/test cases/common/53 subproject subproject/subprojects/b/b.c b/test cases/common/50 subproject subproject/subprojects/b/b.c index a95651b..a95651b 100644 --- a/test cases/common/53 subproject subproject/subprojects/b/b.c +++ b/test cases/common/50 subproject subproject/subprojects/b/b.c diff --git a/test cases/common/53 subproject subproject/subprojects/b/meson.build b/test cases/common/50 subproject subproject/subprojects/b/meson.build index e7af606..e7af606 100644 --- a/test cases/common/53 subproject subproject/subprojects/b/meson.build +++ b/test cases/common/50 subproject subproject/subprojects/b/meson.build diff --git a/test cases/common/54 same file name/d1/file.c b/test cases/common/51 same file name/d1/file.c index 8084d73..8084d73 100644 --- a/test cases/common/54 same file name/d1/file.c +++ b/test cases/common/51 same file name/d1/file.c diff --git a/test cases/common/54 same file name/d2/file.c b/test cases/common/51 same file name/d2/file.c index d1444a2..d1444a2 100644 --- a/test cases/common/54 same file name/d2/file.c +++ b/test cases/common/51 same file name/d2/file.c diff --git a/test cases/common/54 same file name/meson.build b/test cases/common/51 same file name/meson.build index 3f351af..3f351af 100644 --- a/test cases/common/54 same file name/meson.build +++ b/test cases/common/51 same file name/meson.build diff --git a/test cases/common/54 same file name/prog.c b/test cases/common/51 same file name/prog.c index 3441288..3441288 100644 --- a/test cases/common/54 same file name/prog.c +++ b/test cases/common/51 same file name/prog.c diff --git a/test cases/common/55 file grabber/a.c b/test cases/common/52 file grabber/a.c index bee8ad7..bee8ad7 100644 --- a/test cases/common/55 file grabber/a.c +++ b/test cases/common/52 file grabber/a.c diff --git a/test cases/common/55 file grabber/b.c b/test cases/common/52 file grabber/b.c index 0fdd162..0fdd162 100644 --- a/test cases/common/55 file grabber/b.c +++ b/test cases/common/52 file grabber/b.c diff --git a/test cases/common/55 file grabber/c.c b/test cases/common/52 file grabber/c.c index 63f951c..63f951c 100644 --- a/test cases/common/55 file grabber/c.c +++ b/test cases/common/52 file grabber/c.c diff --git a/test cases/common/55 file grabber/grabber.bat b/test cases/common/52 file grabber/grabber.bat index 8660314..8660314 100644 --- a/test cases/common/55 file grabber/grabber.bat +++ b/test cases/common/52 file grabber/grabber.bat diff --git a/test cases/common/55 file grabber/grabber.sh b/test cases/common/52 file grabber/grabber.sh index 5e8f4b9..5e8f4b9 100755 --- a/test cases/common/55 file grabber/grabber.sh +++ b/test cases/common/52 file grabber/grabber.sh diff --git a/test cases/common/55 file grabber/grabber2.bat b/test cases/common/52 file grabber/grabber2.bat index d1a3f98..d1a3f98 100644 --- a/test cases/common/55 file grabber/grabber2.bat +++ b/test cases/common/52 file grabber/grabber2.bat diff --git a/test cases/common/55 file grabber/meson.build b/test cases/common/52 file grabber/meson.build index e332c0b..e332c0b 100644 --- a/test cases/common/55 file grabber/meson.build +++ b/test cases/common/52 file grabber/meson.build diff --git a/test cases/common/55 file grabber/prog.c b/test cases/common/52 file grabber/prog.c index 3524f60..3524f60 100644 --- a/test cases/common/55 file grabber/prog.c +++ b/test cases/common/52 file grabber/prog.c diff --git a/test cases/common/55 file grabber/subdir/meson.build b/test cases/common/52 file grabber/subdir/meson.build index 230d6f7..230d6f7 100644 --- a/test cases/common/55 file grabber/subdir/meson.build +++ b/test cases/common/52 file grabber/subdir/meson.build diff --git a/test cases/common/55 file grabber/subdir/suba.c b/test cases/common/52 file grabber/subdir/suba.c index bee8ad7..bee8ad7 100644 --- a/test cases/common/55 file grabber/subdir/suba.c +++ b/test cases/common/52 file grabber/subdir/suba.c diff --git a/test cases/common/55 file grabber/subdir/subb.c b/test cases/common/52 file grabber/subdir/subb.c index 0fdd162..0fdd162 100644 --- a/test cases/common/55 file grabber/subdir/subb.c +++ b/test cases/common/52 file grabber/subdir/subb.c diff --git a/test cases/common/55 file grabber/subdir/subc.c b/test cases/common/52 file grabber/subdir/subc.c index 63f951c..63f951c 100644 --- a/test cases/common/55 file grabber/subdir/subc.c +++ b/test cases/common/52 file grabber/subdir/subc.c diff --git a/test cases/common/55 file grabber/subdir/subprog.c b/test cases/common/52 file grabber/subdir/subprog.c index 3524f60..3524f60 100644 --- a/test cases/common/55 file grabber/subdir/subprog.c +++ b/test cases/common/52 file grabber/subdir/subprog.c diff --git a/test cases/common/56 custom target/data_source.txt b/test cases/common/53 custom target/data_source.txt index 0c23cc0..0c23cc0 100644 --- a/test cases/common/56 custom target/data_source.txt +++ b/test cases/common/53 custom target/data_source.txt diff --git a/test cases/common/56 custom target/depfile/dep.py b/test cases/common/53 custom target/depfile/dep.py index aff325b..aff325b 100755 --- a/test cases/common/56 custom target/depfile/dep.py +++ b/test cases/common/53 custom target/depfile/dep.py diff --git a/test cases/common/56 custom target/depfile/meson.build b/test cases/common/53 custom target/depfile/meson.build index 46bca74..46bca74 100644 --- a/test cases/common/56 custom target/depfile/meson.build +++ b/test cases/common/53 custom target/depfile/meson.build diff --git a/test cases/common/56 custom target/installed_files.txt b/test cases/common/53 custom target/installed_files.txt index d90a6b0..d90a6b0 100644 --- a/test cases/common/56 custom target/installed_files.txt +++ b/test cases/common/53 custom target/installed_files.txt diff --git a/test cases/common/56 custom target/meson.build b/test cases/common/53 custom target/meson.build index 2e6f69c..2e6f69c 100644 --- a/test cases/common/56 custom target/meson.build +++ b/test cases/common/53 custom target/meson.build diff --git a/test cases/common/56 custom target/my_compiler.py b/test cases/common/53 custom target/my_compiler.py index f46d23a..f46d23a 100755 --- a/test cases/common/56 custom target/my_compiler.py +++ b/test cases/common/53 custom target/my_compiler.py diff --git a/test cases/common/57 custom target chain/data_source.txt b/test cases/common/54 custom target chain/data_source.txt index 0c23cc0..0c23cc0 100644 --- a/test cases/common/57 custom target chain/data_source.txt +++ b/test cases/common/54 custom target chain/data_source.txt diff --git a/test cases/common/57 custom target chain/installed_files.txt b/test cases/common/54 custom target chain/installed_files.txt index 7feb072..7feb072 100644 --- a/test cases/common/57 custom target chain/installed_files.txt +++ b/test cases/common/54 custom target chain/installed_files.txt diff --git a/test cases/common/57 custom target chain/meson.build b/test cases/common/54 custom target chain/meson.build index 138f795..138f795 100644 --- a/test cases/common/57 custom target chain/meson.build +++ b/test cases/common/54 custom target chain/meson.build diff --git a/test cases/common/57 custom target chain/my_compiler.py b/test cases/common/54 custom target chain/my_compiler.py index 9cf4425..9cf4425 100755 --- a/test cases/common/57 custom target chain/my_compiler.py +++ b/test cases/common/54 custom target chain/my_compiler.py diff --git a/test cases/common/57 custom target chain/my_compiler2.py b/test cases/common/54 custom target chain/my_compiler2.py index 0191f3f..0191f3f 100755 --- a/test cases/common/57 custom target chain/my_compiler2.py +++ b/test cases/common/54 custom target chain/my_compiler2.py diff --git a/test cases/common/57 custom target chain/usetarget/meson.build b/test cases/common/54 custom target chain/usetarget/meson.build index 9aece8c..9aece8c 100644 --- a/test cases/common/57 custom target chain/usetarget/meson.build +++ b/test cases/common/54 custom target chain/usetarget/meson.build diff --git a/test cases/common/57 custom target chain/usetarget/myexe.c b/test cases/common/54 custom target chain/usetarget/myexe.c index f9874fd..f9874fd 100644 --- a/test cases/common/57 custom target chain/usetarget/myexe.c +++ b/test cases/common/54 custom target chain/usetarget/myexe.c diff --git a/test cases/common/57 custom target chain/usetarget/subcomp.py b/test cases/common/54 custom target chain/usetarget/subcomp.py index b5f6eb0..b5f6eb0 100755 --- a/test cases/common/57 custom target chain/usetarget/subcomp.py +++ b/test cases/common/54 custom target chain/usetarget/subcomp.py diff --git a/test cases/common/58 run target/check_exists.py b/test cases/common/55 run target/check_exists.py index b6fc967..b6fc967 100755 --- a/test cases/common/58 run target/check_exists.py +++ b/test cases/common/55 run target/check_exists.py diff --git a/test cases/common/58 run target/configure.in b/test cases/common/55 run target/configure.in index 0d42d04..0d42d04 100755 --- a/test cases/common/58 run target/configure.in +++ b/test cases/common/55 run target/configure.in diff --git a/test cases/common/58 run target/converter.py b/test cases/common/55 run target/converter.py index 8dd31fe..8dd31fe 100644 --- a/test cases/common/58 run target/converter.py +++ b/test cases/common/55 run target/converter.py diff --git a/test cases/common/58 run target/fakeburner.py b/test cases/common/55 run target/fakeburner.py index da3d0ac..da3d0ac 100755 --- a/test cases/common/58 run target/fakeburner.py +++ b/test cases/common/55 run target/fakeburner.py diff --git a/test cases/common/58 run target/helloprinter.c b/test cases/common/55 run target/helloprinter.c index 4a6e0ac..4a6e0ac 100644 --- a/test cases/common/58 run target/helloprinter.c +++ b/test cases/common/55 run target/helloprinter.c diff --git a/test cases/common/58 run target/meson.build b/test cases/common/55 run target/meson.build index 93a4ad0..93a4ad0 100644 --- a/test cases/common/58 run target/meson.build +++ b/test cases/common/55 run target/meson.build diff --git a/test cases/common/58 run target/scripts/script.sh b/test cases/common/55 run target/scripts/script.sh index 0adf263..0adf263 100755 --- a/test cases/common/58 run target/scripts/script.sh +++ b/test cases/common/55 run target/scripts/script.sh diff --git a/test cases/common/59 object generator/meson.build b/test cases/common/56 object generator/meson.build index e20da6f..e20da6f 100644 --- a/test cases/common/59 object generator/meson.build +++ b/test cases/common/56 object generator/meson.build diff --git a/test cases/common/59 object generator/obj_generator.py b/test cases/common/56 object generator/obj_generator.py index a33872a..a33872a 100755 --- a/test cases/common/59 object generator/obj_generator.py +++ b/test cases/common/56 object generator/obj_generator.py diff --git a/test cases/common/59 object generator/prog.c b/test cases/common/56 object generator/prog.c index 60459d6..60459d6 100644 --- a/test cases/common/59 object generator/prog.c +++ b/test cases/common/56 object generator/prog.c diff --git a/test cases/common/59 object generator/source.c b/test cases/common/56 object generator/source.c index 7779b33..7779b33 100644 --- a/test cases/common/59 object generator/source.c +++ b/test cases/common/56 object generator/source.c diff --git a/test cases/common/59 object generator/source2.c b/test cases/common/56 object generator/source2.c index 29aad40..29aad40 100644 --- a/test cases/common/59 object generator/source2.c +++ b/test cases/common/56 object generator/source2.c diff --git a/test cases/common/59 object generator/source3.c b/test cases/common/56 object generator/source3.c index 1580f1e..1580f1e 100644 --- a/test cases/common/59 object generator/source3.c +++ b/test cases/common/56 object generator/source3.c diff --git a/test cases/common/60 install script/installed_files.txt b/test cases/common/57 install script/installed_files.txt index 94c1fed..94c1fed 100644 --- a/test cases/common/60 install script/installed_files.txt +++ b/test cases/common/57 install script/installed_files.txt diff --git a/test cases/common/60 install script/meson.build b/test cases/common/57 install script/meson.build index 6351518..6351518 100644 --- a/test cases/common/60 install script/meson.build +++ b/test cases/common/57 install script/meson.build diff --git a/test cases/common/60 install script/myinstall.py b/test cases/common/57 install script/myinstall.py index 812561e..812561e 100644 --- a/test cases/common/60 install script/myinstall.py +++ b/test cases/common/57 install script/myinstall.py diff --git a/test cases/common/60 install script/no-installed-files b/test cases/common/57 install script/no-installed-files index e69de29..e69de29 100644 --- a/test cases/common/60 install script/no-installed-files +++ b/test cases/common/57 install script/no-installed-files diff --git a/test cases/common/60 install script/prog.c b/test cases/common/57 install script/prog.c index 06bc6b1..06bc6b1 100644 --- a/test cases/common/60 install script/prog.c +++ b/test cases/common/57 install script/prog.c diff --git a/test cases/common/60 install script/src/meson.build b/test cases/common/57 install script/src/meson.build index b23574a..b23574a 100644 --- a/test cases/common/60 install script/src/meson.build +++ b/test cases/common/57 install script/src/meson.build diff --git a/test cases/common/60 install script/src/myinstall.py b/test cases/common/57 install script/src/myinstall.py index 3b7ce37..3b7ce37 100644 --- a/test cases/common/60 install script/src/myinstall.py +++ b/test cases/common/57 install script/src/myinstall.py diff --git a/test cases/common/61 custom target source output/generator.py b/test cases/common/58 custom target source output/generator.py index 3464b0a..3464b0a 100755 --- a/test cases/common/61 custom target source output/generator.py +++ b/test cases/common/58 custom target source output/generator.py diff --git a/test cases/common/61 custom target source output/main.c b/test cases/common/58 custom target source output/main.c index 2813c39..2813c39 100644 --- a/test cases/common/61 custom target source output/main.c +++ b/test cases/common/58 custom target source output/main.c diff --git a/test cases/common/61 custom target source output/meson.build b/test cases/common/58 custom target source output/meson.build index f9d039d..f9d039d 100644 --- a/test cases/common/61 custom target source output/meson.build +++ b/test cases/common/58 custom target source output/meson.build diff --git a/test cases/common/62 exe static shared/meson.build b/test cases/common/59 exe static shared/meson.build index 2888882..2888882 100644 --- a/test cases/common/62 exe static shared/meson.build +++ b/test cases/common/59 exe static shared/meson.build diff --git a/test cases/common/62 exe static shared/prog.c b/test cases/common/59 exe static shared/prog.c index 26603b6..26603b6 100644 --- a/test cases/common/62 exe static shared/prog.c +++ b/test cases/common/59 exe static shared/prog.c diff --git a/test cases/common/62 exe static shared/shlib2.c b/test cases/common/59 exe static shared/shlib2.c index 12bc913..12bc913 100644 --- a/test cases/common/62 exe static shared/shlib2.c +++ b/test cases/common/59 exe static shared/shlib2.c diff --git a/test cases/common/62 exe static shared/stat.c b/test cases/common/59 exe static shared/stat.c index 680ed92..680ed92 100644 --- a/test cases/common/62 exe static shared/stat.c +++ b/test cases/common/59 exe static shared/stat.c diff --git a/test cases/common/62 exe static shared/stat2.c b/test cases/common/59 exe static shared/stat2.c index 4ae3775..4ae3775 100644 --- a/test cases/common/62 exe static shared/stat2.c +++ b/test cases/common/59 exe static shared/stat2.c diff --git a/test cases/common/62 exe static shared/subdir/exports.h b/test cases/common/59 exe static shared/subdir/exports.h index c89ccb2..c89ccb2 100644 --- a/test cases/common/62 exe static shared/subdir/exports.h +++ b/test cases/common/59 exe static shared/subdir/exports.h diff --git a/test cases/common/62 exe static shared/subdir/meson.build b/test cases/common/59 exe static shared/subdir/meson.build index 2b7393b..2b7393b 100644 --- a/test cases/common/62 exe static shared/subdir/meson.build +++ b/test cases/common/59 exe static shared/subdir/meson.build diff --git a/test cases/common/62 exe static shared/subdir/shlib.c b/test cases/common/59 exe static shared/subdir/shlib.c index 002c83f..002c83f 100644 --- a/test cases/common/62 exe static shared/subdir/shlib.c +++ b/test cases/common/59 exe static shared/subdir/shlib.c diff --git a/test cases/common/63 array methods/meson.build b/test cases/common/60 array methods/meson.build index cdda41d..cdda41d 100644 --- a/test cases/common/63 array methods/meson.build +++ b/test cases/common/60 array methods/meson.build diff --git a/test cases/common/64 custom header generator/input.def b/test cases/common/61 custom header generator/input.def index 573541a..573541a 100644 --- a/test cases/common/64 custom header generator/input.def +++ b/test cases/common/61 custom header generator/input.def diff --git a/test cases/common/64 custom header generator/makeheader.py b/test cases/common/61 custom header generator/makeheader.py index f156834..f156834 100644 --- a/test cases/common/64 custom header generator/makeheader.py +++ b/test cases/common/61 custom header generator/makeheader.py diff --git a/test cases/common/64 custom header generator/meson.build b/test cases/common/61 custom header generator/meson.build index d43915a..d43915a 100644 --- a/test cases/common/64 custom header generator/meson.build +++ b/test cases/common/61 custom header generator/meson.build diff --git a/test cases/common/64 custom header generator/prog.c b/test cases/common/61 custom header generator/prog.c index 184973a..184973a 100644 --- a/test cases/common/64 custom header generator/prog.c +++ b/test cases/common/61 custom header generator/prog.c diff --git a/test cases/common/64 custom header generator/somefile.txt b/test cases/common/61 custom header generator/somefile.txt index e69de29..e69de29 100644 --- a/test cases/common/64 custom header generator/somefile.txt +++ b/test cases/common/61 custom header generator/somefile.txt diff --git a/test cases/common/65 multiple generators/data2.dat b/test cases/common/62 multiple generators/data2.dat index 0cfbf08..0cfbf08 100644 --- a/test cases/common/65 multiple generators/data2.dat +++ b/test cases/common/62 multiple generators/data2.dat diff --git a/test cases/common/65 multiple generators/main.cpp b/test cases/common/62 multiple generators/main.cpp index 5277063..5277063 100644 --- a/test cases/common/65 multiple generators/main.cpp +++ b/test cases/common/62 multiple generators/main.cpp diff --git a/test cases/common/65 multiple generators/meson.build b/test cases/common/62 multiple generators/meson.build index 66f7fa9..66f7fa9 100644 --- a/test cases/common/65 multiple generators/meson.build +++ b/test cases/common/62 multiple generators/meson.build diff --git a/test cases/common/65 multiple generators/mygen.py b/test cases/common/62 multiple generators/mygen.py index 99dc331..99dc331 100755 --- a/test cases/common/65 multiple generators/mygen.py +++ b/test cases/common/62 multiple generators/mygen.py diff --git a/test cases/common/65 multiple generators/subdir/data.dat b/test cases/common/62 multiple generators/subdir/data.dat index d00491f..d00491f 100644 --- a/test cases/common/65 multiple generators/subdir/data.dat +++ b/test cases/common/62 multiple generators/subdir/data.dat diff --git a/test cases/common/65 multiple generators/subdir/meson.build b/test cases/common/62 multiple generators/subdir/meson.build index 2456ecb..2456ecb 100644 --- a/test cases/common/65 multiple generators/subdir/meson.build +++ b/test cases/common/62 multiple generators/subdir/meson.build diff --git a/test cases/common/66 install subdir/installed_files.txt b/test cases/common/63 install subdir/installed_files.txt index 3f561d5..3f561d5 100644 --- a/test cases/common/66 install subdir/installed_files.txt +++ b/test cases/common/63 install subdir/installed_files.txt diff --git a/test cases/common/66 install subdir/meson.build b/test cases/common/63 install subdir/meson.build index 6f92efd..6f92efd 100644 --- a/test cases/common/66 install subdir/meson.build +++ b/test cases/common/63 install subdir/meson.build diff --git a/test cases/common/66 install subdir/nested_elided/sub/dircheck/nineth.dat b/test cases/common/63 install subdir/nested_elided/sub/dircheck/nineth.dat index c4eaca7..c4eaca7 100644 --- a/test cases/common/66 install subdir/nested_elided/sub/dircheck/nineth.dat +++ b/test cases/common/63 install subdir/nested_elided/sub/dircheck/nineth.dat diff --git a/test cases/common/66 install subdir/nested_elided/sub/eighth.dat b/test cases/common/63 install subdir/nested_elided/sub/eighth.dat index fa9b7b7..fa9b7b7 100644 --- a/test cases/common/66 install subdir/nested_elided/sub/eighth.dat +++ b/test cases/common/63 install subdir/nested_elided/sub/eighth.dat diff --git a/test cases/common/66 install subdir/sub/sub1/third.dat b/test cases/common/63 install subdir/sub/sub1/third.dat index 5ccbc43..5ccbc43 100644 --- a/test cases/common/66 install subdir/sub/sub1/third.dat +++ b/test cases/common/63 install subdir/sub/sub1/third.dat diff --git a/test cases/common/66 install subdir/sub1/second.dat b/test cases/common/63 install subdir/sub1/second.dat index 48857a8..48857a8 100644 --- a/test cases/common/66 install subdir/sub1/second.dat +++ b/test cases/common/63 install subdir/sub1/second.dat diff --git a/test cases/common/66 install subdir/sub2/dircheck/excluded-three.dat b/test cases/common/63 install subdir/sub2/dircheck/excluded-three.dat index e69de29..e69de29 100644 --- a/test cases/common/66 install subdir/sub2/dircheck/excluded-three.dat +++ b/test cases/common/63 install subdir/sub2/dircheck/excluded-three.dat diff --git a/test cases/common/66 install subdir/sub2/excluded-three.dat b/test cases/common/63 install subdir/sub2/excluded-three.dat index e69de29..e69de29 100644 --- a/test cases/common/66 install subdir/sub2/excluded-three.dat +++ b/test cases/common/63 install subdir/sub2/excluded-three.dat diff --git a/test cases/common/66 install subdir/sub2/excluded/two.dat b/test cases/common/63 install subdir/sub2/excluded/two.dat index e69de29..e69de29 100644 --- a/test cases/common/66 install subdir/sub2/excluded/two.dat +++ b/test cases/common/63 install subdir/sub2/excluded/two.dat diff --git a/test cases/common/66 install subdir/sub2/one.dat b/test cases/common/63 install subdir/sub2/one.dat index e69de29..e69de29 100644 --- a/test cases/common/66 install subdir/sub2/one.dat +++ b/test cases/common/63 install subdir/sub2/one.dat diff --git a/test cases/common/66 install subdir/sub_elided/dircheck/fifth.dat b/test cases/common/63 install subdir/sub_elided/dircheck/fifth.dat index b6ca009..b6ca009 100644 --- a/test cases/common/66 install subdir/sub_elided/dircheck/fifth.dat +++ b/test cases/common/63 install subdir/sub_elided/dircheck/fifth.dat diff --git a/test cases/common/66 install subdir/sub_elided/fourth.dat b/test cases/common/63 install subdir/sub_elided/fourth.dat index ca5f26a..ca5f26a 100644 --- a/test cases/common/66 install subdir/sub_elided/fourth.dat +++ b/test cases/common/63 install subdir/sub_elided/fourth.dat diff --git a/test cases/common/66 install subdir/subdir/meson.build b/test cases/common/63 install subdir/subdir/meson.build index 0f81cdb..0f81cdb 100644 --- a/test cases/common/66 install subdir/subdir/meson.build +++ b/test cases/common/63 install subdir/subdir/meson.build diff --git a/test cases/common/66 install subdir/subdir/sub1/data1.dat b/test cases/common/63 install subdir/subdir/sub1/data1.dat index d83c370..d83c370 100644 --- a/test cases/common/66 install subdir/subdir/sub1/data1.dat +++ b/test cases/common/63 install subdir/subdir/sub1/data1.dat diff --git a/test cases/common/66 install subdir/subdir/sub1/sub2/data2.dat b/test cases/common/63 install subdir/subdir/sub1/sub2/data2.dat index 8ce1392..8ce1392 100644 --- a/test cases/common/66 install subdir/subdir/sub1/sub2/data2.dat +++ b/test cases/common/63 install subdir/subdir/sub1/sub2/data2.dat diff --git a/test cases/common/66 install subdir/subdir/sub_elided/dircheck/seventh.dat b/test cases/common/63 install subdir/subdir/sub_elided/dircheck/seventh.dat index ea0b8dc..ea0b8dc 100644 --- a/test cases/common/66 install subdir/subdir/sub_elided/dircheck/seventh.dat +++ b/test cases/common/63 install subdir/subdir/sub_elided/dircheck/seventh.dat diff --git a/test cases/common/66 install subdir/subdir/sub_elided/sixth.dat b/test cases/common/63 install subdir/subdir/sub_elided/sixth.dat index 140f075..140f075 100644 --- a/test cases/common/66 install subdir/subdir/sub_elided/sixth.dat +++ b/test cases/common/63 install subdir/subdir/sub_elided/sixth.dat diff --git a/test cases/common/67 foreach/installed_files.txt b/test cases/common/64 foreach/installed_files.txt index 2930ff0..2930ff0 100644 --- a/test cases/common/67 foreach/installed_files.txt +++ b/test cases/common/64 foreach/installed_files.txt diff --git a/test cases/common/67 foreach/meson.build b/test cases/common/64 foreach/meson.build index e633de8..e633de8 100644 --- a/test cases/common/67 foreach/meson.build +++ b/test cases/common/64 foreach/meson.build diff --git a/test cases/common/67 foreach/prog1.c b/test cases/common/64 foreach/prog1.c index a5ef0f1..a5ef0f1 100644 --- a/test cases/common/67 foreach/prog1.c +++ b/test cases/common/64 foreach/prog1.c diff --git a/test cases/common/67 foreach/prog2.c b/test cases/common/64 foreach/prog2.c index b9fddbe..b9fddbe 100644 --- a/test cases/common/67 foreach/prog2.c +++ b/test cases/common/64 foreach/prog2.c diff --git a/test cases/common/67 foreach/prog3.c b/test cases/common/64 foreach/prog3.c index 5657396..5657396 100644 --- a/test cases/common/67 foreach/prog3.c +++ b/test cases/common/64 foreach/prog3.c diff --git a/test cases/common/68 number arithmetic/meson.build b/test cases/common/65 number arithmetic/meson.build index e31d7e4..e31d7e4 100644 --- a/test cases/common/68 number arithmetic/meson.build +++ b/test cases/common/65 number arithmetic/meson.build diff --git a/test cases/common/69 string arithmetic/meson.build b/test cases/common/66 string arithmetic/meson.build index 59567de..59567de 100644 --- a/test cases/common/69 string arithmetic/meson.build +++ b/test cases/common/66 string arithmetic/meson.build diff --git a/test cases/common/70 array arithmetic/meson.build b/test cases/common/67 array arithmetic/meson.build index 8b8785a..8b8785a 100644 --- a/test cases/common/70 array arithmetic/meson.build +++ b/test cases/common/67 array arithmetic/meson.build diff --git a/test cases/common/71 arithmetic bidmas/meson.build b/test cases/common/68 arithmetic bidmas/meson.build index c7334b4..c7334b4 100644 --- a/test cases/common/71 arithmetic bidmas/meson.build +++ b/test cases/common/68 arithmetic bidmas/meson.build diff --git a/test cases/common/72 build always/main.c b/test cases/common/69 build always/main.c index f8d9ac9..f8d9ac9 100644 --- a/test cases/common/72 build always/main.c +++ b/test cases/common/69 build always/main.c diff --git a/test cases/common/72 build always/meson.build b/test cases/common/69 build always/meson.build index f720c89..f720c89 100644 --- a/test cases/common/72 build always/meson.build +++ b/test cases/common/69 build always/meson.build diff --git a/test cases/common/72 build always/version.c.in b/test cases/common/69 build always/version.c.in index 619e517..619e517 100644 --- a/test cases/common/72 build always/version.c.in +++ b/test cases/common/69 build always/version.c.in diff --git a/test cases/common/72 build always/version.h b/test cases/common/69 build always/version.h index d3fe5c6..d3fe5c6 100644 --- a/test cases/common/72 build always/version.h +++ b/test cases/common/69 build always/version.h diff --git a/test cases/common/72 build always/version_gen.py b/test cases/common/69 build always/version_gen.py index fbe2df9..fbe2df9 100755 --- a/test cases/common/72 build always/version_gen.py +++ b/test cases/common/69 build always/version_gen.py diff --git a/test cases/common/73 vcstag/meson.build b/test cases/common/70 vcstag/meson.build index 7e5983a..7e5983a 100644 --- a/test cases/common/73 vcstag/meson.build +++ b/test cases/common/70 vcstag/meson.build diff --git a/test cases/common/73 vcstag/tagprog.c b/test cases/common/70 vcstag/tagprog.c index 34146b4..34146b4 100644 --- a/test cases/common/73 vcstag/tagprog.c +++ b/test cases/common/70 vcstag/tagprog.c diff --git a/test cases/common/73 vcstag/vcstag.c.in b/test cases/common/70 vcstag/vcstag.c.in index 09192d9..09192d9 100644 --- a/test cases/common/73 vcstag/vcstag.c.in +++ b/test cases/common/70 vcstag/vcstag.c.in diff --git a/test cases/common/74 modules/meson.build b/test cases/common/71 modules/meson.build index e9750cd..e9750cd 100644 --- a/test cases/common/74 modules/meson.build +++ b/test cases/common/71 modules/meson.build diff --git a/test cases/common/75 should fail/failing.c b/test cases/common/72 should fail/failing.c index adada8d..adada8d 100644 --- a/test cases/common/75 should fail/failing.c +++ b/test cases/common/72 should fail/failing.c diff --git a/test cases/common/75 should fail/meson.build b/test cases/common/72 should fail/meson.build index dffbbb3..dffbbb3 100644 --- a/test cases/common/75 should fail/meson.build +++ b/test cases/common/72 should fail/meson.build diff --git a/test cases/common/76 configure file in custom target/inc/confdata.in b/test cases/common/73 configure file in custom target/inc/confdata.in index e44cdea..e44cdea 100644 --- a/test cases/common/76 configure file in custom target/inc/confdata.in +++ b/test cases/common/73 configure file in custom target/inc/confdata.in diff --git a/test cases/common/76 configure file in custom target/inc/meson.build b/test cases/common/73 configure file in custom target/inc/meson.build index 05d2dcb..05d2dcb 100644 --- a/test cases/common/76 configure file in custom target/inc/meson.build +++ b/test cases/common/73 configure file in custom target/inc/meson.build diff --git a/test cases/common/76 configure file in custom target/meson.build b/test cases/common/73 configure file in custom target/meson.build index 0a850a1..0a850a1 100644 --- a/test cases/common/76 configure file in custom target/meson.build +++ b/test cases/common/73 configure file in custom target/meson.build diff --git a/test cases/common/76 configure file in custom target/src/meson.build b/test cases/common/73 configure file in custom target/src/meson.build index e0ab9eb..e0ab9eb 100644 --- a/test cases/common/76 configure file in custom target/src/meson.build +++ b/test cases/common/73 configure file in custom target/src/meson.build diff --git a/test cases/common/76 configure file in custom target/src/mycompiler.py b/test cases/common/73 configure file in custom target/src/mycompiler.py index b00c862..b00c862 100644 --- a/test cases/common/76 configure file in custom target/src/mycompiler.py +++ b/test cases/common/73 configure file in custom target/src/mycompiler.py diff --git a/test cases/common/77 external test program/meson.build b/test cases/common/74 external test program/meson.build index d18ddcd..d18ddcd 100644 --- a/test cases/common/77 external test program/meson.build +++ b/test cases/common/74 external test program/meson.build diff --git a/test cases/common/77 external test program/mytest.py b/test cases/common/74 external test program/mytest.py index 9947773..9947773 100755 --- a/test cases/common/77 external test program/mytest.py +++ b/test cases/common/74 external test program/mytest.py diff --git a/test cases/common/78 ctarget dependency/gen1.py b/test cases/common/75 ctarget dependency/gen1.py index 0fa6ea1..0fa6ea1 100755 --- a/test cases/common/78 ctarget dependency/gen1.py +++ b/test cases/common/75 ctarget dependency/gen1.py diff --git a/test cases/common/78 ctarget dependency/gen2.py b/test cases/common/75 ctarget dependency/gen2.py index b087b02..b087b02 100755 --- a/test cases/common/78 ctarget dependency/gen2.py +++ b/test cases/common/75 ctarget dependency/gen2.py diff --git a/test cases/common/78 ctarget dependency/input.dat b/test cases/common/75 ctarget dependency/input.dat index 7af91e2..7af91e2 100644 --- a/test cases/common/78 ctarget dependency/input.dat +++ b/test cases/common/75 ctarget dependency/input.dat diff --git a/test cases/common/78 ctarget dependency/meson.build b/test cases/common/75 ctarget dependency/meson.build index cd11951..cd11951 100644 --- a/test cases/common/78 ctarget dependency/meson.build +++ b/test cases/common/75 ctarget dependency/meson.build diff --git a/test cases/common/79 shared subproject/a.c b/test cases/common/76 shared subproject/a.c index 6ed96fa..6ed96fa 100644 --- a/test cases/common/79 shared subproject/a.c +++ b/test cases/common/76 shared subproject/a.c diff --git a/test cases/common/79 shared subproject/meson.build b/test cases/common/76 shared subproject/meson.build index 6803d51..6803d51 100644 --- a/test cases/common/79 shared subproject/meson.build +++ b/test cases/common/76 shared subproject/meson.build diff --git a/test cases/common/79 shared subproject/subprojects/B/b.c b/test cases/common/76 shared subproject/subprojects/B/b.c index a1f3a51..a1f3a51 100644 --- a/test cases/common/79 shared subproject/subprojects/B/b.c +++ b/test cases/common/76 shared subproject/subprojects/B/b.c diff --git a/test cases/common/79 shared subproject/subprojects/B/meson.build b/test cases/common/76 shared subproject/subprojects/B/meson.build index 280c60c..280c60c 100644 --- a/test cases/common/79 shared subproject/subprojects/B/meson.build +++ b/test cases/common/76 shared subproject/subprojects/B/meson.build diff --git a/test cases/common/79 shared subproject/subprojects/C/c.c b/test cases/common/76 shared subproject/subprojects/C/c.c index eebfb9f..eebfb9f 100644 --- a/test cases/common/79 shared subproject/subprojects/C/c.c +++ b/test cases/common/76 shared subproject/subprojects/C/c.c diff --git a/test cases/common/79 shared subproject/subprojects/C/meson.build b/test cases/common/76 shared subproject/subprojects/C/meson.build index abf0b1e..abf0b1e 100644 --- a/test cases/common/79 shared subproject/subprojects/C/meson.build +++ b/test cases/common/76 shared subproject/subprojects/C/meson.build diff --git a/test cases/common/80 shared subproject 2/a.c b/test cases/common/77 shared subproject 2/a.c index 6ed96fa..6ed96fa 100644 --- a/test cases/common/80 shared subproject 2/a.c +++ b/test cases/common/77 shared subproject 2/a.c diff --git a/test cases/common/80 shared subproject 2/meson.build b/test cases/common/77 shared subproject 2/meson.build index 0647325..0647325 100644 --- a/test cases/common/80 shared subproject 2/meson.build +++ b/test cases/common/77 shared subproject 2/meson.build diff --git a/test cases/common/80 shared subproject 2/subprojects/B/b.c b/test cases/common/77 shared subproject 2/subprojects/B/b.c index 4c94ee9..4c94ee9 100644 --- a/test cases/common/80 shared subproject 2/subprojects/B/b.c +++ b/test cases/common/77 shared subproject 2/subprojects/B/b.c diff --git a/test cases/common/80 shared subproject 2/subprojects/B/meson.build b/test cases/common/77 shared subproject 2/subprojects/B/meson.build index 280c60c..280c60c 100644 --- a/test cases/common/80 shared subproject 2/subprojects/B/meson.build +++ b/test cases/common/77 shared subproject 2/subprojects/B/meson.build diff --git a/test cases/common/80 shared subproject 2/subprojects/C/c.c b/test cases/common/77 shared subproject 2/subprojects/C/c.c index eebfb9f..eebfb9f 100644 --- a/test cases/common/80 shared subproject 2/subprojects/C/c.c +++ b/test cases/common/77 shared subproject 2/subprojects/C/c.c diff --git a/test cases/common/80 shared subproject 2/subprojects/C/meson.build b/test cases/common/77 shared subproject 2/subprojects/C/meson.build index abf0b1e..abf0b1e 100644 --- a/test cases/common/80 shared subproject 2/subprojects/C/meson.build +++ b/test cases/common/77 shared subproject 2/subprojects/C/meson.build diff --git a/test cases/common/81 file object/lib.c b/test cases/common/78 file object/lib.c index 6f1c172..6f1c172 100644 --- a/test cases/common/81 file object/lib.c +++ b/test cases/common/78 file object/lib.c diff --git a/test cases/common/81 file object/meson.build b/test cases/common/78 file object/meson.build index c3ecb7b..c3ecb7b 100644 --- a/test cases/common/81 file object/meson.build +++ b/test cases/common/78 file object/meson.build diff --git a/test cases/common/81 file object/prog.c b/test cases/common/78 file object/prog.c index 884d678..884d678 100644 --- a/test cases/common/81 file object/prog.c +++ b/test cases/common/78 file object/prog.c diff --git a/test cases/common/81 file object/subdir1/lib.c b/test cases/common/78 file object/subdir1/lib.c index bc1e7b0..bc1e7b0 100644 --- a/test cases/common/81 file object/subdir1/lib.c +++ b/test cases/common/78 file object/subdir1/lib.c diff --git a/test cases/common/81 file object/subdir1/meson.build b/test cases/common/78 file object/subdir1/meson.build index f5066f0..f5066f0 100644 --- a/test cases/common/81 file object/subdir1/meson.build +++ b/test cases/common/78 file object/subdir1/meson.build diff --git a/test cases/common/81 file object/subdir1/prog.c b/test cases/common/78 file object/subdir1/prog.c index 37ccf72..37ccf72 100644 --- a/test cases/common/81 file object/subdir1/prog.c +++ b/test cases/common/78 file object/subdir1/prog.c diff --git a/test cases/common/81 file object/subdir2/lib.c b/test cases/common/78 file object/subdir2/lib.c index cfef4d0..cfef4d0 100644 --- a/test cases/common/81 file object/subdir2/lib.c +++ b/test cases/common/78 file object/subdir2/lib.c diff --git a/test cases/common/81 file object/subdir2/meson.build b/test cases/common/78 file object/subdir2/meson.build index 5886510..5886510 100644 --- a/test cases/common/81 file object/subdir2/meson.build +++ b/test cases/common/78 file object/subdir2/meson.build diff --git a/test cases/common/81 file object/subdir2/prog.c b/test cases/common/78 file object/subdir2/prog.c index 3a90b0a..3a90b0a 100644 --- a/test cases/common/81 file object/subdir2/prog.c +++ b/test cases/common/78 file object/subdir2/prog.c diff --git a/test cases/common/82 custom subproject dir/a.c b/test cases/common/79 custom subproject dir/a.c index 6ed96fa..6ed96fa 100644 --- a/test cases/common/82 custom subproject dir/a.c +++ b/test cases/common/79 custom subproject dir/a.c diff --git a/test cases/common/82 custom subproject dir/custom_subproject_dir/B/b.c b/test cases/common/79 custom subproject dir/custom_subproject_dir/B/b.c index 4c94ee9..4c94ee9 100644 --- a/test cases/common/82 custom subproject dir/custom_subproject_dir/B/b.c +++ b/test cases/common/79 custom subproject dir/custom_subproject_dir/B/b.c diff --git a/test cases/common/82 custom subproject dir/custom_subproject_dir/B/meson.build b/test cases/common/79 custom subproject dir/custom_subproject_dir/B/meson.build index 280c60c..280c60c 100644 --- a/test cases/common/82 custom subproject dir/custom_subproject_dir/B/meson.build +++ b/test cases/common/79 custom subproject dir/custom_subproject_dir/B/meson.build diff --git a/test cases/common/82 custom subproject dir/custom_subproject_dir/C/c.c b/test cases/common/79 custom subproject dir/custom_subproject_dir/C/c.c index eebfb9f..eebfb9f 100644 --- a/test cases/common/82 custom subproject dir/custom_subproject_dir/C/c.c +++ b/test cases/common/79 custom subproject dir/custom_subproject_dir/C/c.c diff --git a/test cases/common/82 custom subproject dir/custom_subproject_dir/C/meson.build b/test cases/common/79 custom subproject dir/custom_subproject_dir/C/meson.build index abf0b1e..abf0b1e 100644 --- a/test cases/common/82 custom subproject dir/custom_subproject_dir/C/meson.build +++ b/test cases/common/79 custom subproject dir/custom_subproject_dir/C/meson.build diff --git a/test cases/common/82 custom subproject dir/meson.build b/test cases/common/79 custom subproject dir/meson.build index d9ba649..d9ba649 100644 --- a/test cases/common/82 custom subproject dir/meson.build +++ b/test cases/common/79 custom subproject dir/meson.build diff --git a/test cases/common/83 has type/meson.build b/test cases/common/80 has type/meson.build index de8dbc8..de8dbc8 100644 --- a/test cases/common/83 has type/meson.build +++ b/test cases/common/80 has type/meson.build diff --git a/test cases/common/84 extract from nested subdir/meson.build b/test cases/common/81 extract from nested subdir/meson.build index 3a42806..3a42806 100644 --- a/test cases/common/84 extract from nested subdir/meson.build +++ b/test cases/common/81 extract from nested subdir/meson.build diff --git a/test cases/common/84 extract from nested subdir/src/first/lib_first.c b/test cases/common/81 extract from nested subdir/src/first/lib_first.c index 3004906..3004906 100644 --- a/test cases/common/84 extract from nested subdir/src/first/lib_first.c +++ b/test cases/common/81 extract from nested subdir/src/first/lib_first.c diff --git a/test cases/common/84 extract from nested subdir/src/first/meson.build b/test cases/common/81 extract from nested subdir/src/first/meson.build index b97aef4..b97aef4 100644 --- a/test cases/common/84 extract from nested subdir/src/first/meson.build +++ b/test cases/common/81 extract from nested subdir/src/first/meson.build diff --git a/test cases/common/84 extract from nested subdir/src/meson.build b/test cases/common/81 extract from nested subdir/src/meson.build index 3f5ec32..3f5ec32 100644 --- a/test cases/common/84 extract from nested subdir/src/meson.build +++ b/test cases/common/81 extract from nested subdir/src/meson.build diff --git a/test cases/common/84 extract from nested subdir/tst/first/exe_first.c b/test cases/common/81 extract from nested subdir/tst/first/exe_first.c index f6c1f74..f6c1f74 100644 --- a/test cases/common/84 extract from nested subdir/tst/first/exe_first.c +++ b/test cases/common/81 extract from nested subdir/tst/first/exe_first.c diff --git a/test cases/common/84 extract from nested subdir/tst/first/meson.build b/test cases/common/81 extract from nested subdir/tst/first/meson.build index a6fa7da..a6fa7da 100644 --- a/test cases/common/84 extract from nested subdir/tst/first/meson.build +++ b/test cases/common/81 extract from nested subdir/tst/first/meson.build diff --git a/test cases/common/84 extract from nested subdir/tst/meson.build b/test cases/common/81 extract from nested subdir/tst/meson.build index 3f5ec32..3f5ec32 100644 --- a/test cases/common/84 extract from nested subdir/tst/meson.build +++ b/test cases/common/81 extract from nested subdir/tst/meson.build diff --git a/test cases/common/85 internal dependency/meson.build b/test cases/common/82 internal dependency/meson.build index 6faedb0..6faedb0 100644 --- a/test cases/common/85 internal dependency/meson.build +++ b/test cases/common/82 internal dependency/meson.build diff --git a/test cases/common/85 internal dependency/proj1/include/proj1.h b/test cases/common/82 internal dependency/proj1/include/proj1.h index ded6f75..ded6f75 100644 --- a/test cases/common/85 internal dependency/proj1/include/proj1.h +++ b/test cases/common/82 internal dependency/proj1/include/proj1.h diff --git a/test cases/common/85 internal dependency/proj1/meson.build b/test cases/common/82 internal dependency/proj1/meson.build index 422021e..422021e 100644 --- a/test cases/common/85 internal dependency/proj1/meson.build +++ b/test cases/common/82 internal dependency/proj1/meson.build diff --git a/test cases/common/85 internal dependency/proj1/proj1f1.c b/test cases/common/82 internal dependency/proj1/proj1f1.c index 9077f4f..9077f4f 100644 --- a/test cases/common/85 internal dependency/proj1/proj1f1.c +++ b/test cases/common/82 internal dependency/proj1/proj1f1.c diff --git a/test cases/common/85 internal dependency/proj1/proj1f2.c b/test cases/common/82 internal dependency/proj1/proj1f2.c index 374ee4e..374ee4e 100644 --- a/test cases/common/85 internal dependency/proj1/proj1f2.c +++ b/test cases/common/82 internal dependency/proj1/proj1f2.c diff --git a/test cases/common/85 internal dependency/proj1/proj1f3.c b/test cases/common/82 internal dependency/proj1/proj1f3.c index 8c8fca4..8c8fca4 100644 --- a/test cases/common/85 internal dependency/proj1/proj1f3.c +++ b/test cases/common/82 internal dependency/proj1/proj1f3.c diff --git a/test cases/common/85 internal dependency/src/main.c b/test cases/common/82 internal dependency/src/main.c index 7d50b05..7d50b05 100644 --- a/test cases/common/85 internal dependency/src/main.c +++ b/test cases/common/82 internal dependency/src/main.c diff --git a/test cases/common/85 internal dependency/src/meson.build b/test cases/common/82 internal dependency/src/meson.build index 89f99ab..89f99ab 100644 --- a/test cases/common/85 internal dependency/src/meson.build +++ b/test cases/common/82 internal dependency/src/meson.build diff --git a/test cases/common/86 same basename/exe1.c b/test cases/common/83 same basename/exe1.c index 175a90d..175a90d 100644 --- a/test cases/common/86 same basename/exe1.c +++ b/test cases/common/83 same basename/exe1.c diff --git a/test cases/common/86 same basename/exe2.c b/test cases/common/83 same basename/exe2.c index 56b04cc..56b04cc 100644 --- a/test cases/common/86 same basename/exe2.c +++ b/test cases/common/83 same basename/exe2.c diff --git a/test cases/common/86 same basename/lib.c b/test cases/common/83 same basename/lib.c index 6fd432e..6fd432e 100644 --- a/test cases/common/86 same basename/lib.c +++ b/test cases/common/83 same basename/lib.c diff --git a/test cases/common/86 same basename/meson.build b/test cases/common/83 same basename/meson.build index 856c536..856c536 100644 --- a/test cases/common/86 same basename/meson.build +++ b/test cases/common/83 same basename/meson.build diff --git a/test cases/common/86 same basename/sharedsub/meson.build b/test cases/common/83 same basename/sharedsub/meson.build index 29654a9..29654a9 100644 --- a/test cases/common/86 same basename/sharedsub/meson.build +++ b/test cases/common/83 same basename/sharedsub/meson.build diff --git a/test cases/common/86 same basename/staticsub/meson.build b/test cases/common/83 same basename/staticsub/meson.build index 5e5242e..5e5242e 100644 --- a/test cases/common/86 same basename/staticsub/meson.build +++ b/test cases/common/83 same basename/staticsub/meson.build diff --git a/test cases/common/87 declare dep/entity/entity.h b/test cases/common/84 declare dep/entity/entity.h index c695b14..c695b14 100644 --- a/test cases/common/87 declare dep/entity/entity.h +++ b/test cases/common/84 declare dep/entity/entity.h diff --git a/test cases/common/87 declare dep/entity/entity1.c b/test cases/common/84 declare dep/entity/entity1.c index 204eb8b..204eb8b 100644 --- a/test cases/common/87 declare dep/entity/entity1.c +++ b/test cases/common/84 declare dep/entity/entity1.c diff --git a/test cases/common/87 declare dep/entity/entity2.c b/test cases/common/84 declare dep/entity/entity2.c index f34f546..f34f546 100644 --- a/test cases/common/87 declare dep/entity/entity2.c +++ b/test cases/common/84 declare dep/entity/entity2.c diff --git a/test cases/common/87 declare dep/entity/meson.build b/test cases/common/84 declare dep/entity/meson.build index 3bfe13c..3bfe13c 100644 --- a/test cases/common/87 declare dep/entity/meson.build +++ b/test cases/common/84 declare dep/entity/meson.build diff --git a/test cases/common/87 declare dep/main.c b/test cases/common/84 declare dep/main.c index 4ad9d2a..4ad9d2a 100644 --- a/test cases/common/87 declare dep/main.c +++ b/test cases/common/84 declare dep/main.c diff --git a/test cases/common/87 declare dep/meson.build b/test cases/common/84 declare dep/meson.build index e427def..e427def 100644 --- a/test cases/common/87 declare dep/meson.build +++ b/test cases/common/84 declare dep/meson.build diff --git a/test cases/common/88 extract all/extractor.h b/test cases/common/85 extract all/extractor.h index d0917a1..d0917a1 100644 --- a/test cases/common/88 extract all/extractor.h +++ b/test cases/common/85 extract all/extractor.h diff --git a/test cases/common/88 extract all/four.c b/test cases/common/85 extract all/four.c index 5ca6696..5ca6696 100644 --- a/test cases/common/88 extract all/four.c +++ b/test cases/common/85 extract all/four.c diff --git a/test cases/common/88 extract all/meson.build b/test cases/common/85 extract all/meson.build index 4f08a4f..4f08a4f 100644 --- a/test cases/common/88 extract all/meson.build +++ b/test cases/common/85 extract all/meson.build diff --git a/test cases/common/88 extract all/one.c b/test cases/common/85 extract all/one.c index cfb0157..cfb0157 100644 --- a/test cases/common/88 extract all/one.c +++ b/test cases/common/85 extract all/one.c diff --git a/test cases/common/88 extract all/prog.c b/test cases/common/85 extract all/prog.c index 57a4c64..57a4c64 100644 --- a/test cases/common/88 extract all/prog.c +++ b/test cases/common/85 extract all/prog.c diff --git a/test cases/common/88 extract all/three.c b/test cases/common/85 extract all/three.c index c410046..c410046 100644 --- a/test cases/common/88 extract all/three.c +++ b/test cases/common/85 extract all/three.c diff --git a/test cases/common/88 extract all/two.c b/test cases/common/85 extract all/two.c index 3ece512..3ece512 100644 --- a/test cases/common/88 extract all/two.c +++ b/test cases/common/85 extract all/two.c diff --git a/test cases/common/89 add language/meson.build b/test cases/common/86 add language/meson.build index d9bc0fa..d9bc0fa 100644 --- a/test cases/common/89 add language/meson.build +++ b/test cases/common/86 add language/meson.build diff --git a/test cases/common/89 add language/prog.c b/test cases/common/86 add language/prog.c index 9b5685f..9b5685f 100644 --- a/test cases/common/89 add language/prog.c +++ b/test cases/common/86 add language/prog.c diff --git a/test cases/common/89 add language/prog.cc b/test cases/common/86 add language/prog.cc index 03647dd..03647dd 100644 --- a/test cases/common/89 add language/prog.cc +++ b/test cases/common/86 add language/prog.cc diff --git a/test cases/common/90 identical target name in subproject/bar.c b/test cases/common/87 identical target name in subproject/bar.c index 864869b..864869b 100644 --- a/test cases/common/90 identical target name in subproject/bar.c +++ b/test cases/common/87 identical target name in subproject/bar.c diff --git a/test cases/common/90 identical target name in subproject/meson.build b/test cases/common/87 identical target name in subproject/meson.build index e804d3c..e804d3c 100644 --- a/test cases/common/90 identical target name in subproject/meson.build +++ b/test cases/common/87 identical target name in subproject/meson.build diff --git a/test cases/common/90 identical target name in subproject/subprojects/foo/bar.c b/test cases/common/87 identical target name in subproject/subprojects/foo/bar.c index 106005e..106005e 100644 --- a/test cases/common/90 identical target name in subproject/subprojects/foo/bar.c +++ b/test cases/common/87 identical target name in subproject/subprojects/foo/bar.c diff --git a/test cases/common/90 identical target name in subproject/subprojects/foo/meson.build b/test cases/common/87 identical target name in subproject/subprojects/foo/meson.build index 3f22337..3f22337 100644 --- a/test cases/common/90 identical target name in subproject/subprojects/foo/meson.build +++ b/test cases/common/87 identical target name in subproject/subprojects/foo/meson.build diff --git a/test cases/common/91 plusassign/meson.build b/test cases/common/88 plusassign/meson.build index ac477e7..ac477e7 100644 --- a/test cases/common/91 plusassign/meson.build +++ b/test cases/common/88 plusassign/meson.build diff --git a/test cases/common/92 skip subdir/meson.build b/test cases/common/89 skip subdir/meson.build index 30ede0e..30ede0e 100644 --- a/test cases/common/92 skip subdir/meson.build +++ b/test cases/common/89 skip subdir/meson.build diff --git a/test cases/common/92 skip subdir/subdir1/meson.build b/test cases/common/89 skip subdir/subdir1/meson.build index 51cb003..51cb003 100644 --- a/test cases/common/92 skip subdir/subdir1/meson.build +++ b/test cases/common/89 skip subdir/subdir1/meson.build diff --git a/test cases/common/92 skip subdir/subdir1/subdir2/meson.build b/test cases/common/89 skip subdir/subdir1/subdir2/meson.build index e37cad6..e37cad6 100644 --- a/test cases/common/92 skip subdir/subdir1/subdir2/meson.build +++ b/test cases/common/89 skip subdir/subdir1/subdir2/meson.build diff --git a/test cases/common/93 private include/meson.build b/test cases/common/90 private include/meson.build index 2485fbf..2485fbf 100644 --- a/test cases/common/93 private include/meson.build +++ b/test cases/common/90 private include/meson.build diff --git a/test cases/common/93 private include/stlib/compiler.py b/test cases/common/90 private include/stlib/compiler.py index 98dbe46..98dbe46 100755 --- a/test cases/common/93 private include/stlib/compiler.py +++ b/test cases/common/90 private include/stlib/compiler.py diff --git a/test cases/common/93 private include/stlib/foo1.def b/test cases/common/90 private include/stlib/foo1.def index e69de29..e69de29 100644 --- a/test cases/common/93 private include/stlib/foo1.def +++ b/test cases/common/90 private include/stlib/foo1.def diff --git a/test cases/common/93 private include/stlib/foo2.def b/test cases/common/90 private include/stlib/foo2.def index e69de29..e69de29 100644 --- a/test cases/common/93 private include/stlib/foo2.def +++ b/test cases/common/90 private include/stlib/foo2.def diff --git a/test cases/common/93 private include/stlib/meson.build b/test cases/common/90 private include/stlib/meson.build index 8d70650..8d70650 100644 --- a/test cases/common/93 private include/stlib/meson.build +++ b/test cases/common/90 private include/stlib/meson.build diff --git a/test cases/common/93 private include/user/libuser.c b/test cases/common/90 private include/user/libuser.c index a74a973..a74a973 100644 --- a/test cases/common/93 private include/user/libuser.c +++ b/test cases/common/90 private include/user/libuser.c diff --git a/test cases/common/93 private include/user/meson.build b/test cases/common/90 private include/user/meson.build index ab88b1d..ab88b1d 100644 --- a/test cases/common/93 private include/user/meson.build +++ b/test cases/common/90 private include/user/meson.build diff --git a/test cases/common/94 default options/meson.build b/test cases/common/91 default options/meson.build index 9f45df0..9f45df0 100644 --- a/test cases/common/94 default options/meson.build +++ b/test cases/common/91 default options/meson.build diff --git a/test cases/common/95 dep fallback/gensrc.py b/test cases/common/92 dep fallback/gensrc.py index ff42ac3..ff42ac3 100644 --- a/test cases/common/95 dep fallback/gensrc.py +++ b/test cases/common/92 dep fallback/gensrc.py diff --git a/test cases/common/95 dep fallback/meson.build b/test cases/common/92 dep fallback/meson.build index a96520e..a96520e 100644 --- a/test cases/common/95 dep fallback/meson.build +++ b/test cases/common/92 dep fallback/meson.build diff --git a/test cases/common/95 dep fallback/subprojects/boblib/bob.c b/test cases/common/92 dep fallback/subprojects/boblib/bob.c index ae0f394..ae0f394 100644 --- a/test cases/common/95 dep fallback/subprojects/boblib/bob.c +++ b/test cases/common/92 dep fallback/subprojects/boblib/bob.c diff --git a/test cases/common/95 dep fallback/subprojects/boblib/bob.h b/test cases/common/92 dep fallback/subprojects/boblib/bob.h index f874ae7..f874ae7 100644 --- a/test cases/common/95 dep fallback/subprojects/boblib/bob.h +++ b/test cases/common/92 dep fallback/subprojects/boblib/bob.h diff --git a/test cases/common/95 dep fallback/subprojects/boblib/genbob.py b/test cases/common/92 dep fallback/subprojects/boblib/genbob.py index 34af779..34af779 100644 --- a/test cases/common/95 dep fallback/subprojects/boblib/genbob.py +++ b/test cases/common/92 dep fallback/subprojects/boblib/genbob.py diff --git a/test cases/common/95 dep fallback/subprojects/boblib/meson.build b/test cases/common/92 dep fallback/subprojects/boblib/meson.build index bb250e4..bb250e4 100644 --- a/test cases/common/95 dep fallback/subprojects/boblib/meson.build +++ b/test cases/common/92 dep fallback/subprojects/boblib/meson.build diff --git a/test cases/common/95 dep fallback/subprojects/dummylib/meson.build b/test cases/common/92 dep fallback/subprojects/dummylib/meson.build index 3ad33e7..3ad33e7 100644 --- a/test cases/common/95 dep fallback/subprojects/dummylib/meson.build +++ b/test cases/common/92 dep fallback/subprojects/dummylib/meson.build diff --git a/test cases/common/95 dep fallback/tester.c b/test cases/common/92 dep fallback/tester.c index e6651d9..e6651d9 100644 --- a/test cases/common/95 dep fallback/tester.c +++ b/test cases/common/92 dep fallback/tester.c diff --git a/test cases/common/96 default library/ef.cpp b/test cases/common/93 default library/ef.cpp index 34784f8..34784f8 100644 --- a/test cases/common/96 default library/ef.cpp +++ b/test cases/common/93 default library/ef.cpp diff --git a/test cases/common/96 default library/ef.h b/test cases/common/93 default library/ef.h index 21704b5..21704b5 100644 --- a/test cases/common/96 default library/ef.h +++ b/test cases/common/93 default library/ef.h diff --git a/test cases/common/96 default library/eftest.cpp b/test cases/common/93 default library/eftest.cpp index 4d4412d..4d4412d 100644 --- a/test cases/common/96 default library/eftest.cpp +++ b/test cases/common/93 default library/eftest.cpp diff --git a/test cases/common/96 default library/meson.build b/test cases/common/93 default library/meson.build index 903cfe4..903cfe4 100644 --- a/test cases/common/96 default library/meson.build +++ b/test cases/common/93 default library/meson.build diff --git a/test cases/common/97 selfbuilt custom/data.dat b/test cases/common/94 selfbuilt custom/data.dat index 83fd1d9..83fd1d9 100644 --- a/test cases/common/97 selfbuilt custom/data.dat +++ b/test cases/common/94 selfbuilt custom/data.dat diff --git a/test cases/common/97 selfbuilt custom/mainprog.cpp b/test cases/common/94 selfbuilt custom/mainprog.cpp index dcf9d20..dcf9d20 100644 --- a/test cases/common/97 selfbuilt custom/mainprog.cpp +++ b/test cases/common/94 selfbuilt custom/mainprog.cpp diff --git a/test cases/common/97 selfbuilt custom/meson.build b/test cases/common/94 selfbuilt custom/meson.build index e5da27e..e5da27e 100644 --- a/test cases/common/97 selfbuilt custom/meson.build +++ b/test cases/common/94 selfbuilt custom/meson.build diff --git a/test cases/common/97 selfbuilt custom/tool.cpp b/test cases/common/94 selfbuilt custom/tool.cpp index 6a28dd8..6a28dd8 100644 --- a/test cases/common/97 selfbuilt custom/tool.cpp +++ b/test cases/common/94 selfbuilt custom/tool.cpp diff --git a/test cases/common/98 gen extra/meson.build b/test cases/common/95 gen extra/meson.build index cbbdceb..cbbdceb 100644 --- a/test cases/common/98 gen extra/meson.build +++ b/test cases/common/95 gen extra/meson.build diff --git a/test cases/common/98 gen extra/name.dat b/test cases/common/95 gen extra/name.dat index caf5b1c..caf5b1c 100644 --- a/test cases/common/98 gen extra/name.dat +++ b/test cases/common/95 gen extra/name.dat diff --git a/test cases/common/98 gen extra/name.l b/test cases/common/95 gen extra/name.l index 3adda4f..3adda4f 100644 --- a/test cases/common/98 gen extra/name.l +++ b/test cases/common/95 gen extra/name.l diff --git a/test cases/common/98 gen extra/plain.c b/test cases/common/95 gen extra/plain.c index 3845aee..3845aee 100644 --- a/test cases/common/98 gen extra/plain.c +++ b/test cases/common/95 gen extra/plain.c diff --git a/test cases/common/98 gen extra/srcgen.py b/test cases/common/95 gen extra/srcgen.py index 8988cd9..8988cd9 100755 --- a/test cases/common/98 gen extra/srcgen.py +++ b/test cases/common/95 gen extra/srcgen.py diff --git a/test cases/common/98 gen extra/srcgen2.py b/test cases/common/95 gen extra/srcgen2.py index 9cdf12d..9cdf12d 100644 --- a/test cases/common/98 gen extra/srcgen2.py +++ b/test cases/common/95 gen extra/srcgen2.py diff --git a/test cases/common/98 gen extra/srcgen3.py b/test cases/common/95 gen extra/srcgen3.py index b737114..b737114 100644 --- a/test cases/common/98 gen extra/srcgen3.py +++ b/test cases/common/95 gen extra/srcgen3.py diff --git a/test cases/common/98 gen extra/upper.c b/test cases/common/95 gen extra/upper.c index 44f8ad7..44f8ad7 100644 --- a/test cases/common/98 gen extra/upper.c +++ b/test cases/common/95 gen extra/upper.c diff --git a/test cases/common/99 benchmark/delayer.c b/test cases/common/96 benchmark/delayer.c index cfcedad..cfcedad 100644 --- a/test cases/common/99 benchmark/delayer.c +++ b/test cases/common/96 benchmark/delayer.c diff --git a/test cases/common/99 benchmark/meson.build b/test cases/common/96 benchmark/meson.build index 9d583d2..9d583d2 100644 --- a/test cases/common/99 benchmark/meson.build +++ b/test cases/common/96 benchmark/meson.build diff --git a/test cases/common/100 test workdir/meson.build b/test cases/common/97 test workdir/meson.build index 1323a17..1323a17 100644 --- a/test cases/common/100 test workdir/meson.build +++ b/test cases/common/97 test workdir/meson.build diff --git a/test cases/common/100 test workdir/opener.c b/test cases/common/97 test workdir/opener.c index 43c53ce..43c53ce 100644 --- a/test cases/common/100 test workdir/opener.c +++ b/test cases/common/97 test workdir/opener.c diff --git a/test cases/common/101 suites/exe1.c b/test cases/common/98 suites/exe1.c index 23894c0..23894c0 100644 --- a/test cases/common/101 suites/exe1.c +++ b/test cases/common/98 suites/exe1.c diff --git a/test cases/common/101 suites/exe2.c b/test cases/common/98 suites/exe2.c index ec88e20..ec88e20 100644 --- a/test cases/common/101 suites/exe2.c +++ b/test cases/common/98 suites/exe2.c diff --git a/test cases/common/101 suites/meson.build b/test cases/common/98 suites/meson.build index 057e059..057e059 100644 --- a/test cases/common/101 suites/meson.build +++ b/test cases/common/98 suites/meson.build diff --git a/test cases/common/101 suites/subprojects/sub/meson.build b/test cases/common/98 suites/subprojects/sub/meson.build index 697d95f..697d95f 100644 --- a/test cases/common/101 suites/subprojects/sub/meson.build +++ b/test cases/common/98 suites/subprojects/sub/meson.build diff --git a/test cases/common/101 suites/subprojects/sub/sub1.c b/test cases/common/98 suites/subprojects/sub/sub1.c index 3409e48..3409e48 100644 --- a/test cases/common/101 suites/subprojects/sub/sub1.c +++ b/test cases/common/98 suites/subprojects/sub/sub1.c diff --git a/test cases/common/101 suites/subprojects/sub/sub2.c b/test cases/common/98 suites/subprojects/sub/sub2.c index 1a64a2a..1a64a2a 100644 --- a/test cases/common/101 suites/subprojects/sub/sub2.c +++ b/test cases/common/98 suites/subprojects/sub/sub2.c diff --git a/test cases/common/102 threads/meson.build b/test cases/common/99 threads/meson.build index 1fbb15a..1fbb15a 100644 --- a/test cases/common/102 threads/meson.build +++ b/test cases/common/99 threads/meson.build diff --git a/test cases/common/102 threads/threadprog.c b/test cases/common/99 threads/threadprog.c index 47a5d18..47a5d18 100644 --- a/test cases/common/102 threads/threadprog.c +++ b/test cases/common/99 threads/threadprog.c diff --git a/test cases/common/102 threads/threadprog.cpp b/test cases/common/99 threads/threadprog.cpp index 6fd747f..6fd747f 100644 --- a/test cases/common/102 threads/threadprog.cpp +++ b/test cases/common/99 threads/threadprog.cpp diff --git a/test cases/unit/35 mixed command line args/meson.build b/test cases/unit/36 mixed command line args/meson.build index af5cdc7..af5cdc7 100644 --- a/test cases/unit/35 mixed command line args/meson.build +++ b/test cases/unit/36 mixed command line args/meson.build diff --git a/test cases/unit/35 mixed command line args/meson_options.txt b/test cases/unit/36 mixed command line args/meson_options.txt index 5a4bc22..5a4bc22 100644 --- a/test cases/unit/35 mixed command line args/meson_options.txt +++ b/test cases/unit/36 mixed command line args/meson_options.txt diff --git a/test cases/unit/36 pkgconfig format/meson.build b/test cases/unit/37 pkgconfig format/meson.build index ea00f5d..ea00f5d 100644 --- a/test cases/unit/36 pkgconfig format/meson.build +++ b/test cases/unit/37 pkgconfig format/meson.build diff --git a/test cases/unit/36 pkgconfig format/somelib.c b/test cases/unit/37 pkgconfig format/somelib.c index 0558024..0558024 100644 --- a/test cases/unit/36 pkgconfig format/somelib.c +++ b/test cases/unit/37 pkgconfig format/somelib.c diff --git a/test cases/unit/36 pkgconfig format/someret.c b/test cases/unit/37 pkgconfig format/someret.c index 69f4299..69f4299 100644 --- a/test cases/unit/36 pkgconfig format/someret.c +++ b/test cases/unit/37 pkgconfig format/someret.c diff --git a/test cases/unit/37 python extmodule/blaster.py b/test cases/unit/38 python extmodule/blaster.py index 163b6d4..163b6d4 100755 --- a/test cases/unit/37 python extmodule/blaster.py +++ b/test cases/unit/38 python extmodule/blaster.py diff --git a/test cases/unit/37 python extmodule/ext/meson.build b/test cases/unit/38 python extmodule/ext/meson.build index b13bb32..b13bb32 100644 --- a/test cases/unit/37 python extmodule/ext/meson.build +++ b/test cases/unit/38 python extmodule/ext/meson.build diff --git a/test cases/unit/37 python extmodule/ext/tachyon_module.c b/test cases/unit/38 python extmodule/ext/tachyon_module.c index 68eda53..68eda53 100644 --- a/test cases/unit/37 python extmodule/ext/tachyon_module.c +++ b/test cases/unit/38 python extmodule/ext/tachyon_module.c diff --git a/test cases/unit/37 python extmodule/meson.build b/test cases/unit/38 python extmodule/meson.build index 4798654..4798654 100644 --- a/test cases/unit/37 python extmodule/meson.build +++ b/test cases/unit/38 python extmodule/meson.build diff --git a/test cases/unit/37 python extmodule/meson_options.txt b/test cases/unit/38 python extmodule/meson_options.txt index b8f645d..b8f645d 100644 --- a/test cases/unit/37 python extmodule/meson_options.txt +++ b/test cases/unit/38 python extmodule/meson_options.txt diff --git a/test cases/unit/38 external, internal library rpath/built library/bar.c b/test cases/unit/39 external, internal library rpath/built library/bar.c index 4f5662e..4f5662e 100644 --- a/test cases/unit/38 external, internal library rpath/built library/bar.c +++ b/test cases/unit/39 external, internal library rpath/built library/bar.c diff --git a/test cases/unit/38 external, internal library rpath/built library/meson.build b/test cases/unit/39 external, internal library rpath/built library/meson.build index 2b422f4..2b422f4 100644 --- a/test cases/unit/38 external, internal library rpath/built library/meson.build +++ b/test cases/unit/39 external, internal library rpath/built library/meson.build diff --git a/test cases/unit/38 external, internal library rpath/built library/meson_options.txt b/test cases/unit/39 external, internal library rpath/built library/meson_options.txt index aa1d2ec..aa1d2ec 100644 --- a/test cases/unit/38 external, internal library rpath/built library/meson_options.txt +++ b/test cases/unit/39 external, internal library rpath/built library/meson_options.txt diff --git a/test cases/unit/38 external, internal library rpath/built library/prog.c b/test cases/unit/39 external, internal library rpath/built library/prog.c index e3d4cf6..e3d4cf6 100644 --- a/test cases/unit/38 external, internal library rpath/built library/prog.c +++ b/test cases/unit/39 external, internal library rpath/built library/prog.c diff --git a/test cases/unit/38 external, internal library rpath/external library/faa.c b/test cases/unit/39 external, internal library rpath/external library/faa.c index 4733575..4733575 100644 --- a/test cases/unit/38 external, internal library rpath/external library/faa.c +++ b/test cases/unit/39 external, internal library rpath/external library/faa.c diff --git a/test cases/unit/38 external, internal library rpath/external library/foo.c b/test cases/unit/39 external, internal library rpath/external library/foo.c index a34e4a8..a34e4a8 100644 --- a/test cases/unit/38 external, internal library rpath/external library/foo.c +++ b/test cases/unit/39 external, internal library rpath/external library/foo.c diff --git a/test cases/unit/38 external, internal library rpath/external library/meson.build b/test cases/unit/39 external, internal library rpath/external library/meson.build index 6dcc97e..6dcc97e 100644 --- a/test cases/unit/38 external, internal library rpath/external library/meson.build +++ b/test cases/unit/39 external, internal library rpath/external library/meson.build diff --git a/test cases/unit/39 featurenew subprojects/meson.build b/test cases/unit/40 featurenew subprojects/meson.build index 27898cd..27898cd 100644 --- a/test cases/unit/39 featurenew subprojects/meson.build +++ b/test cases/unit/40 featurenew subprojects/meson.build diff --git a/test cases/unit/39 featurenew subprojects/subprojects/bar/meson.build b/test cases/unit/40 featurenew subprojects/subprojects/bar/meson.build index 712a125..712a125 100644 --- a/test cases/unit/39 featurenew subprojects/subprojects/bar/meson.build +++ b/test cases/unit/40 featurenew subprojects/subprojects/bar/meson.build diff --git a/test cases/unit/39 featurenew subprojects/subprojects/foo/meson.build b/test cases/unit/40 featurenew subprojects/subprojects/foo/meson.build index 0ef4472..0ef4472 100644 --- a/test cases/unit/39 featurenew subprojects/subprojects/foo/meson.build +++ b/test cases/unit/40 featurenew subprojects/subprojects/foo/meson.build diff --git a/test cases/unit/40 rpath order/meson.build b/test cases/unit/41 rpath order/meson.build index a722894..a722894 100644 --- a/test cases/unit/40 rpath order/meson.build +++ b/test cases/unit/41 rpath order/meson.build diff --git a/test cases/unit/40 rpath order/myexe.c b/test cases/unit/41 rpath order/myexe.c index 03b2213..03b2213 100644 --- a/test cases/unit/40 rpath order/myexe.c +++ b/test cases/unit/41 rpath order/myexe.c diff --git a/test cases/unit/40 rpath order/subprojects/sub1/lib.c b/test cases/unit/41 rpath order/subprojects/sub1/lib.c index e69de29..e69de29 100644 --- a/test cases/unit/40 rpath order/subprojects/sub1/lib.c +++ b/test cases/unit/41 rpath order/subprojects/sub1/lib.c diff --git a/test cases/unit/40 rpath order/subprojects/sub1/meson.build b/test cases/unit/41 rpath order/subprojects/sub1/meson.build index 4dd5d08..4dd5d08 100644 --- a/test cases/unit/40 rpath order/subprojects/sub1/meson.build +++ b/test cases/unit/41 rpath order/subprojects/sub1/meson.build diff --git a/test cases/unit/40 rpath order/subprojects/sub2/lib.c b/test cases/unit/41 rpath order/subprojects/sub2/lib.c index e69de29..e69de29 100644 --- a/test cases/unit/40 rpath order/subprojects/sub2/lib.c +++ b/test cases/unit/41 rpath order/subprojects/sub2/lib.c diff --git a/test cases/unit/40 rpath order/subprojects/sub2/meson.build b/test cases/unit/41 rpath order/subprojects/sub2/meson.build index bc3510d..bc3510d 100644 --- a/test cases/unit/40 rpath order/subprojects/sub2/meson.build +++ b/test cases/unit/41 rpath order/subprojects/sub2/meson.build diff --git a/test cases/unit/41 dep order/lib1.c b/test cases/unit/42 dep order/lib1.c index e69de29..e69de29 100644 --- a/test cases/unit/41 dep order/lib1.c +++ b/test cases/unit/42 dep order/lib1.c diff --git a/test cases/unit/41 dep order/lib2.c b/test cases/unit/42 dep order/lib2.c index e69de29..e69de29 100644 --- a/test cases/unit/41 dep order/lib2.c +++ b/test cases/unit/42 dep order/lib2.c diff --git a/test cases/unit/41 dep order/meson.build b/test cases/unit/42 dep order/meson.build index 17cf9df..17cf9df 100644 --- a/test cases/unit/41 dep order/meson.build +++ b/test cases/unit/42 dep order/meson.build diff --git a/test cases/unit/41 dep order/myexe.c b/test cases/unit/42 dep order/myexe.c index 8f4c045..8f4c045 100644 --- a/test cases/unit/41 dep order/myexe.c +++ b/test cases/unit/42 dep order/myexe.c diff --git a/test cases/unit/42 promote wrap/meson.build b/test cases/unit/43 promote wrap/meson.build index 066cf36..066cf36 100644 --- a/test cases/unit/42 promote wrap/meson.build +++ b/test cases/unit/43 promote wrap/meson.build diff --git a/test cases/unit/42 promote wrap/subprojects/s1/meson.build b/test cases/unit/43 promote wrap/subprojects/s1/meson.build index 3d1f5bc..3d1f5bc 100644 --- a/test cases/unit/42 promote wrap/subprojects/s1/meson.build +++ b/test cases/unit/43 promote wrap/subprojects/s1/meson.build diff --git a/test cases/unit/42 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build b/test cases/unit/43 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build index 296adff..296adff 100644 --- a/test cases/unit/42 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build +++ b/test cases/unit/43 promote wrap/subprojects/s1/subprojects/ambiguous/meson.build diff --git a/test cases/unit/42 promote wrap/subprojects/s2/meson.build b/test cases/unit/43 promote wrap/subprojects/s2/meson.build index b5db634..b5db634 100644 --- a/test cases/unit/42 promote wrap/subprojects/s2/meson.build +++ b/test cases/unit/43 promote wrap/subprojects/s2/meson.build diff --git a/test cases/unit/42 promote wrap/subprojects/s2/subprojects/ambiguous.wrap b/test cases/unit/43 promote wrap/subprojects/s2/subprojects/ambiguous.wrap index 09ba4e8..09ba4e8 100644 --- a/test cases/unit/42 promote wrap/subprojects/s2/subprojects/ambiguous.wrap +++ b/test cases/unit/43 promote wrap/subprojects/s2/subprojects/ambiguous.wrap diff --git a/test cases/windows/17 gui app/console_prog.c b/test cases/windows/16 gui app/console_prog.c index 11b7fad..11b7fad 100644 --- a/test cases/windows/17 gui app/console_prog.c +++ b/test cases/windows/16 gui app/console_prog.c diff --git a/test cases/windows/17 gui app/dummy.c b/test cases/windows/16 gui app/dummy.c index e69de29..e69de29 100644 --- a/test cases/windows/17 gui app/dummy.c +++ b/test cases/windows/16 gui app/dummy.c diff --git a/test cases/windows/17 gui app/gui_app_tester.py b/test cases/windows/16 gui app/gui_app_tester.py index 9cba806..9cba806 100644 --- a/test cases/windows/17 gui app/gui_app_tester.py +++ b/test cases/windows/16 gui app/gui_app_tester.py diff --git a/test cases/windows/17 gui app/gui_prog.c b/test cases/windows/16 gui app/gui_prog.c index 4bc688a..4bc688a 100644 --- a/test cases/windows/17 gui app/gui_prog.c +++ b/test cases/windows/16 gui app/gui_prog.c diff --git a/test cases/windows/17 gui app/meson.build b/test cases/windows/16 gui app/meson.build index 2435218..2435218 100644 --- a/test cases/windows/17 gui app/meson.build +++ b/test cases/windows/16 gui app/meson.build |