From dad74f4d1e786f7dcfcc4b1bc93928b959aaa287 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 4 May 2025 23:05:50 +0900 Subject: add tests for 2nd gen compiler --- tests/all.sh | 2 -- tests/run.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/all.sh b/tests/all.sh index 4ff3688..70776cf 100644 --- a/tests/all.sh +++ b/tests/all.sh @@ -1,7 +1,5 @@ set -e -export p4dcc="../../../p4dcc" - rm -rf tests/tmp mkdir -p tests/tmp for i in $(seq 1 999); do diff --git a/tests/run.sh b/tests/run.sh index d92cc29..2a5d9be 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -1,6 +1,6 @@ set -e -export p4dcc="../../../p4dcc" +export p4dcc="../../../$BIN" export testcase=$1 export tmp_dir="tests/tmp/$testcase" -- cgit v1.2.3-70-g09d2