diff options
| author | Tao Bao <tbao@google.com> | 2019-04-26 23:41:49 -0700 |
|---|---|---|
| committer | Tao Bao <tbao@google.com> | 2019-04-30 09:13:36 -0700 |
| commit | 4a01f36d210491e78765b5f6875ecd840f8c3b1e (patch) | |
| tree | 420141eae2fc0a69f0bdb77a3299742a8f4e7359 /TEST_MAPPING | |
| parent | 189c8f9aebd99c2793f99ed8289cb86efda08261 (diff) | |
tests: Merge recovery_component_test into recovery_unit_test.
Most of the tests in component/ are in fact unit tests. And it doesn't
look practically beneficial to distinguish between the two:
- They have the same test setup;
- We always run both (recovery_unit_test and recovery_component_test)
at the same time;
- Breaking any of them would be equally bad.
This CL merges the tests in recovery_component_test into
recovery_unit_test to save the effort to maintain both.
Test: Run recovery_unit_test on marlin (via `adb sync data`).
Test: `atest recovery_unit_test`
Change-Id: I93ff32e7219cd83425a4bcfe5613978a8dd48d75
Diffstat (limited to 'TEST_MAPPING')
| -rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index c87ece24..a3045828 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -7,9 +7,6 @@ "name": "recovery_unit_test" }, { - "name": "recovery_component_test" - }, - { "name": "recovery_host_test", "host": true } |
