| Willy Tu | bcae900 | 2021-09-12 13:58:04 -0700 | [diff] [blame] | 1 | cleanup_test = executable( |
| Patrick Williams | 32e9ea1 | 2025-02-01 08:37:51 -0500 | [diff] [blame] | 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 | ) | ||||
| Willy Tu | bcae900 | 2021-09-12 13:58:04 -0700 | [diff] [blame] | 9 | test('cleanup', cleanup_test) |