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


Ignore:
Timestamp:
2011-05-12T16:49:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f36787d7
Parents:
e80329d6 (diff), 750636a (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.h

    re80329d6 rb5e68c8  
    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_serial1(void);
     82extern const char *test_virtchar1(void);
     83extern const char *test_devman1(void);
    8284
    8385extern test_t tests[];
Note: See TracChangeset for help on using the changeset viewer.