From fa5c2363eb1dd94058aac1a4045d2ab546eed7b9 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 4 Sep 2020 04:50:15 -0400 Subject: introspect: add test dependencies info to test/benchmark JSON Add the ids of any target that needs to be rebuilt before running the tests as computed by the backend, to the introspection data for tests and benchmarks. This also includes anything that appears on the test's command line. Without this information, IDEs must update the entire build before running any test. They can now instead selectively build the test executable itself and anything that is needed to run it. Signed-off-by: Paolo Bonzini --- docs/markdown/snippets/introspect_test_deps.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/introspect_test_deps.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/introspect_test_deps.md b/docs/markdown/snippets/introspect_test_deps.md new file mode 100644 index 0000000..a29ea09 --- /dev/null +++ b/docs/markdown/snippets/introspect_test_deps.md @@ -0,0 +1,5 @@ +## Dependencies listed in test and benchmark introspection + +The introspection data for tests and benchmarks now includes the target +ids for executables and built files that are needed by the test. IDEs can +use this feature to update the build more quickly before running a test. -- cgit v1.1