Example #1
0
void tests_cbor(void)
{
#ifndef CBOR_NO_PRINT
    test_stream_decode();
#endif /* CBOR_NO_PRINT */

    TESTS_RUN(tests_cbor_all());
}
Example #2
0
void tests_cbor(void)
{
    TESTS_RUN(tests_cbor_all());
}