Changeset cf2af94 in mainline for uspace/app/tester/tester.h
- Timestamp:
- 2011-02-09T11:46:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cb15135a
- Parents:
- a49c4002 (diff), 0b37882 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
ra49c4002 rcf2af94 38 38 #include <sys/types.h> 39 39 #include <bool.h> 40 #include <ipc/ipc.h>41 40 42 41 #define IPC_TEST_SERVICE 10240 … … 77 76 extern const char *test_vfs1(void); 78 77 extern const char *test_ping_pong(void); 79 extern const char *test_register(void);80 extern const char *test_connect(void);81 78 extern const char *test_loop1(void); 82 79 extern const char *test_malloc1(void); 83 80 extern const char *test_serial1(void); 81 extern const char *test_virtchar1(void); 84 82 85 83 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.