blob: 3f6c43b12b4cf3af65cdeeae1630e0b84a91ddd8 [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.
visibility = [ "$cobalt_root/*" ]
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",
]
}