Skip to content

Commit

Permalink
Add yojson dependency and update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudha247 committed May 3, 2023
1 parent d7e7701 commit 693ffef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@ all:
dune build @runtest @all

bench:
dune exec -- ./bench/bench_http.exe
dune exec -- ./bench/bench_condition.exe
dune exec -- ./bench/bench_buf_read.exe
dune exec -- ./bench/bench_mutex.exe
dune exec -- ./bench/bench_yield.exe
dune exec -- ./bench/bench_promise.exe
dune exec -- ./bench/bench_stream.exe
dune exec -- ./bench/bench_semaphore.exe
dune exec -- ./bench/bench_cancel.exe
if ocamlc -config | grep -q '^system: linux'; then dune exec -- ./lib_eio_linux/tests/bench_noop.exe; fi
dune exec -- ./bench/bench_main.exe

test_posix:
EIO_BACKEND=posix dune runtest
Expand Down
1 change: 1 addition & 0 deletions eio.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"alcotest" {>= "1.4.0" & with-test}
"dscheck" {>= "0.1.0" & with-test}
"odoc" {with-doc}
"yojson" {>= "2.0.2" & with-test}
]
conflicts: [
"ocaml-base-compiler" {< "5.0.0~beta1"}
Expand Down

0 comments on commit 693ffef

Please sign in to comment.