We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb34314 + 10e6156 commit 787a01eCopy full SHA for 787a01e
ocaml/libs/http-lib/dune
@@ -97,7 +97,7 @@
97
98
(rule
99
(alias stresstest)
100
- (deps bufio_test.exe)
+ (deps bufio_test_run.exe)
101
; use default random seed on stresstests
102
(action (run %{deps} -v -bt))
103
)
ocaml/libs/xapi-stdext/lib/xapi-stdext-unix/test/dune
@@ -15,7 +15,7 @@
15
16
17
18
- (deps unixext_test.exe)
+ (deps unixext_test_run.exe)
19
20
21
0 commit comments