Skip to content

Commit

Permalink
Add env variable to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Nov 28, 2024
1 parent 4007d14 commit 10cdc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/unit-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cov:

run: $(TESTS)
for unit in $(TESTS); do \
./$$unit || exit 1; \
WOLFBOOT_SECTOR_SIZE=0x400 ./$$unit || exit 1; \
done


Expand Down

0 comments on commit 10cdc54

Please sign in to comment.