blob: 57588bea05b25d298c175771de6f3937eef4cb9e [file] [log] [blame]
async_tests = [
'fdio_timed_write_async_with_timeout',
'fdio_timed_write_async_with_timeout_iterative',
'fdio_timed_write_skip_with_timeout',
'fdio_timed_write_sync',
'fdio_timed_write_sync_iterative',
]
foreach t : async_tests
test(
'test_' + t.underscorify(),
executable(
'test-' + t.underscorify(),
t + '.cpp',
'suite.cpp',
dependencies: [gtest_dep, gmock_dep, sdbusplus_dep],
),
)
endforeach