diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 10:25:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-10-30 10:25:24 +0200 |
commit | f16d31607eb3cd0f281758bd0944e206ef6be387 (patch) | |
tree | 0b711c4b63a55049eecfbaff95bf2ea386a4956e /docs/markdown/snippets/introspect_test_deps.md | |
parent | 712cbe056811ebdf0d7358ba07a874717a1c736f (diff) | |
download | meson-f16d31607eb3cd0f281758bd0944e206ef6be387.tar.gz |
Bump version number for release. This is the 10 000th commit!0.56.0
Diffstat (limited to 'docs/markdown/snippets/introspect_test_deps.md')
-rw-r--r-- | docs/markdown/snippets/introspect_test_deps.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/markdown/snippets/introspect_test_deps.md b/docs/markdown/snippets/introspect_test_deps.md deleted file mode 100644 index a29ea09c9..000000000 --- a/docs/markdown/snippets/introspect_test_deps.md +++ /dev/null @@ -1,5 +0,0 @@ -## 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. |