blob: ab0304174609e95f07bdd727b01ffc0b754612f0 [file] [log] [blame]
Shawn McCarneyd6e9bfe2024-01-05 17:52:04 -06001test('phosphor-power-sequencer-tests',
2 executable('phosphor-power-sequencer-tests',
3 'rail_tests.cpp',
4 dependencies: [
5 gtest,
6 nlohmann_json_dep
7 ],
8 link_args: dynamic_linker,
9 build_rpath: get_option('oe-sdk').allowed() ? rpath : '',
10 implicit_include_directories: false,
11 include_directories: [
12 '.',
13 '../src'
14 ]
15 )
16)