Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Dec 12, 2023
1 parent 380fa87 commit 38f262f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dune
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

(executable
(name test)
(libraries devkit extlib extunix libevent ounit2 yojson)
(libraries devkit extlib extunix libevent ocamlnet_lite ounit2 unix yojson)
(modules test test_httpev))

(rule
Expand Down
1 change: 1 addition & 0 deletions test.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
open OUnit
open Printf
open ExtLib
open Ocamlnet_lite

module U = ExtUnix.Specific

Expand Down

0 comments on commit 38f262f

Please sign in to comment.