/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to tests/test_macros.h

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-19 18:52:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210119185252-yz4p8rthcr4uv4f5
Fixed Base16 encoding and decoding

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
  free (t_str); t_str = test_current_time ();                             \
99
99
  if (tmp_val > 0) {                                                      \
100
100
    total_fails =+ tmp_val;                                               \
101
 
    test_suites_failed++;                                                 \
102
101
    fprintf (stderr, RED "[%s]\n[TEST UNIT FAIL] %s\n" RESET,             \
103
102
     t_str, name);                                                        \
104
103
  } else {                                                                \