elm/exercises/run-length-encoding/runtests.bat

5 lines
97 B
Batchfile
Raw Normal View History

2016-05-13 21:05:18 +00:00
@echo off
for %%f in (*Tests.elm) do (
elm-make %%f --yes --output build.js && node build.js
)