C Project Template
test
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
utils.h
General Utilities for C language.
Generated by
1.9.1