Skip to content

Commit

Permalink
CR: Install wasm_of_ocaml before running benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Feb 27, 2025
1 parent df5a387 commit 8556727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ installdoc:
rsync -av doc-dev/ _wikidoc/doc/dev/

bench:
opam pin add -n .
opam install wasm_of_ocaml-compiler
$(MAKE) -C benchmarks bench

.PHONY: all tests tests-wasm test runtest runtests doc clean installdoc bench

0 comments on commit 8556727

Please sign in to comment.