RPMsg inter-partition messaging
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(irmin,pds,atp,rpmsg): on_listen callback, PDS cleanup, interop test

- xrpc_server: add on_listen callback with actual bound port (supports port 0)
- pds: register Eio.Switch.on_release for DB close in create/open_
- irmin: use on_listen in cmd_serve, close PDS in cmd_init, add interop cram test
- rpmsg: rename test_endpoint → test_rpmsg for consistency

+1 -1
+1 -1
test/test.ml
··· 1 1 (** Main test entry point for RPMsg tests. *) 2 2 3 - let () = Alcotest.run "rpmsg" (Test_wire.suite @ Test_endpoint.suite) 3 + let () = Alcotest.run "rpmsg" (Test_wire.suite @ Test_rpmsg.suite)
test/test_endpoint.ml test/test_rpmsg.ml