Skip to content

Commit 10cdc54

Browse files
committed
Add env variable to unit test
1 parent 4007d14 commit 10cdc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unit-tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cov:
3535

3636
run: $(TESTS)
3737
for unit in $(TESTS); do \
38-
./$$unit || exit 1; \
38+
WOLFBOOT_SECTOR_SIZE=0x400 ./$$unit || exit 1; \
3939
done
4040

4141

0 commit comments

Comments
 (0)