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

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

Merge "Add VtsHalNeuralnetworksV1_3TargetTest to TEST_MAPPING" am: 70798b6b

am: ed9ade26

Change-Id: I81ca5e357cfa95575cb86b34218eeb74b0a8fc6b
parents 7cb94d0d ed9ade26
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*"
        }
      ]
    }
  ]
}