update test/moduletest/BUILD.gn.

Signed-off-by: flying <pengmengjie1@huawei.com>
This commit is contained in:
flying 2024-03-12 01:23:23 +00:00 committed by Gitee
parent 7592ae5a39
commit 359749b69e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -17,8 +17,6 @@ import("//build/test.gni")
ohos_executable("AppSpawnTest") {
sources = [ "${appspawn_path}/test/moduletest/appspawn_test_cmd.cpp" ]
include_dirs = [ "//commonlibrary/c_utils/base/include" ]
configs = [ "${appspawn_path}:appspawn_config" ]
deps = [ "${appspawn_path}/interfaces/innerkits:appspawn_socket_client" ]