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

Commit 0a3063c2 authored by Ray Essick's avatar Ray Essick Committed by Nick Chalko
Browse files

Add TEST_MAPPING to run the codeclist unit tests

also make sure sure that CodedListTest is in proper test_suites group.

Bug: 156965191
Test: atest CodecListTest
Test: atest in the frameworks/av/media/libmedia directory
Change-Id: I1383000864fec69fc2b7ec3067ef40c171f6f881
(cherry picked from commit f54b1c1f)
Merged-In: I1383000864fec69fc2b7ec3067ef40c171f6f881
parent 84e83146
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
// test_mapping for frameworks/av/media/libmedia
{
  "presubmit": [
    { "name": "CodecListTest" }
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

cc_test {
    name: "CodecListTest",
    test_suites: ["device-tests"],
    gtest: true,

    srcs: [