Files
packages/customer_testing.bat
LongCatIsLooong 68abc6ffa4 remove temporary flag after migration (#3498)
remove temporary flag after migration
2023-03-21 21:01:09 +00:00

17 lines
693 B
Batchfile

REM This file is used by
REM https://github.com/flutter/tests/tree/master/registry/flutter_packages.test
REM to run the tests of certain packages in this repository as a presubmit
REM for the flutter/flutter repository.
REM Changes to this file (and any tests in this repository) are only honored
REM after the commit hash in the "flutter_packages.test" mentioned above has
REM been updated.
REM Remember to also update the Posix version (customer_testing.sh) when
REM changing this file.
CD packages/animations
CALL flutter analyze --no-fatal-infos
CALL flutter test
REM We don't run the tests in packages/rfw because those tests are
REM platform-sensitive and only work reliably on Linux.