Changeset efdfebc in mainline for uspace/app/tester/tester.c


Ignore:
Timestamp:
2012-11-06T21:03:44Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
338810f
Parents:
de73242 (diff), 94795812 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

    rde73242 refdfebc  
    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.