Xavier Claessens
501d7cf01c
interpreter: flatten environment() initial values
...
Turns out listify() flattens by default, but stringlistify() cannot
flatten... How do I realize this only now?
Fixes : #8727
4 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
f39600647d
Condense test directory names.
5 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Nirbheek Chauhan
aff981a6b0
Fix regression in test definitions
...
Caused by #2236 . Also add a test for this.
7 years ago
Tim-Philipp Müller
627d859809
interpreter: copy mutable variables on assignment
...
All assignments in meson should be by value, so mutable objects
(i.e. environment() and configuration_data()) should be copied
automatically on assignment.
Fixes #831 .
8 years ago
Thibault Saunier
a2e7ebc575
Add a new 'environment' object to be used to build test environment ( #781 )
...
Allowing user to fine tune tests environment variables
8 years ago
Jussi Pakkanen
24d23c3086
Can add file objects to command line arguments. Closes #235 .
9 years ago
Jussi Pakkanen
11cfb3ce22
Can set test cmd arguments and environment variables.
11 years ago