Changes in uspace/app/tester/tester.c [34b9299:b6636dc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.c
r34b9299 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" … … 144 140 } 145 141 146 log_init("tester");147 148 142 test_quiet = false; 149 143 test_argc = argc - 2;
Note:
See TracChangeset
for help on using the changeset viewer.