Retro68/AutomatedTests/File.c

7 lines
53 B
C
Raw Normal View History

2017-10-01 00:42:02 +00:00
#include "Test.h"
int main()
{
TEST_LOG_OK();
2017-10-01 00:42:02 +00:00
}