Changes in uspace/app/tester/tester.h [013a5d7:1b3e854] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/tester.h
r013a5d7 r1b3e854 38 38 #include <sys/types.h> 39 39 #include <bool.h> 40 #include <stacktrace.h> 40 41 41 42 #define IPC_TEST_SERVICE 10240 … … 59 60 if (!test_quiet) { \ 60 61 fprintf(stderr, (format), ##__VA_ARGS__); \ 62 } \ 63 } while (0) 64 65 #define TSTACKTRACE() \ 66 do { \ 67 if (!test_quiet) { \ 68 stacktrace_print(); \ 61 69 } \ 62 70 } while (0)
Note:
See TracChangeset
for help on using the changeset viewer.