[roll] Roll fuchsia [test] test_spec must point to target-under-test

fuchsia_test_package was using test_spec to declare a test target, but
the test_spec was pointing to itself as a target instead of the
package-under-test. This was resulting in these tests not being
"affected", because they did not depend on anything.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/975573
Original-Revision: b7cb627cac2d10f27cac4e7cccffa047ec468368
GitOrigin-RevId: 43a6d4f7eba96cd2a2abedfcfe809363c9478162
Change-Id: I132a1c8476a6d8c318b9f3f8c571b75aea52df40
1 file changed
tree: 2b7bc9a6db8b32e865e3d1d68ff0f5fb83716bb6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.