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


Ignore:
Timestamp:
2012-09-07T14:02:11Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
23c1fae
Parents:
19a9e3a
Message:

implement a basic softfloat unit test (currently failing)
resurrect an old kernel floating point test and port it to user space

File:
1 edited

Legend:

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

    r19a9e3a rb6636dc  
    5858#include "fault/fault2.def"
    5959#include "fault/fault3.def"
     60#include "float/float1.def"
     61#include "float/softfloat1.def"
    6062#include "vfs/vfs1.def"
    6163#include "ipc/ping_pong.def"
     
    6870#include "hw/serial/serial1.def"
    6971#include "hw/misc/virtchar1.def"
    70 #include "libext2/libext2_1.def"
     72#include "ext2/ext2_1.def"
    7173        {NULL, NULL, NULL, false}
    7274};
Note: See TracChangeset for help on using the changeset viewer.