diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-07-02 00:00:03 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-07-02 00:00:03 +0300 |
| commit | c0057da133d212dd4e0efeab84e2a34f814c5c83 (patch) | |
| tree | 732ea096e57a6e1e5d44da7c649189902bdc9149 /manual tests | |
| parent | cc775d64c9ca73e9a02710a84ac9f0a5fc01c593 (diff) | |
| download | meson-c0057da133d212dd4e0efeab84e2a34f814c5c83.tar.gz | |
Can get arbitrary data from cross file properties.
Diffstat (limited to 'manual tests')
| -rw-r--r-- | manual tests/9 nostdlib/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manual tests/9 nostdlib/meson.build b/manual tests/9 nostdlib/meson.build index 3ef743ebf..9c5f949b2 100644 --- a/manual tests/9 nostdlib/meson.build +++ b/manual tests/9 nostdlib/meson.build @@ -1,5 +1,9 @@ project('own libc', 'c') +# Not related to this test, but could not find a better place for this test. +assert(meson.get_cross_property('nonexisting', 'defaultvalue') == 'defaultvalue', + 'Cross prop getting is broken.') + # A simple project that uses its own libc. # Note that we don't need to specify anything, the flags to use |
