Retro68/AutomatedTests/Log.c

10 lines
125 B
C
Raw Normal View History

2017-10-01 21:36:50 +00:00
#include "Test.h"
int main()
{
TEST_LOG_SIZED("One",3);
TEST_LOG_SIZED("Two",3);
TEST_LOG_SIZED("Three",5);
return 0;
}