Skip to content

Commit

Permalink
slightly improve targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Aug 19, 2024
1 parent 45fea05 commit 1897f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ build: $(SEMANTICS_DIR)/$(SEMANTICS_FILE)
clean:
rm -Rf $(SEMANTICS_FILE_NAME)-kompiled
rm -Rf $(OUTPUT_DIR)
rm -Rf $(TEST_DIR)/regression/*.out

test: test-swap test-tokens test-staking test-lending test-regression

Expand Down Expand Up @@ -62,6 +63,6 @@ test-aave:

test-regression: ${REGRESSION_TESTS}

%.out: %.sol %.txn %.ref
%.out: %.sol %.txn %.ref $(SEMANTICS_FILE_NAME)-kompiled/timestamp
bin/krun-sol $*.sol $*.txn > $*.out
diff -U3 $*.ref $*.out

0 comments on commit 1897f6c

Please sign in to comment.