blob: 0920b1871164b5fa83f37e2cfe55e73d964bca27 [file] [log] [blame]
# Copyright 2023 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")
if (is_host) {
python_host_test("jellyfish_test") {
main_source = "test_jellyfish.py"
libraries = [
"//build/python/tests/lib",
"//third_party/jellyfish",
]
}
}
group("tests") {
testonly = true
deps = [ ":jellyfish_test($host_toolchain)" ]
}