Luna/tests/libc/Test.c
2022-10-16 15:31:58 +02:00

9 lines
108 B
C

#include "Test.h"
DEFINE_TEST(strlen);
int main()
{
START_TEST_CASE(string.h);
RUN_TEST(strlen);
}