blob: 5af528ef67ceb20ae27632e5e5220c99382f4a54 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
copy("test_stable_config_parser") {
sources = [
"test_stable_config_parser.py",
]
outputs = [
"$root_out_dir/tests/other/{{source_file_part}}",
]
}
group("tests") {
testonly = true
deps = [
":test_stable_config_parser",
"src:tests",
]
}