Add meson.build for unit tests
parent
474ce23d42
commit
65ed029e22
|
@ -0,0 +1,10 @@
|
|||
option_parser = executable('option-parser',
|
||||
[
|
||||
'option-parser-test.c',
|
||||
'../src/option-parser.c',
|
||||
'../src/strlcpy.c',
|
||||
],
|
||||
include_directories: inc,
|
||||
dependencies: [ ],
|
||||
)
|
||||
test('option-parser', option_parser)
|
Loading…
Reference in New Issue