Jussi Pakkanen
9d1e747d17
Condense test directory names again.
4 years ago
Jon Turney
88e13c5f7c
Split tests out from 'common' which require a native compiler
...
Split out tests (and parts of tests) which require a native compiler
from the 'common' suite to a new suite called 'native', so we can
selectively avoid running those tests when only a cross-compiler is
available.
Also move test '211 cmake module' to 'cmake' suite, since it appears
that the way we use cmake requires a native compiler.
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
79d530e325
Generators can have extra target dependencies. Closes #4131 .
6 years ago
Jussi Pakkanen
60e1676651
Combine the two different pipeline test dirs into one.
6 years ago
Jussi Pakkanen
972535a6ac
Condense test dirs.
6 years ago
Jussi Pakkanen
c02a175d52
Add depfile support to generators.
8 years ago
Jussi Pakkanen
7bb28ef3c8
Flatten method arguments so you can generate an array of items.
9 years ago
Jussi Pakkanen
51b73e8ab2
Keyword argument unification.
11 years ago
Jussi Pakkanen
bb6446f0c0
Minor.
11 years ago
Jussi Pakkanen
52ed7fd8f8
Can build both cross and native binaries at the same time.
11 years ago
Jussi Pakkanen
d4284aae89
Renamed add_test to test.
12 years ago
Jussi Pakkanen
0d2f34654c
Generator rules can have more than one output.
12 years ago
Jussi Pakkanen
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago
Jussi Pakkanen
add94f96ed
No longer require backslash for line continuation inside an argument list.
12 years ago
Jussi Pakkanen
a7ce2fb68d
Added some comments.
12 years ago
Jussi Pakkanen
226f063edb
Reworked how sources are passed to BuildTargets.
12 years ago
Jussi Pakkanen
8d6a681b23
Renamed a keyword argument.
12 years ago
Jussi Pakkanen
78fd215dc8
Variable name simplification.
12 years ago
Jussi Pakkanen
7abe15a7ba
Pipeline backend is done and works.
12 years ago
Jussi Pakkanen
8ca67c283c
Can create generator objects.
12 years ago
Jussi Pakkanen
40012fad45
Started work on pipelines by adding generator test case skeleton.
12 years ago