Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/tester.c

    rfa4b7ba3 rb6636dc  
    3939#include <stdio.h>
    4040#include <str.h>
    41 #include <io/log.h>
    4241#include "tester.h"
    4342
     
    5352#include "print/print4.def"
    5453#include "print/print5.def"
    55 #include "print/print6.def"
    5654#include "console/console1.def"
    5755#include "stdio/stdio1.def"
    5856#include "stdio/stdio2.def"
    59 #include "stdio/logger1.def"
    60 #include "stdio/logger2.def"
    6157#include "fault/fault1.def"
    6258#include "fault/fault2.def"
     
    7470#include "hw/serial/serial1.def"
    7571#include "hw/misc/virtchar1.def"
     72#include "ext2/ext2_1.def"
    7673        {NULL, NULL, NULL, false}
    7774};
     
    143140        }
    144141       
    145         log_init("tester");
    146 
    147142        test_quiet = false;
    148143        test_argc = argc - 2;
Note: See TracChangeset for help on using the changeset viewer.