Changeset d53a5ab0 in mainline for uspace/app/tester/tester.h


Ignore:
Timestamp:
2023-12-13T10:50:27Z (13 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
381c426
Parents:
4f6368c
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/app/tester/tester.h

    r4f6368c rd53a5ab0  
    9999extern const char *test_vfs1(void);
    100100extern const char *test_ping_pong(void);
     101extern const char *test_readwrite(void);
    101102extern const char *test_sharein(void);
    102103extern const char *test_starve_ipc(void);
Note: See TracChangeset for help on using the changeset viewer.