Changeset 3b3fcf36 in mainline for uspace/app/tester


Ignore:
Timestamp:
2018-11-20T10:53:13Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a615be0
Parents:
8be3230
git-author:
Jiri Svoboda <jiri@…> (2018-11-19 18:49:18)
git-committer:
Jiri Svoboda <jiri@…> (2018-11-20 10:53:13)
Message:

IPC share-in test using text and data segment.

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

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/Makefile

    r8be3230 r3b3fcf36  
    5656        float/float2.c \
    5757        vfs/vfs1.c \
     58        ipc/sharein.c \
    5859        ipc/starve.c \
    5960        loop/loop1.c \
  • uspace/app/tester/tester.c

    r8be3230 r3b3fcf36  
    6666#include "float/float2.def"
    6767#include "vfs/vfs1.def"
     68#include "ipc/sharein.def"
    6869#include "ipc/starve.def"
    6970#include "loop/loop1.def"
  • uspace/app/tester/tester.h

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