From 3104464c7f91e751f072fc665850aff2f6ae31f7 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Thu, 26 Sep 2019 15:07:42 -0700 Subject: [PATCH] Simplify NNAPI VTS TEST_MAPPING options Bug: N/A Test: cd $TOP/hardware/interfaces/neuralnetworks && atest Change-Id: I1eb0f25fe13c641cc661484021629ecd811ed984 --- neuralnetworks/TEST_MAPPING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neuralnetworks/TEST_MAPPING b/neuralnetworks/TEST_MAPPING index 421922a25e..0453a662ae 100644 --- a/neuralnetworks/TEST_MAPPING +++ b/neuralnetworks/TEST_MAPPING @@ -7,7 +7,7 @@ // Just use sample-all driver for presubmit tests for faster results. // The other sample drivers (fast-float, quant, etc.) are subsets of // sample-all. - "native-test-flag": "--gtest_filter=*sample_all*" + "include-filter": "*sample_all*" } ] }, @@ -18,7 +18,7 @@ // Just use sample-all driver for presubmit tests for faster results. // The other sample drivers (fast-float, quant, etc.) are subsets of // sample-all. - "native-test-flag": "--gtest_filter=*sample_all*" + "include-filter": "*sample_all*" } ] }, @@ -29,7 +29,7 @@ // Just use sample-all driver for presubmit tests for faster results. // The other sample drivers (fast-float, quant, etc.) are subsets of // sample-all. - "native-test-flag": "--gtest_filter=*sample_all*" + "include-filter": "*sample_all*" } ] }