mirror of
https://github.com/esphome/esphome.git
synced 2026-08-25 23:56:19 +00:00
8 lines
279 B
Python
8 lines
279 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 component sources under test need.
|
|
manifest.enable_codegen()
|