Alois Wohlschlager
40d5a38d1b
Escape path in exclude filter passed to gcovr
...
Gcovr interprets exclude filters, as passed to the -e option, as
regexes. Since we want to exclude a raw path, the argument must be
escaped.
3 years ago
Jussi Pakkanen
e75e3976fa
Condense test directory names.
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
f6ad5d1398
Make all C main functions without arguments have "void" in arg list.
5 years ago
Jussi Pakkanen
f39600647d
Condense test directory names.
5 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Dylan Baker
e2567386f1
Use flatten for link targets. Fixes #1764
8 years ago
Sam Thursfield
627faa0d39
Add a testcase for 'Duplicate outputs' bug
...
With current Meson, this fails to configure with the following error:
Duplicate output 'dependency-generated/enum-types.h' from
'CustomTarget' 'enum-types.h'; conflicts with
'dependency-generated/enum-types.h' from 'CustomTarget'
'enum-types.h'
8 years ago
Nirbheek Chauhan
d59f5f8620
Add a test that contains only generated Vala files
...
Demonstrates that the Vala detection is broken when all the files are
generated.
8 years ago
Jussi Pakkanen
6354b5f54a
Made file object testing a bit more thorough.
10 years ago
Jussi Pakkanen
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago
Jussi Pakkanen
216a8ca1ea
Can link against static libraries.
12 years ago