Changes in uspace/app/tester/tester.h [3e6a98c5:dd5f703] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
r3e6a98c5 rdd5f703 39 39 #include <stdbool.h> 40 40 #include <stacktrace.h> 41 #include <stdio.h> 41 42 42 43 #define IPC_TEST_SERVICE 10240 … … 59 60 do { \ 60 61 if (!test_quiet) { \ 61 fprintf(std err, (format), ##__VA_ARGS__); \62 fprintf(stdout, (format), ##__VA_ARGS__); \ 62 63 } \ 63 64 } while (0) … … 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); … … 104 107 extern const char *test_malloc3(void); 105 108 extern const char *test_mapping1(void); 109 extern const char *test_pager1(void); 106 110 extern const char *test_serial1(void); 107 111 extern const char *test_virtchar1(void);
Note:
See TracChangeset
for help on using the changeset viewer.