From 758f5b7f515f8544dd079e0b45faf58d24f5f7d2 Mon Sep 17 00:00:00 2001 From: Nathan R Date: Thu, 5 Aug 2021 16:50:24 +0200 Subject: [PATCH] updated dotest with new test files --- dotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotest b/dotest index d5bd321..88ccd5f 100755 --- a/dotest +++ b/dotest @@ -26,7 +26,7 @@ for i in tests-gnu/*.c; do cmp $i $j || die $i $j done -for i in single-exec/*.c; do +for i in tests-c/*.c; do echo $i j="${i%.c}.out" $run < $i > $j