1test('phosphor-power-sequencer-tests', 2 executable('phosphor-power-sequencer-tests', 3 'config_file_parser_error_tests.cpp', 4 'config_file_parser_tests.cpp', 5 'format_utils_tests.cpp', 6 'rail_tests.cpp', 7 dependencies: [ 8 gmock, 9 gtest, 10 nlohmann_json_dep 11 ], 12 link_args: dynamic_linker, 13 build_rpath: get_option('oe-sdk').allowed() ? rpath : '', 14 link_with: [ 15 phosphor_power_sequencer_library, 16 libpower 17 ], 18 implicit_include_directories: false, 19 include_directories: [ 20 '.', 21 '../src', 22 '../..' 23 ] 24 ) 25) 26