Skip to content

Commit 5e9e33d

Browse files
authored
Merge pull request #298 from danielinux/fix-duplicate-test
Removed duplicate test entry in test.mk
2 parents d7711a4 + 27df342 commit 5e9e33d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tools/test.mk

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,6 @@ test-sim-rollback-flash: wolfboot.elf test-sim-internal-flash-with-update FORCE
172172
$(Q)(test `./wolfboot.elf success get_version` -eq 1)
173173
$(Q)(test `./wolfboot.elf get_version` -eq 1)
174174

175-
test-sim-update-flash: wolfboot.elf test-sim-internal-flash-with-update FORCE
176-
$(Q)(test `./wolfboot.elf success update_trigger get_version` -eq 1)
177-
$(Q)(test `./wolfboot.elf success get_version` -eq $(TEST_UPDATE_VERSION))
178-
179-
test-sim-rollback-flash: wolfboot.elf test-sim-internal-flash-with-update FORCE
180-
$(Q)(test `./wolfboot.elf success update_trigger get_version` -eq 1)
181-
$(Q)(test `./wolfboot.elf get_version` -eq $(TEST_UPDATE_VERSION))
182-
$(Q)(test `./wolfboot.elf success get_version` -eq 1)
183-
$(Q)(test `./wolfboot.elf get_version` -eq 1)
184-
185175
test-self-update: FORCE
186176
@mv $(PRIVATE_KEY) private_key.old
187177
@make clean factory.bin RAM_CODE=1 WOLFBOOT_VERSION=1 SIGN=$(SIGN)

0 commit comments

Comments
 (0)