Ignore:
File:
1 edited

Legend:

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

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