| Lukasz Anforowicz | b81e936 | 2021-12-10 15:28:24 | [diff] [blame] | 1 | # Copyright 2021 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | # This target is used in `data_deps` when generating a `bin/run_foo_unittests` |
| 6 | # script (via testing/scripts/rust/generate_bash_script.py). The `data_deps` |
| 7 | # entry helps ensure that the test isolate contains not only the script, but |
| 8 | # also the Python library that the script depends on. |
| 9 | group("rust") { |
| 10 | data = [ |
| 11 | "main_program.py", |
| 12 | "test_filtering.py", |
| 13 | "test_results.py", |
| 14 | "exe_util.py", |
| 15 | "rust_main_program.py", |
| 16 | ] |
| 17 | } |