Changeset d91a20c in mainline
- Timestamp:
- 2009-12-28T20:34:27Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a6aef4e
- Parents:
- 60803be
- Location:
- uspace/app/tester
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile.build
r60803be rd91a20c 49 49 fault/fault1.c \ 50 50 fault/fault2.c \ 51 fault/fault3.c \ 51 52 vfs/vfs1.c \ 52 53 ipc/ping_pong.c \ -
uspace/app/tester/tester.c
r60803be rd91a20c 56 56 #include "fault/fault1.def" 57 57 #include "fault/fault2.def" 58 #include "fault/fault3.def" 58 59 #include "vfs/vfs1.def" 59 60 #include "ipc/ping_pong.def" -
uspace/app/tester/tester.h
r60803be rd91a20c 73 73 extern char *test_fault1(void); 74 74 extern char *test_fault2(void); 75 extern char *test_fault3(void); 75 76 extern char *test_vfs1(void); 76 77 extern char *test_ping_pong(void);
Note:
See TracChangeset
for help on using the changeset viewer.