Skip to content

Commit

Permalink
Update charon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Oct 18, 2024
1 parent fa20410 commit 0acad46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test: $(addprefix test-,$(TEST_DIRS)) custom-test-array
.PHONY: phony
.PRECIOUS: test/%/out.llbc
test/%/out.llbc: phony
cd test/$* && $(CHARON) --errors-as-warnings && mv $*.llbc out.llbc
cd test/$* && $(CHARON) && mv $*.llbc out.llbc

out/test-%/main.c: test/main.c
mkdir -p out/test-$*
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0acad46

Please sign in to comment.