Skip to content

Commit

Permalink
Comment out the FArith test for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-augustsson-epicgames committed Nov 29, 2023
1 parent 631e3e1 commit 6ee6740
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ test:
$(TMHS) LocalPoly && $(EVAL) > LocalPoly.out && diff LocalPoly.ref LocalPoly.out
$(TMHS) Rank2 && $(EVAL) > Rank2.out && diff Rank2.ref Rank2.out
$(TMHS) Catch && $(EVAL) > Catch.out && diff Catch.ref Catch.out
$(TMHS) FArith && $(EVAL) > FArith.out && diff FArith.ref FArith.out
# The FArith tests are currently not prtable between 32 and 64 bits,
# since Double is really Float on 32 bit platforms.
# $(TMHS) FArith && $(EVAL) > FArith.out && diff FArith.ref FArith.out
$(TMHS) Infix && $(EVAL) > Infix.out && diff Infix.ref Infix.out
$(TMHS) Class && $(EVAL) > Class.out && diff Class.ref Class.out
$(TMHS) Eq && $(EVAL) > Eq.out && diff Eq.ref Eq.out
Expand Down

0 comments on commit 6ee6740

Please sign in to comment.