blob: 94fd769dd60e6fc37adaa23943d4cf2adc0817b0 [file] [log] [blame]
cleanup_test = executable(
'cleanup',
'cleanup_handler_unittest.cpp',
build_by_default: false,
implicit_include_directories: false,
include_directories: root_inc,
dependencies: [cleanup_dep, gtest, gmock],
)
test('cleanup', cleanup_test)