From da640c5a467bfdf7b3bbced52fc13a28fd8b37bd Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 27 Mar 2016 18:17:08 -0400 Subject: move tools to the root --- src/tools/regress.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 src/tools/regress.sh (limited to 'src/tools/regress.sh') diff --git a/src/tools/regress.sh b/src/tools/regress.sh deleted file mode 100755 index 4106b00..0000000 --- a/src/tools/regress.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -for t in test/* -do - printf "Test $t ... " - - ./qbe $t >/tmp/out.0 2>&1 - ./qbe.1 $t >/tmp/out.1 2>&1 - - if diff /tmp/out.0 /tmp/out.1 > /dev/null - then - echo "OK" - else - echo "KO" - break - fi -done -- cgit 1.4.1