Daniel Mensinger
c4b8e03895
tests: both_library test improvements
...
This switches some `shared_library()` calls to `library()` and adds
one new CI matrix entries for -Ddefault_library={static, both}.
3 years ago
Jon Turney
1694e4ceca
Revert "Disable broken asm test on Cygwin as nobody knows how to fix it."
...
This reverts commit 56a0e74d71
.
4 years ago
Jussi Pakkanen
e75e3976fa
Condense test directory names.
4 years ago
Jussi Pakkanen
045893bb18
Xcode: disable asm and LLVM ir projects.
4 years ago
D Scott Phillips
703fd6d1fa
compilers: clang-cl: Also accept .s files ( #8520 )
...
* compilers: clang-cl: Also accept .s files
clang-cl has support for gas-compatible assembly files.
* Add clang-cl to '128 generated assembly' test
4 years ago
Jussi Pakkanen
56a0e74d71
Disable broken asm test on Cygwin as nobody knows how to fix it.
4 years ago
Jussi Pakkanen
9d1e747d17
Condense test directory names again.
4 years ago
Dylan Baker
29ef4478df
compilers/d: Add b_ndebug support
...
D lang compilers have an option -release (or similar) which turns off
asserts, contracts, and other runtime type checking. This patch wires
that up to the b_ndebug flag.
Fixes #7082
5 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
5 years ago
Dylan Baker
43c1ab0d98
tests/132: ICL should not run this test like MSVC and clang-cl
6 years ago
Jon Turney
bb0bbfc2ab
Adjust more tests which need to know compiler type
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Mike Sinkovsky
f113f165f9
test cases\common\135 generated assembly: rename copy.py
...
because down the import dependency chain of copy.py the 'tarfile' module
was trying to import the 'copy' standard library module but was finding
the copy.py file first because it was in the current directory.
Closes https://github.com/mesonbuild/meson/issues/1359
8 years ago
Nirbheek Chauhan
86a0c39f4b
Add test for generated assembly
...
We weren't testing for this and it was broken
8 years ago