flutter/packages/flutter_tools/test/commands.shard/permeable
stuartmorgan 8abf0a6d8c
Switch to CMake for Linux desktop (#57238)
Updates the Linux templates to use CMake+ninja, rather than Make, and updates the tooling to generate CMake support files rather than Make support files, and to drive the build using cmake and ninja.

Also updates doctor to check for cmake and ninja in place of make.

Note: While we could use CMake+Make rather than CMake+ninja, in testing ninja handled the tool_backend.sh call much better, calling it only once rather than once per dependent target. While it does add another dependency that people are less likely to already have, it's widely available in package managers, as well as being available as a direct download. Longer term, we could potentially switch from ninja to Make if it's an issue.

Fixes #52751
2020-05-16 15:07:34 -07:00
..
analyze_once_test.dart [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
build_bundle_test.dart Revert "[flutter_tools] default tree-shake-icons to enabled and improve performance (#54923)" (#55413) 2020-04-22 15:43:09 -07:00
create_test.dart Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00
devices_test.dart [flutter_tools] reland remove flutter view cache (#56387) 2020-05-05 12:09:51 -07:00
format_test.dart [flutter_tools] Ensure that global variables are easily identifiable (#47398) 2020-01-06 11:04:20 -08:00
packages_test.dart [flutter_tools] remove globals from pub (#55412) 2020-04-22 16:34:12 -07:00
test_test.dart Support tags in testWidgets (#55141) 2020-04-28 15:49:01 -07:00
upgrade_test.dart throw more specific toolexit when git fails during upgrade (#57162) 2020-05-14 11:03:07 -07:00