ssl_des/inc/tests.h

11 lines
156 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"
// test tests
2018-10-18 21:57:26 +03:00
CASE(should_init_ctx);
2018-10-09 11:42:59 +03:00
#endif