Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed9ade26 authored by Michael Butler's avatar Michael Butler Committed by android-build-merger
Browse files

Merge "Add VtsHalNeuralnetworksV1_3TargetTest to TEST_MAPPING"

am: 70798b6b

Change-Id: Ib4e71ca3fecdd12b30f9a00d77bfe173b3d020f8
parents 0877b0cb 70798b6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
//

cc_test {
    name: "VtsHalNeuralNetworksV1_3TargetTest",
    name: "VtsHalNeuralnetworksV1_3TargetTest",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "BasicTests.cpp",
+11 −0
Original line number Diff line number Diff line
@@ -32,6 +32,17 @@
          "include-filter": "*sample_all*"
        }
      ]
    },
    {
      "name": "VtsHalNeuralnetworksV1_3TargetTest",
      "options": [
        {
          // Just use sample-all driver for presubmit tests for faster results.
          // The other sample drivers (fast-float, quant, etc.) are subsets of
          // sample-all.
          "include-filter": "*sample_all*"
        }
      ]
    }
  ]
}