Changes in uspace/lib/pcut/include/pcut/pcut.h [134ac5d:9eb1ff5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcut/include/pcut/pcut.h
r134ac5d r9eb1ff5 36 36 #include <pcut/tests.h> 37 37 38 39 /** PCUT outcome: test passed. */ 40 #define PCUT_OUTCOME_PASS 0 41 42 /** PCUT outcome: test failed. */ 43 #define PCUT_OUTCOME_FAIL 1 44 45 /** PCUT outcome: test failed unexpectedly. */ 46 #define PCUT_OUTCOME_INTERNAL_ERROR 2 47 48 /** PCUT outcome: invalid invocation of the final program. */ 49 #define PCUT_OUTCOME_BAD_INVOCATION 3 50 51 38 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.