From 2a6c94abcb38a48f98c1393742a65232edc3c07f Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 2 Dec 2018 15:35:44 +0100 Subject: Initial commit --- runalltests | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 runalltests (limited to 'runalltests') diff --git a/runalltests b/runalltests new file mode 100755 index 0000000..99270c8 --- /dev/null +++ b/runalltests @@ -0,0 +1,12 @@ +#!/bin/sh + +for testfile in *.test; do + ./$testfile + ret=$(expr $ret + $?) +done + +if [ $ret -gt 0 ]; then + printf "%d tests failed\n" $ret +fi + +exit $ret -- cgit v1.2.1-18-gbd029