blob: 1ae20c8cc368cbc37e0e4f2820c63c683a6aa8b8 [file] [log] [blame]
pldmd_inc = include_directories('../')
test_src = declare_dependency(
include_directories:pldmd_inc)
tests = [
'pldmd_registration_test',
]
foreach t : tests
test(t, executable(t.underscorify(), t + '.cpp',
implicit_include_directories: false,
link_args: dynamic_linker,
build_rpath: get_option('oe-sdk').enabled() ? rpath : '',
dependencies: [
libpldm_dep,
nlohmann_json,
gtest,
test_src]),
workdir: meson.current_source_dir())
endforeach