blob: 546bff0d84fb6ac6b26872a185bc03857f8b25ae [file]
# Copyright 2026 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_mobly_test.gni")
import("//build/testing/environments.gni")
if (is_host) {
python_mobly_test("ffx_log_e2e_test") {
main_source = "test_ffx_log.py"
libraries = [
"//src/testing/end_to_end/honeydew",
"//src/testing/end_to_end/mobly_base_tests/fuchsia_base_test",
]
environments = [
# Only target x64 emulation (AEMU)
aemu_env,
]
}
}
group("tests") {
testonly = true
public_deps = [ ":ffx_log_e2e_test($host_toolchain)" ]
}