@ -0,0 +1 @@
#include "ageinseconds.h"
@ -0,0 +1,5 @@
#ifndef AGEINSECONDS_H
#define AGEINSECONDS_H
#endif // AGEINSECONDS_H
@ -0,0 +1,15 @@
#ifdef TEST
#include "unity.h"
void setUp(void)
{
}
void tearDown(void)
#endif // TEST