diff options
Diffstat (limited to 'manual tests/9 nostdlib/meson.build')
-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 3ef743e..9c5f949 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 |