James Hilliard
b21fd95f73
Add is_disabler function
...
This is useful if one needs to check if a variable is a disabler.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
5 years ago
Dylan Baker
28aac9fc3b
test cases: Add ICL branches in addition to ICC branches
6 years ago
FredericHamel
6f4e5e96d8
Allow test to depend on executable target in cross build. ( #2007 )
...
* Add a crossbuild case in 'test case/common/1 trivial/meson.build'
* Add native flags for crossbuild tests.
7 years ago
Nirbheek Chauhan
731aca216e
icc: Fix C/C++ std options and add a unit test for them
...
Compiler versions 15.0 and later actually ignore invalid values for the
-std= option unless `-diag-error 10159` is passed, so we need to put
that in the unit test.
I have tested this with versions 14.0.3, 15.0.6, 16.0.4, and 17.0.1.
Would be great if someone could test with 13.x.y
8 years ago
Nirbheek Chauhan
4990dd197c
Test arrays in languages for the project() method
...
This broke in 6590b7221e
and we didn't
have a test for it.
8 years ago
Jussi Pakkanen
c5788548d2
Can check for Meson version in project definition.
9 years ago
Jussi Pakkanen
d4284aae89
Renamed add_test to test.
12 years ago
Jussi Pakkanen
9262fe600a
Split test suite into common and platform dependent parts.
12 years ago
Jussi Pakkanen
a7ce2fb68d
Added some comments.
12 years ago
Jussi Pakkanen
9418ece26a
Renamed system from builder to Meson.
12 years ago
Jussi Pakkanen
45ecded01d
Started work on keyword arguments.
12 years ago
Jussi Pakkanen
03e557992a
Define used languages in project() function.
12 years ago
Jussi Pakkanen
54e47554c3
Added unit test functionality to builder.
12 years ago
Jussi Pakkanen
5e51c526a1
Moved quoting function.
12 years ago
Jussi Pakkanen
1892e92a93
Put temporary stuff in a scratch directory.
12 years ago
Jussi Pakkanen
7651e8a641
Can generate full build projects.
12 years ago
Jussi Pakkanen
f16feed44a
Unit test harness.
12 years ago