Skip to content

Commit d9ae49f

Browse files
ACVP tests: Add missing EXEC_WRAPPER
run_acvp currently does not respect the EXEC_WRAPPER preventing running ACVP tests, e.g., on baremetal targets. Co-authored-by: Brendan Moran <[email protected]> Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 09fe46e commit d9ae49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ run_func_87: func_87
6666
run_func: run_func_44 run_func_65 run_func_87
6767

6868
run_acvp: acvp
69-
python3 ./test/acvp_client.py $(if $(ACVP_VERSION),--version $(ACVP_VERSION))
69+
EXEC_WRAPPER="$(EXEC_WRAPPER)" python3 ./test/acvp_client.py $(if $(ACVP_VERSION),--version $(ACVP_VERSION))
7070

7171
func_44: $(MLDSA44_DIR)/bin/test_mldsa44
7272
$(Q)echo " FUNC ML-DSA-44: $^"

0 commit comments

Comments
 (0)