mte/unikernel/duniverse/lwt/test/react/main.ml

10 lines
232 B
OCaml
Raw Normal View History

2025-11-11 02:07:51 +01:00
(* This file is part of Lwt, released under the MIT license. See LICENSE.md for
details, or visit https://github.com/ocsigen/lwt/blob/master/LICENSE.md. *)
Test.run "react" [
Test_lwt_event.suite;
Test_lwt_signal.suite;
]