From 227a2f7d4305c6911f1b3065ee91a99126657d9f Mon Sep 17 00:00:00 2001 From: StevenYangbixin Date: Fri, 15 Dec 2023 06:43:11 +0000 Subject: [PATCH] test tdd Signed-off-by: StevenYangbixin --- test/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/BUILD.gn b/test/BUILD.gn index 5049499..59123e5 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -10,6 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +# test tdd import("//build/ohos.gni") import("//build/ohos_var.gni") -- Gitee