blob: 3a7111d11694c67533178863b20d6c5242df36a1 [file] [log] [blame]
Willy Tubcae9002021-09-12 13:58:04 -07001cleanup_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)