diff --git a/bin/test.sh b/bin/test.sh index 6d4b8be..2fbd340 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -1,3 +1,6 @@ #!/bin/bash -bats tests \ No newline at end of file +for i in $( ls tests/) +do +bats --tap tests/$i +done