Allow to build without c unit test

This commit is contained in:
Franck Joncourt
2014-12-29 11:45:30 +01:00
parent fdb3da0769
commit 750fd97bda

View File

@@ -1,3 +1,5 @@
#ifdef HAVE_C_UNIT_TESTS
#include "cunit_common.h"
#include "stdlib.h"
#include "stdio.h"
@@ -45,3 +47,5 @@ int register_ts(c_unit_test_suite_t *ts)
return 0;
}
#endif /* HAVE_C_UNIT_TESTS */