add_unit_test(CRITERION LIBTEST TARGET test_diskq DEPENDS pthread disk-buffer)
add_unit_test(CRITERION LIBTEST TARGET test_diskq_full DEPENDS disk-buffer)
add_unit_test(CRITERION LIBTEST TARGET test_reliable_backlog DEPENDS disk-buffer)
add_unit_test(CRITERION LIBTEST TARGET test_diskq_truncate DEPENDS m disk-buffer)
add_unit_test(CRITERION LIBTEST TARGET test_qdisk DEPENDS disk-buffer)
add_unit_test(CRITERION LIBTEST TARGET test_logqueue_disk DEPENDS disk-buffer)
add_unit_test(CRITERION LIBTEST TARGET test_diskq_counters DEPENDS disk-buffer)
|