Skip to content

Commit

Permalink
del: unlink in suit-install example (now we have suit-uninstall)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentakayama committed Sep 15, 2024
1 parent 11e7ab8 commit ecd176a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 77 deletions.
2 changes: 1 addition & 1 deletion Makefile.parser
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $(TARGET): $(OBJS) | ./bin
./obj/%.o: %.c | ./obj/src ./obj/examples
$(CC) $(CFLAGS) $(INC) -o $@ -c $<

TEST_NUM := 0 1 2A 2B 3 4 5 U I D R S0 S1 S2 S3 S4 U0 U1
TEST_NUM := 0 1 2A 2B 3 4 5 U I D S0 S1 S2 S3 S4 U0 U1
EXPS := $(foreach num,$(TEST_NUM),./testfiles/suit_manifest_exp$(num).cbor)
define test-one
$(TARGET) $1 2 || exit 1
Expand Down
2 changes: 1 addition & 1 deletion Makefile.process
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ define test-one

endef

TEST_NUM := 0 1 2A 2B 3 4 5 U I D R S0 S1 S2 S3 S4 U0 U1
TEST_NUM := 0 1 2A 2B 3 4 5 U I D S0 S1 S2 S3 S4 U0 U1
.PHONY: test
test: all
$(foreach num,$(TEST_NUM),$(call test-one,$(num)))
Expand Down
Binary file removed testfiles/suit_manifest_expR.cbor
Binary file not shown.
75 changes: 0 additions & 75 deletions testfiles/suit_manifest_expR.md

This file was deleted.

0 comments on commit ecd176a

Please sign in to comment.