summaryrefslogtreecommitdiff
path: root/42sh/tests/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to '42sh/tests/wrapper.sh')
-rwxr-xr-x42sh/tests/wrapper.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/42sh/tests/wrapper.sh b/42sh/tests/wrapper.sh
new file mode 100755
index 0000000..1972768
--- /dev/null
+++ b/42sh/tests/wrapper.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo \#\#\#\#\#\#\#\#\# FUNCTIONAL TESTS \#\#\#\#\#\#\#\#\#
+functional/testsuite.sh
+
+[ "$COVERAGE" ] && echo \#\#\#\#\#\#\#\#\# UNIT TESTS \#\#\#\#\#\#\#\#\# && ./tests
+
+exit 0