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