Changeset eb522e8 in mainline for uspace/app/tester/tester.h


Ignore:
Timestamp:
2011-06-01T08:43:42Z (15 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d6c1f1
Parents:
9e2e715 (diff), e51a514 (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:

Huuuuuge merge from development - all the work actually :)

File:
1 edited

Legend:

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

    r9e2e715 reb522e8  
    3838#include <sys/types.h>
    3939#include <bool.h>
    40 #include <ipc/ipc.h>
    4140
    4241#define IPC_TEST_SERVICE  10240
     
    6867extern const char *test_print3(void);
    6968extern const char *test_print4(void);
     69extern const char *test_print5(void);
    7070extern const char *test_console1(void);
    7171extern const char *test_stdio1(void);
     
    7676extern const char *test_vfs1(void);
    7777extern const char *test_ping_pong(void);
    78 extern const char *test_register(void);
    79 extern const char *test_connect(void);
    8078extern const char *test_loop1(void);
    8179extern const char *test_malloc1(void);
     80extern const char *test_malloc2(void);
     81extern const char *test_mapping1(void);
     82extern const char *test_serial1(void);
     83extern const char *test_virtchar1(void);
     84extern const char *test_devman1(void);
    8285
    8386extern test_t tests[];
Note: See TracChangeset for help on using the changeset viewer.