From c858509095edd5b658289f2eb7acff278b070aeb Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Sat, 17 Sep 2022 07:59:05 +0800 Subject: [PATCH] Mention the need to rebuild before running tests (flutter/engine#36191) --- engine/src/flutter/shell/platform/android/test/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/engine/src/flutter/shell/platform/android/test/README.md b/engine/src/flutter/shell/platform/android/test/README.md index ef203e012ce..794c9300a9f 100644 --- a/engine/src/flutter/shell/platform/android/test/README.md +++ b/engine/src/flutter/shell/platform/android/test/README.md @@ -21,6 +21,11 @@ integration tests in other repos. 4. Write your test. 5. Build and run with `testing/run_tests.py [--type=java] [--java-filter=]`. +Note that `testing/run_tests.py` does not build the engine binaries; instead they +should be built prior to running this command and also when the source files +change. See [Compiling the engine](https://github.com/flutter/flutter/wiki/Compiling-the-engine) +for details on how to do so. + ## Q&A ### My new test won't run. There's a "ClassNotFoundException".