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