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

Commit 4a5e025a authored by Bernie Innocenti's avatar Bernie Innocenti
Browse files

Split TEST_MAPPING for resolv/ to its own directory

This is a preparation step for splitting the resolver to a separate
repository. Running 'atest' without arguments in either system/netd/ or
system/netd/resolv/ executes the same tests.

The 'imports' section is documented here:
  https://source.android.com/compatibility/tests/development/test-mapping

Test: atest
Change-Id: I2470f41c344dcf448bbaa35f4f0d5e9f0ce9a7a3
parent 42540f4b
Loading
Loading
Loading
Loading

TEST_MAPPING

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        { "name": "resolv_integration_test" },
        { "name": "resolv_unit_test" },
        { "name": "resolv_stress_test" }
    ]
}