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

Commit 70798b6b authored by Michael Butler's avatar Michael Butler Committed by Gerrit Code Review
Browse files

Merge "Add VtsHalNeuralnetworksV1_3TargetTest to TEST_MAPPING"

parents 4f73c7a8 62b76902
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*"
        }
      ]
    }
  ]
}