blob: ab2e9af74d50672bd37eaa343b4f9aaf432f32b7 [file] [log] [blame]
# Copyright 2022 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.
import("//build/python/python_host_test.gni")
group("tests") {
testonly = true
public_deps = [ ":eager_package_config_test($host_toolchain)" ]
}
if (is_host) {
python_host_test("eager_package_config_test") {
main_source = "eager_package_config_test.py"
sources = [ "eager_package_config.py" ]
}
}