blob: 2e136048118099d038fa3045cc32e4f0c0def9e6 [file] [log] [blame]
test(
'common-code-tests',
executable(
'common-code-tests',
'file_descriptor_tests.cpp',
'nvtest.cpp',
'temporary_file_tests.cpp',
'temporary_subdirectory_tests.cpp',
dependencies: [
gmock,
gtest,
],
link_args: dynamic_linker,
build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
link_with: [
libpower
],
implicit_include_directories: false,
include_directories: '..',
)
)