Ignore:
File:
1 edited

Legend:

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

    r34b9299 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"
     
    144140        }
    145141       
    146         log_init("tester");
    147 
    148142        test_quiet = false;
    149143        test_argc = argc - 2;
Note: See TracChangeset for help on using the changeset viewer.