source: mainline/uspace/app/tester/ipc/readwrite.def

Last change on this file was d53a5ab0, checked in by Jiri Svoboda <jiri@…>, 20 months ago

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.

  • Property mode set to 100644
File size: 67 bytes
Line 
1{
2 "readwrite",
3 "IPC read/write test",
4 &test_readwrite,
5 true
6},
Note: See TracBrowser for help on using the repository browser.