Changeset d53a5ab0 in mainline for uspace/app/tester


Ignore:
Timestamp:
2023-12-13T10:50:27Z (22 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.

Location:
uspace/app/tester
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/meson.build

    r4f6368c9 rd53a5ab0  
    5252        'float/float2.c',
    5353        'vfs/vfs1.c',
     54        'ipc/readwrite.c',
    5455        'ipc/sharein.c',
    5556        'ipc/starve.c',
  • uspace/app/tester/tester.c

    r4f6368c9 rd53a5ab0  
    6868#include "float/float2.def"
    6969#include "vfs/vfs1.def"
     70#include "ipc/readwrite.def"
    7071#include "ipc/sharein.def"
    7172#include "ipc/starve.def"
  • uspace/app/tester/tester.h

    r4f6368c9 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.