blob: 0b4fd20d5f5747e7f30dfc541e285af03247e6c0 [file] [log] [blame]
Brad Bishop39b370a2019-09-02 02:37:32 -04001test(
Shawn McCarney5f514442024-01-04 14:03:24 -06002 'common-code-tests',
Brad Bishop39b370a2019-09-02 02:37:32 -04003 executable(
Shawn McCarney5f514442024-01-04 14:03:24 -06004 'common-code-tests',
5 'file_descriptor_tests.cpp',
6 'nvtest.cpp',
7 'temporary_file_tests.cpp',
Brad Bishop39b370a2019-09-02 02:37:32 -04008 dependencies: [
9 gmock,
10 gtest,
11 ],
Brandon Wymandc8e9312020-02-14 17:04:18 -060012 link_args: dynamic_linker,
Patrick Williams5c6a6932023-11-29 06:44:29 -060013 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
Shawn McCarney5f514442024-01-04 14:03:24 -060014 link_with: [
15 libpower
Shawn McCarney9462e062020-09-15 14:39:17 -050016 ],
Shawn McCarney9462e062020-09-15 14:39:17 -050017 implicit_include_directories: false,
18 include_directories: '..',
19 )
20)