Luna/tests/libc/Test.c

9 lines
108 B
C
Raw Normal View History

2022-10-16 13:31:58 +00:00
#include "Test.h"
DEFINE_TEST(strlen);
int main()
{
START_TEST_CASE(string.h);
RUN_TEST(strlen);
}