cosms-core/tests/unit/unit.h

11 lines
No EOL
158 B
C

#ifndef COSMS_UNIT
#define COSMS_UNIT
#include "test.h"
#include "file.h"
COSMS_CORE_TEST_START
COSMS_CORE_TEST_IMPORT(file)
COSMS_CORE_TEST_END
#endif