Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Nov 23, 2024
1 parent c0eaa49 commit 12dd072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ runtest: bin/mhseval bin/gmhs tests/*.hs
cd tests; make alltest

# Run test examples with mhs-compiled compiler
runtestmhs:
runtestmhs: bin/mhs
cd tests; make MHS=../bin/mhs cache; make MHS="../bin/mhs +RTS -H4M -RTS -CR" info test errtest

# Run test examples going via JavaScript
runtestemscripten:
runtestemscripten: bin/mhs
cd tests; make MHS=../bin/mhs cache; MHSDIR=.. make MHS="../bin/mhs -CR -temscripten -oout.js" EVAL="node out.js" info test errtest


Expand Down

0 comments on commit 12dd072

Please sign in to comment.