From 0aff7e97e1e42991a08dd160a4b155c6966638b4 Mon Sep 17 00:00:00 2001 From: gWX1231951 Date: Thu, 15 Jun 2023 19:13:25 +0800 Subject: [PATCH] =?UTF-8?q?fuzztest=E7=BC=96=E8=AF=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gWX1231951 --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index 382b408..b63e59d 100644 --- a/bundle.json +++ b/bundle.json @@ -45,6 +45,9 @@ "header_base":"//foundation/ai/neural_network_runtime/interfaces/innerkits/c" } } + ], + "test": [ + "//foundation/ai/neural_network_runtime:nnrt_fuzztest" ] } } -- Gitee