ssl_des/inc/tests.h

13 lines
190 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
CASE(should_pass);
CASE(should_skip);
CASE(should_fail);
#endif