blob: 066d515b12e1233cca85e9b61cd31214e33c0811 [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("//third_party/antlion/antlion_host_test.gni")
import("//third_party/antlion/environments.gni")
assert(is_host, "antlion tests only supported for host testing")
antlion_host_test("sl4f_sanity_test") {
main_source = "Sl4fSanityTest.py"
environments = display_envs + [ qemu_env ]
}
group("e2e_tests_quick") {
testonly = true
public_deps = [
":sl4f_sanity_test($host_toolchain)",
]
}
group("e2e_tests") {
testonly = true
public_deps = [
":sl4f_sanity_test($host_toolchain)",
]
}