Skip to content

Commit

Permalink
Fix number of negative tests expected to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Beurdouche committed May 9, 2015
1 parent e84cd5a commit 39063dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/unit-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ all: .all.ver testmref all-neg

all-neg: $(NEGFILES)
-$(FSTAR) --admit_fsi Set $(STDLIB) $^
@echo "EXPECT 33 FAILURES<------------------------------------"
@echo "---------------------------------------"
@echo " Done ! EXPECT 32 FAILURES "
@echo "---------------------------------------"


inverse:
$(FSTAR) --admit_fsi Seq $(FSTAR_HOME)/lib/classical.fst $(FSTAR_HOME)/lib/ext.fst $(FSTAR_HOME)/lib/seq.fsi inverse.fst --max_fuel 0 --max_ifuel 3 --initial_ifuel 3 --initial_fuel 0
Expand Down

0 comments on commit 39063dc

Please sign in to comment.