blob: be9432a5929c3a71daf639b946c5af30e5aea7a7 [file] [log] [blame]
timer_tests = [
'timer_callback_done',
'timer_callback_not_done',
'timer_expire',
'timer_not_expire',
'timer_update_expire',
'timer_update_not_expire',
]
foreach t : timer_tests
test(
'test_' + t.underscorify(),
executable(
'test-' + t.underscorify(),
t + '.cpp',
dependencies: [gtest_dep, gmock_dep, sdbusplus_dep],
),
)
endforeach