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

Commit 44b29c64 authored by Dan Shi's avatar Dan Shi
Browse files

Add fuzzy_fastboot to vts-core suite

The binary is required by FastbootVerifyUserspaceTest.
Disable test config generation as fuzzy_fasboot itself is not part of
vts-core suite.

Bug: 147249791
Test: atest FastbootVerifyUserspaceTest
Change-Id: Ief86f33b41990a354497b128e154da04fec58ae9
parent 24ccfc24
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -40,5 +40,13 @@ cc_test_host {
          "-framework IOKit",
      ],
    },
  }
  },

  // Disable auto-generation of test config as this binary itself is not a test in the test suites,
  // rather it is used by other tests.
  auto_gen_config: false,
  test_suites: [
    "general-tests",
    "vts-core",
  ],
}