xref: /openbmc/phosphor-ipmi-flash/cleanup/test/meson.build (revision 32e9ea165419725691d5e54be60073bc2cc4f7e0)
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],
8)
9test('cleanup', cleanup_test)
10