blob: 35f851e11d34f56e5f02f5d212610fa04bfcc44a [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',
Patrick Williams516e22f2025-02-01 08:37:12 -050010 dependencies: [gmock, gtest],
Brandon Wymandc8e9312020-02-14 17:04:18 -060011 link_args: dynamic_linker,
Patrick Williams5c6a6932023-11-29 06:44:29 -060012 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
Patrick Williams516e22f2025-02-01 08:37:12 -050013 link_with: [libpower],
Shawn McCarney9462e062020-09-15 14:39:17 -050014 implicit_include_directories: false,
15 include_directories: '..',
Patrick Williams516e22f2025-02-01 08:37:12 -050016 ),
Shawn McCarney9462e062020-09-15 14:39:17 -050017)