Shawn McCarney | d6e9bfe | 2024-01-05 17:52:04 -0600 | [diff] [blame^] | 1 | test('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 | ) |