]> git.corax.cc Git - toolbox/commit
test/ipc: Add test cases for IPC endpoints
authorMatthias Kruk <m@m10k.eu>
Mon, 21 Jun 2021 12:13:29 +0000 (21:13 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 21 Jun 2021 12:13:29 +0000 (21:13 +0900)
commit5e4c3dce21e106017ba0413aa057f3ebea1e6050
tree5117669a079a489dd653025ababfe109caab664f
parent38ae5b673ea063c757859ceba4212e7d6b8ceaea
test/ipc: Add test cases for IPC endpoints

Functions that operate on IPC endpoints are not covered by any of the
test cases in the ipc_spec.sh test suite.
This commit adds a set of test cases that test the following functions.
 - ipc_endpoint_open()
 - ipc_endpoint_close()
 - ipc_endpoint_send()
 - ipc_endpoint_recv()
test/ipc_spec.sh