blob: 4e096e11d785b95f2ced5417050037c9d9edd9bd [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',
Shawn McCarney38f85002025-10-31 17:59:36 -05005 'config_file_parser_error_tests.cpp',
Shawn McCarney5f514442024-01-04 14:03:24 -06006 'file_descriptor_tests.cpp',
Shawn McCarney3828e952024-08-07 10:13:29 -05007 'format_utils_tests.cpp',
Shawn McCarney38f85002025-10-31 17:59:36 -05008 'json_parser_utils_tests.cpp',
Shawn McCarney5f514442024-01-04 14:03:24 -06009 'nvtest.cpp',
10 'temporary_file_tests.cpp',
Shawn McCarneyde5434d2024-05-22 14:07:44 -050011 'temporary_subdirectory_tests.cpp',
Patrick Williams516e22f2025-02-01 08:37:12 -050012 dependencies: [gmock, gtest],
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 : '',
Patrick Williams516e22f2025-02-01 08:37:12 -050015 link_with: [libpower],
Shawn McCarney9462e062020-09-15 14:39:17 -050016 implicit_include_directories: false,
17 include_directories: '..',
Patrick Williams516e22f2025-02-01 08:37:12 -050018 ),
Shawn McCarney9462e062020-09-15 14:39:17 -050019)