Willy Tu | bcae900 | 2021-09-12 13:58:04 -0700 | [diff] [blame^] | 1 | cleanup_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 | test('cleanup', cleanup_test) |