From 2b12057d6a31e2fa88ca8014bf7891c0489f4c49 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 4 Nov 2021 08:38:48 +0000 Subject: [PATCH] update en/device-dev/subsystems/subsys-testguide-test.md. Signed-off-by: Annie_wang --- en/device-dev/subsystems/subsys-testguide-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-testguide-test.md b/en/device-dev/subsystems/subsys-testguide-test.md index b18949a8f2..8b2fbc575f 100644 --- a/en/device-dev/subsystems/subsys-testguide-test.md +++ b/en/device-dev/subsystems/subsys-testguide-test.md @@ -719,7 +719,7 @@ Test cases cannot be built on Windows. You need to run the following command to > - --**product-name**: specifies the name of the product to build, for example, **Hi3516DV300**. > - --**build-target**: specifies the target to build. It is optional. **make_test** indicates all test cases. You can set the build options based on requirements. -When the build is complete, the test cases are automatically saved in the **out/ohos-arm-release/packages/phone/images/tests** directory. +When the build is complete, the test cases are automatically saved in the **out/ohos-arm-release/packages/phone/tests** directory. #### Setting Up the Execution Environment 1. On Windows, create the **Test** directory in the test framework and then create the **testcase** directory in the **Test** directory. -- GitLab