elm/exercises/run-length-encoding/runtests.bat
2016-05-13 17:41:34 -04:00

4 lines
97 B
Batchfile
Executable file

@echo off
for %%f in (*Tests.elm) do (
elm-make %%f --yes --output build.js && node build.js
)