blob: 4f6b167f961cfd0399994afe1c7204f4632a863b [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: [
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',
'../..'
]
)
)