Skip to content

Commit

Permalink
Run Infer test
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-augustsson-epicgames committed Feb 15, 2024
1 parent 8693a06 commit daa225f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ test:
$(TMHS) Read && $(EVAL) > Read.out && diff Read.ref Read.out
$(TMHS) ListCompr && $(EVAL) > ListCompr.out && diff ListCompr.ref ListCompr.out
$(TMHS) ParseInd && $(EVAL) > ParseInd.out && diff ParseInd.ref ParseInd.out
$(TMHS) Infer && $(EVAL) > Infer.out && diff Infer.ref Infer.out

errtest:
sh errtester.sh < errmsg.test
Expand Down

0 comments on commit daa225f

Please sign in to comment.