Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/pcut/include/pcut/pcut.h

    r9eb1ff5 r134ac5d  
    3636#include <pcut/tests.h>
    3737
    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 
    5238#endif
Note: See TracChangeset for help on using the changeset viewer.