blob: a6af38c458f97272818652072ed075e043d4a975 [file] [log] [blame]
# Copyright 2021 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/components.gni")
import("//build/test.gni")
group("tests") {
testonly = true
deps = [ ":zxtest-large-test-suite-test" ]
}
test("zxtest-large-test-suite-test") {
sources = [ "large_test_suite.cc" ]
deps = [ "//zircon/system/ulib/zxtest" ]
if (is_fuchsia) {
fdio_config = [ "//build/config/fuchsia:fdio_config" ]
if (configs + fdio_config - fdio_config != configs) {
configs -= fdio_config
}
}
}