Shawn McCarney | a2461b3 | 2019-10-24 18:53:01 -0500 | [diff] [blame] | 1 | test('phosphor-regulators-tests', |
| 2 | executable('phosphor-regulators-tests', |
| 3 | 'device_tests.cpp', |
Shawn McCarney | 3daeb91 | 2019-10-28 15:04:17 -0500 | [diff] [blame] | 4 | 'id_map_tests.cpp', |
Shawn McCarney | a2461b3 | 2019-10-24 18:53:01 -0500 | [diff] [blame] | 5 | 'rail_tests.cpp', |
| 6 | 'rule_tests.cpp', |
| 7 | dependencies: [ |
| 8 | gmock, |
| 9 | gtest, |
| 10 | ], |
| 11 | implicit_include_directories: false, |
| 12 | include_directories: phosphor_regulators_includes, |
| 13 | ) |
| 14 | ) |
| 15 | |
Shawn McCarney | c69a275 | 2019-10-30 17:37:30 -0500 | [diff] [blame^] | 16 | subdir('actions') |