flutter/packages/flutter_tools/test/commands.shard/hermetic
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_continuously_test.dart [flutter_tools] Delete system temp entries on fatal signals (#55513) 2020-05-14 14:27:02 -07:00
analyze_test.dart [flutter_tools] support enable-experiment in flutter analyze (#54613) 2020-04-13 16:00:03 -07:00
assemble_test.dart [flutter_tools] allow pulling performance data from assemble (#55699) 2020-04-29 13:04:59 -07:00
attach_test.dart Remove direct uses of LocalPlatform (#56605) 2020-05-11 12:59:29 -07:00
build_fuchsia_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
build_ios_framework_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
build_linux_test.dart Switch to CMake for Linux desktop (#57238) 2020-05-16 15:07:34 -07:00
build_macos_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
build_test.dart [flutter_tools] wire up complete support for Dart obfuscation (#50509) 2020-02-27 08:58:33 -08:00
build_web_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
build_windows_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
clean_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
config_test.dart Fix/use contains ignoring whitespace (#55887) 2020-04-28 13:12:12 -07:00
create_usage_test.dart Add pre-stable support for create on Windows (#51895) 2020-03-23 10:42:26 -07:00
daemon_test.dart Make initial daemon devices population fast (#56959) 2020-05-14 11:00:51 -07:00
devices_test.dart Fix/use contains ignoring whitespace (#55887) 2020-04-28 13:12:12 -07:00
doctor_test.dart Add mirror overrides to doctor output (#56928) 2020-05-11 11:57:02 -07:00
downgrade_test.dart [flutter_tools] no more MockLogger in tests (#51684) 2020-03-02 16:23:56 -08:00
drive_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
generate_test.dart enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +01:00
ide_config_test.dart enable avoid_single_cascade_in_expression_statements (#51944) 2020-03-05 08:03:26 +01:00
install_test.dart License update (#45373) 2019-11-27 15:04:02 -08:00
precache_test.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
run_test.dart Fix/use contains ignoring whitespace (#55887) 2020-04-28 13:12:12 -07:00
shell_completion_test.dart Fix/set mocks defaults (#54756) 2020-04-20 12:20:03 -07:00
symbolize_test.dart [flutter_tools] fix type error in symbolize (#55212) 2020-04-20 12:21:44 -07:00
test_test.dart [flutter_tools] support --enable-experiment in flutter test (#55564) 2020-04-27 14:47:43 -07:00
version_test.dart [flutter_tools] fix version tag v stripping and support old "dev" and new "pre" tags (#55602) 2020-05-04 11:24:03 -07:00