9 lines
108 B
C
9 lines
108 B
C
|
#include "Test.h"
|
||
|
|
||
|
DEFINE_TEST(strlen);
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
START_TEST_CASE(string.h);
|
||
|
RUN_TEST(strlen);
|
||
|
}
|