Ignore:
Timestamp:
2019-11-19T12:51:39Z (4 years ago)
Author:
Dima <dgoldin+github@…>
Branches:
master
Children:
b504415
Parents:
bcd8f52
Message:

Fixing tests for libcheck 0.13.0

Since libcheck 0.13 it's mandatory to wrap the unit-test code
in a block. This updates the tests to comply with this.

This fix is backwards compatible with libcheck 0.12.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_jabber_sasl.c

    rbcd8f52 r6ff651b  
    7878};
    7979
    80 static void check_get_part(int l)
     80START_TEST(check_get_part)
    8181{
    8282        int i;
     
    104104        }
    105105}
     106END_TEST
    106107
    107108Suite *jabber_sasl_suite(void)
Note: See TracChangeset for help on using the changeset viewer.