Changeset 864a081 in mainline for uspace/app/tester/tester.h
- Timestamp:
- 2011-05-24T03:40:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf49001
- Parents:
- 5c460cc (diff), d4c472b (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
r5c460cc r864a081 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.