mirror of
https://github.com/dansanderson/c-autotools-template-small
synced 2025-02-02 09:58:42 -05:00
6 lines
85 B
C
6 lines
85 B
C
#include "reporter.h"
|
|
#include "unity.h"
|
|
|
|
void setUp(void) {}
|
|
void tearDown(void) {}
|