Skip to content

Commit

Permalink
"added the main tests_runner script"
Browse files Browse the repository at this point in the history
  • Loading branch information
Josee9988 committed Jul 8, 2021
1 parent 3f5db80 commit 5304d60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/TESTS_RUNNER.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

# ADD AS MANY LINES AS TESTS FILE YOU HAVE TO RUN THEM ALL

mkdir -p tests/.tests_trash/

echo -e "\n\n--------------------------------\nrunning ./tests/project_scaffolding.sh"
./tests/project_scaffolding.sh

rm -r tests/.tests_trash

0 comments on commit 5304d60

Please sign in to comment.