it2s-itss-ldm/tests/test_util.c

17 lines
200 B
C

#include <unity.h>
#include <util.h>
void setUp(void) {
// set stuff up here
}
void tearDown(void) {
// clean stuff up here
}
int main(void) {
UNITY_BEGIN();
return UNITY_END();
}