Retro68/AutomatedTests/Test.c

7 lines
91 B
C
Raw Normal View History

2017-10-01 00:42:02 +00:00
#include "Test.h"
void TestLog(const char *str)
{
TEST_LOG_SIZED(str, strlen(str));
2017-10-01 00:42:02 +00:00
}