From 983749787ee0dc1beb1107873e8a13ebdaeba576 Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Mon, 18 Jan 2016 15:43:52 -0700 Subject: restore test suite --- test-chill/runtests | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 test-chill/runtests (limited to 'test-chill/runtests') diff --git a/test-chill/runtests b/test-chill/runtests deleted file mode 100755 index e5021f8..0000000 --- a/test-chill/runtests +++ /dev/null @@ -1,17 +0,0 @@ -#/bin/sh -for file in *.py; do - echo -n "Testing " - echo -n $file | sed 's/test_//g;s/.py//g' - echo -n " ... " - ../chill $file > /dev/null 2>&1 - cmp -s rose_mm.c with/$file.out - if [ $? -eq 0 ] - then echo OK - else - cmp -s rose_mm.c without/$file.out - if [ $? -eq 0 ]; then echo OK; else echo failed; fi - fi -done -rm rose_mm.c - - -- cgit v1.2.3-70-g09d2