Skip to content

Commit

Permalink
Merge pull request #5892 from psafont/stressdune
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Jul 31, 2024
2 parents f7d087b + f7860c7 commit 1be062b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ocaml/libs/http-lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
(modules http_test radix_tree_test)
(libraries
alcotest

fmt
http_lib
)
Expand Down Expand Up @@ -97,16 +97,17 @@

(rule
(alias stresstest)
(deps bufio_test.exe)
; use default random seed on stresstests
(action (run %{dep:bufio_test.exe} -v -bt))
(action (run %{deps} -v -bt))
)

(executable
(modes exe)
(name test_client)
(modules test_client)
(libraries

http_lib
safe-resources
stunnel
Expand All @@ -121,7 +122,7 @@
(name test_server)
(modules test_server)
(libraries

http_lib
httpsvr
safe-resources
Expand Down
3 changes: 2 additions & 1 deletion ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@

(rule
(alias stresstest)
(deps unixext_test.exe)
; use default random seed on stresstests
(action (run %{dep:unixext_test.exe} -v -bt))
(action (run %{deps} -v -bt))
)

(test
Expand Down

0 comments on commit 1be062b

Please sign in to comment.