Changeset 1c1002a in mainline for uspace/app
- Timestamp:
- 2008-12-29T23:48:23Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b21292
- Parents:
- 63088cc1
- Location:
- uspace/app/tester
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/Makefile
r63088cc1 r1c1002a 59 59 console/console1.c \ 60 60 stdio/stdio1.c \ 61 stdio/stdio2.c \ 61 62 vfs/vfs1.c 62 63 -
uspace/app/tester/stdio/stdio1.def
r63088cc1 r1c1002a 1 1 { 2 2 "stdio1", 3 "ANSI C streams test",3 "ANSI C streams reading test", 4 4 &test_stdio1, 5 5 true -
uspace/app/tester/tester.c
r63088cc1 r1c1002a 61 61 #include "console/console1.def" 62 62 #include "stdio/stdio1.def" 63 #include "stdio/stdio2.def" 63 64 {NULL, NULL, NULL} 64 65 }; -
uspace/app/tester/tester.h
r63088cc1 r1c1002a 74 74 extern char * test_console1(bool quiet); 75 75 extern char * test_stdio1(bool quiet); 76 extern char * test_stdio2(bool quiet); 76 77 77 78 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.