From 08b30fd9ef82c1064400f609fc2fd7d4908efe64 Mon Sep 17 00:00:00 2001 From: LongyuZhang Date: Wed, 6 Jul 2022 09:44:45 -0400 Subject: [PATCH] Set dynamic compile for external functional test (#3826) - Set dynamic compile for external functional test Signed-off-by: Longyu Zhang --- external/functional-test/test.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/external/functional-test/test.sh b/external/functional-test/test.sh index a26887b4c4..01146a9b98 100644 --- a/external/functional-test/test.sh +++ b/external/functional-test/test.sh @@ -27,10 +27,6 @@ cd /aqa-tests cd /aqa-tests/TKG set -e - -echo "Building functional test material..." -make compile - -echo "Generating make files and running the functional tests" +echo "Generating make files and running the target tests" make $1 set +e