blob: 41e75bfc82c68a65f6324fc9f465259b3962b9e1 [file] [log] [blame]
Alexander Hansend6a95742025-01-06 15:06:25 +01001testscpp = ['firmware_update_test']
2
3foreach 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 )
14endforeach