Retro68/AutomatedTests/Test.c

7 lines
91 B
C

#include "Test.h"
void TestLog(const char *str)
{
TEST_LOG_SIZED(str, strlen(str));
}