From 08a3eda252d06a947eb483f6b3c3ae17d93e6c73 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Thu, 25 Aug 2016 09:20:56 -0300 Subject: [PATCH] Added test.sh file. This file execute the bats tests --- bin/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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