blob: 6bce45144c8684fa03acc7e4297976b06dfbd3e2 [file] [log] [blame]
test('phosphor-power-sequencer-tests',
executable('phosphor-power-sequencer-tests',
'config_file_parser_error_tests.cpp',
'config_file_parser_tests.cpp',
'rail_tests.cpp',
dependencies: [
gmock,
gtest,
nlohmann_json_dep
],
link_args: dynamic_linker,
build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
link_with: [
phosphor_power_sequencer_library,
libpower
],
implicit_include_directories: false,
include_directories: [
'.',
'../src',
'../..'
]
)
)