| Alexander Hansen | d6a9574 | 2025-01-06 15:06:25 +0100 | [diff] [blame] | 1 | testscpp = ['firmware_update_test'] |
| 2 | |||||
| 3 | foreach t : testscpp | ||||
| 4 | test( | ||||
| 5 | t, | ||||
| 6 | executable( | ||||
| 7 | t.underscorify(), | ||||
| 8 | t + '.cpp', | ||||
| 9 | implicit_include_directories: false, | ||||
| 10 | include_directories: ['../../../bindings/cpp/'], | ||||
| 11 | dependencies: [gtest_dep, gmock_dep, libpldm_dep, libpldmpp_dep], | ||||
| 12 | ), | ||||
| 13 | ) | ||||
| 14 | endforeach | ||||