aboutsummaryrefslogtreecommitdiff
path: root/manual tests/9 nostdlib/meson.build
blob: 3ef743ebff9a61eeef8f72dff04e2b4e650a1711 (plain)
1
2
3
4
5
6
7
8
9
10
project('own libc', 'c')

# A simple project that uses its own libc.

# Note that we don't need to specify anything, the flags to use
# stdlib come from the cross file.

exe = executable('selfcontained', 'prog.c')

test('standalone test', exe)