Files
Nuake-custom/Nuake/Vendors/wren/test/unit/main.c
2025-01-30 22:41:17 -05:00

10 lines
102 B
C

#include "path_test.h"
#include "test.h"
int main()
{
testPath();
return showTestResults();
}