Skip to content

Commit

Permalink
Add a test-suite target so swe bench can uniformly test different com…
Browse files Browse the repository at this point in the history
…mits from different branches of fiat-crypto
  • Loading branch information
JasonGross committed Dec 27, 2023
1 parent 1f475fa commit 841fa96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ SKIP_ICC?=
print-nonautogenerated-specific print-nonautogenerated-specific-display nonautogenerated-specific-display-test \
print-old-pipeline-lite-hardcoded old-pipeline-lite-hardcoded lite-display-hardcoded lite-display-test-hardcoded \
print-old-pipeline-nobigmem-hardcoded old-pipeline-nobigmem-hardcoded \
regenerate-curves
regenerate-curves \
test-suite

SORT_COQPROJECT = sed 's,[^/]*/,~&,g' | env LC_COLLATE=C sort | sed 's,~,,g' | uniq

Expand Down Expand Up @@ -231,6 +232,8 @@ nonautogenerated-specific-display-test: $(NONAUTOGENERATED_SPECIFIC_DISPLAY_VO:.
nonautogenerated-c: $(filter-out $(UNMADE_C_FILES),$(NONAUTOGENERATED_SPECIFIC_DISPLAY_VO:Display.vo=.c) $(NONAUTOGENERATED_SPECIFIC_DISPLAY_VO:Display.vo=.h))
display: $(DISPLAY_VO:.vo=.log)

test-suite: selected-specific-display-test

print-display::
@ echo $(DISPLAY_VO:.vo=.log)

Expand Down

0 comments on commit 841fa96

Please sign in to comment.