Changes in uspace/app/tester/tester.c [fa4b7ba3:b6636dc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
rfa4b7ba3 rb6636dc 39 39 #include <stdio.h> 40 40 #include <str.h> 41 #include <io/log.h>42 41 #include "tester.h" 43 42 … … 53 52 #include "print/print4.def" 54 53 #include "print/print5.def" 55 #include "print/print6.def"56 54 #include "console/console1.def" 57 55 #include "stdio/stdio1.def" 58 56 #include "stdio/stdio2.def" 59 #include "stdio/logger1.def"60 #include "stdio/logger2.def"61 57 #include "fault/fault1.def" 62 58 #include "fault/fault2.def" … … 74 70 #include "hw/serial/serial1.def" 75 71 #include "hw/misc/virtchar1.def" 72 #include "ext2/ext2_1.def" 76 73 {NULL, NULL, NULL, false} 77 74 }; … … 143 140 } 144 141 145 log_init("tester");146 147 142 test_quiet = false; 148 143 test_argc = argc - 2;
Note:
See TracChangeset
for help on using the changeset viewer.