Changes in uspace/app/tester/tester.c [b6636dc:267f235] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
rb6636dc 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" 59 62 #include "fault/fault3.def" 60 #include "float/float1.def"61 #include "float/softfloat1.def"62 63 #include "vfs/vfs1.def" 63 64 #include "ipc/ping_pong.def" … … 70 71 #include "hw/serial/serial1.def" 71 72 #include "hw/misc/virtchar1.def" 72 #include " ext2/ext2_1.def"73 #include "libext2/libext2_1.def" 73 74 {NULL, NULL, NULL, false} 74 75 }; … … 140 141 } 141 142 143 log_init("tester"); 144 142 145 test_quiet = false; 143 146 test_argc = argc - 2;
Note:
See TracChangeset
for help on using the changeset viewer.