Skip to content

Commit

Permalink
Set dynamic compile for external functional test (#3826)
Browse files Browse the repository at this point in the history
- Set dynamic compile for external functional test

Signed-off-by: Longyu Zhang <[email protected]>
  • Loading branch information
LongyuZhang authored Jul 6, 2022
1 parent 608f819 commit 08b30fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions external/functional-test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 08b30fd

Please sign in to comment.