mirror of
https://github.com/esphome/esphome.git
synced 2026-08-27 16:29:29 +00:00
Merge branch 'esp8266-native-build-spec' into esp8266-native-ninja-emission
This commit is contained in:
@@ -86,10 +86,10 @@ def test_library_info_flags_parsing(tmp_path: Path) -> None:
|
||||
"-lalgobsec",
|
||||
"-fno-lto",
|
||||
"-Wl,--wrap=malloc",
|
||||
"-l",
|
||||
"m",
|
||||
"-L",
|
||||
"blobs",
|
||||
# Bare flags join their argument within one entry only, as
|
||||
# ParseFlags lexes each entry independently
|
||||
"-l m",
|
||||
"-L blobs",
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user