Changes in uspace/app/tester/tester.h [dd5f703:3e6a98c5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
rdd5f703 r3e6a98c5 39 39 #include <stdbool.h> 40 40 #include <stacktrace.h> 41 #include <stdio.h>42 41 43 42 #define IPC_TEST_SERVICE 10240 … … 60 59 do { \ 61 60 if (!test_quiet) { \ 62 fprintf(std out, (format), ##__VA_ARGS__); \61 fprintf(stderr, (format), ##__VA_ARGS__); \ 63 62 } \ 64 63 } while (0) … … 81 80 82 81 extern const char *test_thread1(void); 83 extern const char *test_setjmp1(void);84 82 extern const char *test_print1(void); 85 83 extern const char *test_print2(void); … … 97 95 extern const char *test_fault3(void); 98 96 extern const char *test_float1(void); 99 extern const char *test_float2(void);100 97 extern const char *test_softfloat1(void); 101 98 extern const char *test_vfs1(void); … … 107 104 extern const char *test_malloc3(void); 108 105 extern const char *test_mapping1(void); 109 extern const char *test_pager1(void);110 106 extern const char *test_serial1(void); 111 107 extern const char *test_virtchar1(void);
Note:
See TracChangeset
for help on using the changeset viewer.