blob: 48233c5125024580732bd121d0a60775a7afe87f [file] [log] [blame]
Brad Bishop39b370a2019-09-02 02:37:32 -04001test(
2 'nvtest',
3 executable(
4 'nvtest', 'nvtest.cpp',
5 dependencies: [
6 gmock,
7 gtest,
8 ],
Brandon Wymandc8e9312020-02-14 17:04:18 -06009 link_args: dynamic_linker,
10 build_rpath: get_option('oe-sdk').enabled() ? rpath : '',
Brad Bishop39b370a2019-09-02 02:37:32 -040011 implicit_include_directories: false,
12 include_directories: '..',
13 )
14)