blob: 6fa8feecd1b0b24819a9ae36dc4b60eeb58d46a9 [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',
Shawn McCarney3828e952024-08-07 10:13:29 -05006 'format_utils_tests.cpp',
Shawn McCarney5f514442024-01-04 14:03:24 -06007 'nvtest.cpp',
8 'temporary_file_tests.cpp',
Shawn McCarneyde5434d2024-05-22 14:07:44 -05009 'temporary_subdirectory_tests.cpp',
Brad Bishop39b370a2019-09-02 02:37:32 -040010 dependencies: [
11 gmock,
12 gtest,
13 ],
Brandon Wymandc8e9312020-02-14 17:04:18 -060014 link_args: dynamic_linker,
Patrick Williams5c6a6932023-11-29 06:44:29 -060015 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
Shawn McCarney5f514442024-01-04 14:03:24 -060016 link_with: [
17 libpower
Shawn McCarney9462e062020-09-15 14:39:17 -050018 ],
Shawn McCarney9462e062020-09-15 14:39:17 -050019 implicit_include_directories: false,
20 include_directories: '..',
21 )
22)