Changeset eb522e8 in mainline for uspace/app/tester/tester.h
- Timestamp:
- 2011-06-01T08:43:42Z (15 years ago)
- 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. - File:
-
- 1 edited
-
uspace/app/tester/tester.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
r9e2e715 reb522e8 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 … … 68 67 extern const char *test_print3(void); 69 68 extern const char *test_print4(void); 69 extern const char *test_print5(void); 70 70 extern const char *test_console1(void); 71 71 extern const char *test_stdio1(void); … … 76 76 extern const char *test_vfs1(void); 77 77 extern const char *test_ping_pong(void); 78 extern const char *test_register(void);79 extern const char *test_connect(void);80 78 extern const char *test_loop1(void); 81 79 extern const char *test_malloc1(void); 80 extern const char *test_malloc2(void); 81 extern const char *test_mapping1(void); 82 extern const char *test_serial1(void); 83 extern const char *test_virtchar1(void); 84 extern const char *test_devman1(void); 82 85 83 86 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.
