Ignore:
File:
1 edited

Legend:

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

    r3191c01 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"
    5963#include "fault/fault3.def"
     64#include "float/float1.def"
     65#include "float/softfloat1.def"
    6066#include "vfs/vfs1.def"
    6167#include "ipc/ping_pong.def"
     
    6874#include "hw/serial/serial1.def"
    6975#include "hw/misc/virtchar1.def"
    70 #include "libext2/libext2_1.def"
     76#include "ext2/ext2_1.def"
    7177        {NULL, NULL, NULL, false}
    7278};
     
    138144        }
    139145       
     146        log_init("tester");
     147
    140148        test_quiet = false;
    141149        test_argc = argc - 2;
Note: See TracChangeset for help on using the changeset viewer.