5475ab6fbb
This CL adds rules to the GN build for building run_vm_tests for Fuchsia. It also adds a wrapper program in //runtime/bin/run_vm_tests_fuchsia.cc and a file containing the output of 'run_vm_tests --list', //runtime/bin/fuchsia_vm_tests.txt. The wrapper program and text file make it easier to run the tests on Fuchsia, and should be able to go away once we are out of the bootstrapping phase. R=asiva@google.com Review URL: https://codereview.chromium.org/2187153003 .