Skip to content

Commit

Permalink
Add bootstrap and run_tests shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hendrix and Yulia Tolskaya committed Jun 18, 2015
1 parent b20d9f6 commit d99f9a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

npm install jsdom
curl https://raw.githubusercontent.com/maxsnew/IO/master/elm-io.sh > elm-io.sh
6 changes: 6 additions & 0 deletions run_tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -ex

elm-make TestRunner.elm --output raw-test.js
bash elm-io.sh raw-test.js test.js
node test.js

0 comments on commit d99f9a3

Please sign in to comment.