Skip to content

Commit

Permalink
More filtering of Steel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed May 10, 2022
1 parent 500a9b0 commit 2b17f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ifndef NODEPEND
# AF: The Steel files should not be extracted by KaRaMeL, they are filtered out
.depend: .FORCE
$(FSTAR) --dep full $(subst .wasm-test,.fst,$(WASM_FILES)) $(subst .test,.fst,$(FILES)) \
$(BROKEN) ../runtime/WasmSupport.fst --extract 'krml:*,-Prims,-FStar.MSTTotal,-FStar.NMSTTotal,-FStar.MST,-FStar.NMST,-Steel' > $@
$(BROKEN) ../runtime/WasmSupport.fst --extract 'krml:*,-Prims,-FStar.MSTTotal,-FStar.NMSTTotal,-FStar.MST,-FStar.NMST,-Steel.Effect,-Steel.Effect.Atomic,-Steel.HigherReference,-Steel.Reference,-Steel.Semantics.Hoare.MST' > $@

.PHONY: .FORCE
.FORCE:
Expand Down

0 comments on commit 2b17f28

Please sign in to comment.