From ff8a5d328906089cb1ad6affdfec93de0814917b Mon Sep 17 00:00:00 2001 From: StevenYangbixin Date: Fri, 15 Dec 2023 07:00:54 +0000 Subject: [PATCH] test tdd Signed-off-by: StevenYangbixin --- test_header/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test_header/BUILD.gn b/test_header/BUILD.gn index 9f83e90..da6da45 100755 --- a/test_header/BUILD.gn +++ b/test_header/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") -- Gitee