Changes in uspace/app/tester/tester.c [f47c70d4:3191c01] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
rf47c70d4 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 57 #include "fault/fault1.def" 60 58 #include "fault/fault2.def" … … 140 138 } 141 139 142 log_init("tester", LVL_NOTE);143 144 140 test_quiet = false; 145 141 test_argc = argc - 2;
Note:
See TracChangeset
for help on using the changeset viewer.