blob: 48233c5125024580732bd121d0a60775a7afe87f [file] [log] [blame]
test(
'nvtest',
executable(
'nvtest', 'nvtest.cpp',
dependencies: [
gmock,
gtest,
],
link_args: dynamic_linker,
build_rpath: get_option('oe-sdk').enabled() ? rpath : '',
implicit_include_directories: false,
include_directories: '..',
)
)