mirror of
https://github.com/esphome/esphome.git
synced 2026-08-27 08:28:30 +00:00
8 lines
272 B
Python
8 lines
272 B
Python
from tests.testing_helpers import ComponentManifestOverride
|
|
|
|
|
|
def override_manifest(manifest: ComponentManifestOverride) -> None:
|
|
# to_code must run: it defines USE_NOISE and adds the noise-c library
|
|
# the api benchmark sources need.
|
|
manifest.enable_codegen()
|