First commit
This commit is contained in:
18
tests/cmocka/meson.build
Normal file
18
tests/cmocka/meson.build
Normal file
@@ -0,0 +1,18 @@
|
||||
cmocka_tests = executable(
|
||||
'cmocka_tests',
|
||||
'main.c',
|
||||
include_directories: [
|
||||
scufcont_include
|
||||
],
|
||||
c_args: [
|
||||
c_args,
|
||||
'-ggdb',
|
||||
'-O0'
|
||||
],
|
||||
dependencies: [
|
||||
cmocka_dep
|
||||
],
|
||||
link_with: [ scufcont_lib ]
|
||||
)
|
||||
|
||||
test('cmocka', cmocka_tests)
|
||||
Reference in New Issue
Block a user