Added tests for bio_writer_t

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:13 +02:00
parent eeb73dec79
commit 2b4902973b
4 changed files with 397 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@
#include <check.h>
Suite *bio_reader_suite_create();
Suite *bio_writer_suite_create();
Suite *chunk_suite_create();
Suite *enum_suite_create();
Suite *enumerator_suite_create();