Ignore:
Timestamp:
2023-12-13T10:50:27Z (18 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
381c426
Parents:
4f6368c9
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ipctest/include/ipc/ipc_test.h

    r4f6368c9 rd53a5ab0  
    4343        IPC_TEST_GET_RW_AREA_SIZE,
    4444        IPC_TEST_SHARE_IN_RO,
    45         IPC_TEST_SHARE_IN_RW
     45        IPC_TEST_SHARE_IN_RW,
     46        IPC_TEST_SET_RW_BUF_SIZE,
     47        IPC_TEST_READ,
     48        IPC_TEST_WRITE
    4649} ipc_test_request_t;
    4750
Note: See TracChangeset for help on using the changeset viewer.