Changes in uspace/app/tester/tester.c [267f235:3191c01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
r267f235 r3191c01 39 39 #include <stdio.h> 40 40 #include <str.h> 41 #include <io/log.h>42 41 #include "tester.h" 43 42 … … 56 55 #include "stdio/stdio1.def" 57 56 #include "stdio/stdio2.def" 58 #include "stdio/logger1.def"59 #include "stdio/logger2.def"60 57 #include "fault/fault1.def" 61 58 #include "fault/fault2.def" … … 141 138 } 142 139 143 log_init("tester");144 145 140 test_quiet = false; 146 141 test_argc = argc - 2;
Note:
See TracChangeset
for help on using the changeset viewer.