xref: /openbmc/phosphor-ipmi-flash/cleanup/test/meson.build (revision bcae90026be5d1cdb6aa97f8fa01c025c34920d8)
1cleanup_test = executable(
2  'cleanup',
3  'cleanup_handler_unittest.cpp',
4  build_by_default: false,
5  implicit_include_directories: false,
6  include_directories: root_inc,
7  dependencies: [cleanup_dep, gtest, gmock])
8test('cleanup', cleanup_test)
9