Jussi Pakkanen
|
578c3b6b6a
|
Renamed tests with the same number.
|
8 years ago |
Haakon Sporsheim
|
1e2c914b3c
|
compiler: Fix compute_int and sizeof for cross compilation.
sizeof now uses compute_int which again binary searches for correct value.
|
8 years ago |
Haakon Sporsheim
|
52f23f8c34
|
compiler: Add compute_int functionality.
Fixes #435
|
8 years ago |
Nirbheek Chauhan
|
ae5a362950
|
tests/common: Run compiler checks for both C & C++
Without this we're just hoping that the C++ compiler behaves the same
way as the C compiler, which is not always true as demonstrated by
https://github.com/mesonbuild/meson/issues/958
|
8 years ago |
Jussi Pakkanen
|
52b69b8939
|
Make sure that build and source subdirectories are always in search
path.
|
10 years ago |
Jussi Pakkanen
|
cf6a395014
|
Spell out include_directories.
|
10 years ago |
Jussi Pakkanen
|
d4284aae89
|
Renamed add_test to test.
|
12 years ago |
Jussi Pakkanen
|
e453c408da
|
Can add extra #includes to sizeof checks.
|
12 years ago |
Jussi Pakkanen
|
ae62e8ca11
|
Can detect sizes of expressions.
|
12 years ago |