Changeset 61cc94e in mainline
- Timestamp:
- 2010-12-21T16:17:02Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ab0852
- Parents:
- 01b87dc5
- Location:
- uspace/app/tester
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r01b87dc5 r61cc94e 47 47 vfs/vfs1.c \ 48 48 ipc/ping_pong.c \ 49 ipc/register.c \50 ipc/connect.c \51 49 loop/loop1.c \ 52 50 mm/malloc1.c \ -
uspace/app/tester/tester.c
r01b87dc5 r61cc94e 60 60 #include "vfs/vfs1.def" 61 61 #include "ipc/ping_pong.def" 62 #include "ipc/register.def"63 #include "ipc/connect.def"64 62 #include "loop/loop1.def" 65 63 #include "mm/malloc1.def" -
uspace/app/tester/tester.h
r01b87dc5 r61cc94e 77 77 extern const char *test_vfs1(void); 78 78 extern const char *test_ping_pong(void); 79 extern const char *test_register(void);80 extern const char *test_connect(void);81 79 extern const char *test_loop1(void); 82 80 extern const char *test_malloc1(void);
Note:
See TracChangeset
for help on using the changeset viewer.