More keyword stuff, now the entire test suite passes.
This commit is contained in:
parent
a7bfcbd6b9
commit
2772a4cbdf
|
@ -1,3 +1,2 @@
|
|||
exe = executable('prog', 'prog.c')
|
||||
exe.add_include_dirs(inc)
|
||||
exe = executable('prog', 'prog.c', include_dirs : inc)
|
||||
add_test('subdir config', exe)
|
||||
|
|
Loading…
Reference in New Issue