Changeset 973ef9fc in mainline for uspace/app/tester/tester.h
- Timestamp:
- 2010-12-25T21:20:28Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ee0c
- Parents:
- 1bfd3d3 (diff), 09178b7f (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
r1bfd3d3 r973ef9fc 68 68 extern const char *test_print3(void); 69 69 extern const char *test_print4(void); 70 extern const char *test_print5(void); 70 71 extern const char *test_console1(void); 71 72 extern const char *test_stdio1(void); … … 76 77 extern const char *test_vfs1(void); 77 78 extern const char *test_ping_pong(void); 78 extern const char *test_register(void);79 extern const char *test_connect(void);80 79 extern const char *test_loop1(void); 81 80 extern const char *test_malloc1(void); 81 extern const char *test_serial1(void); 82 extern const char *test_virtchar1(void); 82 83 83 84 extern test_t tests[];
Note:
See TracChangeset
for help on using the changeset viewer.