summaryrefslogtreecommitdiffstats
path: root/neuralnetworks/1.1/vts/functional/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'neuralnetworks/1.1/vts/functional/Android.bp')
-rw-r--r--neuralnetworks/1.1/vts/functional/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/neuralnetworks/1.1/vts/functional/Android.bp b/neuralnetworks/1.1/vts/functional/Android.bp
index 07c9b6ebb..3f0c2561b 100644
--- a/neuralnetworks/1.1/vts/functional/Android.bp
+++ b/neuralnetworks/1.1/vts/functional/Android.bp
@@ -21,6 +21,7 @@ cc_test {
srcs: [
"GeneratedTestsV1_0.cpp",
],
+ test_suites: ["general-tests"],
}
// Tests for V1_1 models.
@@ -31,4 +32,5 @@ cc_test {
"BasicTests.cpp",
"GeneratedTests.cpp",
],
+ test_suites: ["general-tests"],
}