From 85567271ae07357531588f0fa2dda076d8d53c44 Mon Sep 17 00:00:00 2001 From: Olivier Nicole Date: Thu, 27 Feb 2025 16:13:06 +0100 Subject: [PATCH] CR: Install wasm_of_ocaml before running benchmarks --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f378d4381e..c7757bcdfc 100644 --- a/Makefile +++ b/Makefile @@ -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