zecsy/tests/zecsy.c

10 lines
122 B
C
Raw Normal View History

2025-03-19 21:08:58 +03:00
#define CLOVE_IMPLEMENTATION
#include <clove-unit.h>
CLOVE_TEST(oh_hi_mark)
{
CLOVE_IS_TRUE(true);
}
CLOVE_RUNNER()