We currently rely on POSIX find for test discovery to avoid the need to install external dependencies.
This causes the dependency on find itself. derpderpderp.
Perhaps there is an equivalent command on windows....
The find command is simply:
find "$DIR" -maxdepth $DEPTH -iname "$PATTERN" -type f
We currently rely on POSIX
find
for test discovery to avoid the need to install external dependencies. This causes the dependency onfind
itself. derpderpderp.Perhaps there is an equivalent command on windows....
The
find
command is simply:see https://github.com/ldrumm/testingunit/blob/0f5774/src/testingunit.lua#L289 for current implementation