blob: 2e136048118099d038fa3045cc32e4f0c0def9e6 [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',
Shawn McCarneyde5434d2024-05-22 14:07:44 -05008 'temporary_subdirectory_tests.cpp',
Brad Bishop39b370a2019-09-02 02:37:32 -04009 dependencies: [
10 gmock,
11 gtest,
12 ],
Brandon Wymandc8e9312020-02-14 17:04:18 -060013 link_args: dynamic_linker,
Patrick Williams5c6a6932023-11-29 06:44:29 -060014 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
Shawn McCarney5f514442024-01-04 14:03:24 -060015 link_with: [
16 libpower
Shawn McCarney9462e062020-09-15 14:39:17 -050017 ],
Shawn McCarney9462e062020-09-15 14:39:17 -050018 implicit_include_directories: false,
19 include_directories: '..',
20 )
21)