Ignore:
File:
1 edited

Legend:

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

    rb6636dc rfa4b7ba3  
    3939#include <stdio.h>
    4040#include <str.h>
     41#include <io/log.h>
    4142#include "tester.h"
    4243
     
    5253#include "print/print4.def"
    5354#include "print/print5.def"
     55#include "print/print6.def"
    5456#include "console/console1.def"
    5557#include "stdio/stdio1.def"
    5658#include "stdio/stdio2.def"
     59#include "stdio/logger1.def"
     60#include "stdio/logger2.def"
    5761#include "fault/fault1.def"
    5862#include "fault/fault2.def"
     
    7074#include "hw/serial/serial1.def"
    7175#include "hw/misc/virtchar1.def"
    72 #include "ext2/ext2_1.def"
    7376        {NULL, NULL, NULL, false}
    7477};
     
    140143        }
    141144       
     145        log_init("tester");
     146
    142147        test_quiet = false;
    143148        test_argc = argc - 2;
Note: See TracChangeset for help on using the changeset viewer.