Skip to content

Commit

Permalink
Use gcc in test_psa_compliance
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <[email protected]>
  • Loading branch information
daverodgman committed Jan 4, 2024
1 parent b0660c2 commit 5b00fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3588,7 +3588,7 @@ component_test_psa_compliance () {
CC=gcc make -C library libmbedcrypto.a
msg "unit test: test_psa_compliance.py"
./tests/scripts/test_psa_compliance.py
CC=gcc ./tests/scripts/test_psa_compliance.py
}
support_test_psa_compliance () {
Expand Down

0 comments on commit 5b00fb1

Please sign in to comment.