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

Commit 6a606448 authored by Dan Shi's avatar Dan Shi Committed by Gerrit Code Review
Browse files

Merge "Add fuzzy_fastboot to vts-core suite"

parents 3bf88581 44b29c64
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",
  ],
}