From 2a2f1e306f1759e5e52771a643a3a2df54552069 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Wed, 24 Sep 2014 16:02:19 +0200 Subject: check: split unit tests and support paralell execution --- tools/run-tests.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tools/run-tests.sh (limited to 'tools/run-tests.sh') diff --git a/tools/run-tests.sh b/tools/run-tests.sh deleted file mode 100755 index bd3cc60..0000000 --- a/tools/run-tests.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -for w in 4 8 16 32 64 128 ; do - ./gf_methods $w -A -U | sh -e - if [ $? != "0" ] ; then - echo "Failed unit tests for w=$w" - break - fi -done -- cgit v1.2.1