blob: 2fc7d3041fbfbe1759d3f2127abd8da3dea5eee3 [file] [log] [blame]
Lukasz Anforowiczb81e9362021-12-10 15:28:241# 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.
9group("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}