Add IPC read/write test to libipctest/ipc test server + tester
commitd53a5ab03c9908a886b8d7780095b6f74858e51a
authorJiri Svoboda <jiri@wiwaxia>
Wed, 13 Dec 2023 10:50:27 +0000 (13 11:50 +0100)
committerJiri Svoboda <jiri@wiwaxia>
Wed, 13 Dec 2023 10:50:27 +0000 (13 11:50 +0100)
treea5cd46ab8c3af809660096f3c43cf39646953d47
parent4f6368c9f43c5e184ce86a446688b4311b0d63f1
Add IPC read/write test to libipctest/ipc test server + tester

Now really if IPC read/write didn't work, nothing would work.
Tester's readwrite test is mostly for sanity checking that
the read/write test in libipctest / ipc-test server work as intended.
uspace/app/tester/ipc/readwrite.c [new file with mode: 0644]
uspace/app/tester/ipc/readwrite.def [new file with mode: 0644]
uspace/app/tester/meson.build
uspace/app/tester/tester.c
uspace/app/tester/tester.h
uspace/lib/ipctest/include/ipc/ipc_test.h
uspace/lib/ipctest/include/ipc_test.h
uspace/lib/ipctest/src/ipc_test.c
uspace/srv/test/ipc-test/main.c