ssl_des/inc/tests.h

17 lines
316 B
C
Raw Normal View History

2018-10-09 11:42:59 +03:00
#ifndef TESTS
# define TESTS
#define MUNIT_ENABLE_ASSERT_ALIASES
#include "munit.h"
#include "tests_macros.h"
2018-10-20 20:56:18 +03:00
// md5 test tests
2018-10-18 21:57:26 +03:00
CASE(should_init_ctx);
2018-10-20 20:56:18 +03:00
CASE(update_should_change_count);
CASE(decode_string_to_int);
CASE(encode_bits_to_string);
CASE(encode_register);
CASE(create_digest);
CASE(create_string);
2018-10-09 11:42:59 +03:00
#endif