Changeset 04b687b in mainline for uspace/app
- Timestamp:
- 2008-12-29T11:17:44Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63088cc1
- Parents:
- 8b74af07
- Location:
- uspace/app/tester
- Files:
-
- 2 added
- 3 edited
-
Makefile (modified) (1 diff)
-
stdio/stdio1.c (added)
-
stdio/stdio1.def (added)
-
tester.c (modified) (1 diff)
-
tester.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r8b74af07 r04b687b 58 58 devmap/devmap1.c \ 59 59 console/console1.c \ 60 stdio/stdio1.c \ 60 61 vfs/vfs1.c 61 62 -
uspace/app/tester/tester.c
r8b74af07 r04b687b 60 60 #include "vfs/vfs1.def" 61 61 #include "console/console1.def" 62 #include "stdio/stdio1.def" 62 63 {NULL, NULL, NULL} 63 64 }; -
uspace/app/tester/tester.h
r8b74af07 r04b687b 73 73 extern char * test_vfs1(bool quiet); 74 74 extern char * test_console1(bool quiet); 75 extern char * test_stdio1(bool quiet); 75 76 76 77 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.
