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