unit-tests: Implement testing framework without "check"

This commit is contained in:
Martin Willi
2013-11-06 10:30:59 +01:00
parent 56866ecf3d
commit 35e8eb93a0
5 changed files with 959 additions and 116 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#ifndef TEST_RUNNER_H_
#define TEST_RUNNER_H_
#include <check.h>
#include <test_suite.h>
Suite *bio_reader_suite_create();
Suite *bio_writer_suite_create();