ssl_des/inc/tests.h
2018-10-09 11:42:59 +03:00

13 lines
No EOL
190 B
C

#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