DEBSOURCES
Skip Quicknav
sources / numpy / 1%3A2.2.4%2Bds-1 / vendored-meson / meson / test%20cases / common / 17%20array / meson.build
12345678
project('array test', 'c') arr = [ 'func.c', 'prog.c'] exe = executable('prog', sources : arr) test('arr test', exe)