Skip to content

Commit

Permalink
Add comments to test script, and dev script for quick test iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 5, 2016
1 parent 5906f92 commit 4c955ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Run this file (with 'entr' installed) to watch files and rerun tests on changes
ls -d **/* | entr ./test.sh
3 changes: 2 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
./test/libs/bats/bin/bats test/*.bats
# Run this file to run all the tests, once
./test/libs/bats/bin/bats test/*.bats

0 comments on commit 4c955ea

Please sign in to comment.