Files
wren/test/unit/main.c
T

10 lines
102 B
C
Raw Normal View History

2018-03-24 10:52:16 -07:00
#include "path_test.h"
#include "test.h"
int main()
{
testPath();
return showTestResults();
}