Changeset 03362fbd in mainline for uspace/app/tester/tester.h


Ignore:
Timestamp:
2013-02-09T23:14:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (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.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 edited

Legend:

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

    rb5d2e57 r03362fbd  
    3737
    3838#include <sys/types.h>
    39 #include <bool.h>
     39#include <stdbool.h>
    4040#include <stacktrace.h>
    4141
     
    8585extern const char *test_print4(void);
    8686extern const char *test_print5(void);
     87extern const char *test_print6(void);
    8788extern const char *test_console1(void);
    8889extern const char *test_stdio1(void);
    8990extern const char *test_stdio2(void);
     91extern const char *test_logger1(void);
     92extern const char *test_logger2(void);
    9093extern const char *test_fault1(void);
    9194extern const char *test_fault2(void);
    9295extern const char *test_fault3(void);
     96extern const char *test_float1(void);
     97extern const char *test_softfloat1(void);
    9398extern const char *test_vfs1(void);
    9499extern const char *test_ping_pong(void);
     
    101106extern const char *test_serial1(void);
    102107extern const char *test_virtchar1(void);
    103 extern const char *test_libext2_1(void);
    104108extern const char *test_devman1(void);
    105109extern const char *test_devman2(void);
Note: See TracChangeset for help on using the changeset viewer.