C Project Template
test_utils.h
1 #ifndef TEST_UTILS_H
2 #define TEST_UTILS_H
3 
4 #include "acutest.h"
5 #include "utils.h"
6 
7 void test_utils(void)
8 {
9 
10 }
11 
12 
13 #endif
General Utilities for C language.