Changeset 8b863a62 in mainline for uspace/app/tester/tester.h
- Timestamp:
- 2014-04-16T17:14:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (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
rdba3e2c r8b863a62 39 39 #include <stdbool.h> 40 40 #include <stacktrace.h> 41 #include <stdio.h> 41 42 42 43 #define IPC_TEST_SERVICE 10240 … … 80 81 81 82 extern const char *test_thread1(void); 83 extern const char *test_setjmp1(void); 82 84 extern const char *test_print1(void); 83 85 extern const char *test_print2(void); … … 95 97 extern const char *test_fault3(void); 96 98 extern const char *test_float1(void); 99 extern const char *test_float2(void); 97 100 extern const char *test_softfloat1(void); 98 101 extern const char *test_vfs1(void);
Note:
See TracChangeset
for help on using the changeset viewer.
