More keyword stuff, now the entire test suite passes.

This commit is contained in:
Jussi Pakkanen 2013-02-10 13:18:11 +02:00
parent a7bfcbd6b9
commit 2772a4cbdf
1 changed files with 1 additions and 2 deletions

View File

@ -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)