ssl_des/inc/tests.h
2018-10-18 21:57:26 +03:00

11 lines
No EOL
156 B
C

#ifndef TESTS
# define TESTS
#define MUNIT_ENABLE_ASSERT_ALIASES
#include "munit.h"
#include "tests_macros.h"
// test tests
CASE(should_init_ctx);
#endif