16 lines
324 B
Text
16 lines
324 B
Text
|
|
(executables
|
||
|
|
(names test test_channel)
|
||
|
|
(libraries mirage-channel mirage-flow-combinators alcotest lwt.unix logs))
|
||
|
|
|
||
|
|
(alias
|
||
|
|
(name runtest)
|
||
|
|
(package mirage-channel)
|
||
|
|
(deps (:< test.exe))
|
||
|
|
(action (run %{<} -e -v)))
|
||
|
|
|
||
|
|
(alias
|
||
|
|
(name runtest)
|
||
|
|
(package mirage-channel)
|
||
|
|
(deps (:< test_channel.exe))
|
||
|
|
(action (run %{<} -e -v)))
|