From e276963a50a7b67b1d90cb0c4509f388b084df1c Mon Sep 17 00:00:00 2001 From: yinjiaming Date: Fri, 24 Feb 2023 14:41:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0PosixStringStrstrTest?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E5=85=A5=E5=8F=A3=20?= =?UTF-8?q?=E5=90=91M=E6=A0=B8=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0PosixStringStrstrTest=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yinjiaming Change-Id: Id2107d668900e4ecb458e901a654aea898e0b246 --- testsuites/unittest/posix/src/posix_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/unittest/posix/src/posix_test.c b/testsuites/unittest/posix/src/posix_test.c index 1494d7ba..ca9f8264 100644 --- a/testsuites/unittest/posix/src/posix_test.c +++ b/testsuites/unittest/posix/src/posix_test.c @@ -58,6 +58,7 @@ void ItSuitePosix(void) PosixStringFuncTest02(); PosixStringStrcasecmpFuncTest(); PosixStringFuncTest03(); + PosixStringStrstrTest(); #if (LOS_KERNEL_TEST_FULL == 1) PosixSemaphoreFuncTest(); PosixTimeFuncTest(); -- Gitee