blob: 758c428d122e8597c02d0639cfe1e43fc9ebee06 [file] [log] [blame]
# Copyright 2017 The Chromium 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("//ios/public/provider/chrome/browser/build_config.gni")
import("//testing/test.gni")
group("all_tests") {
testonly = true
deps = [
":ios_clean_chrome_unittests",
]
}
test("ios_clean_chrome_unittests") {
deps = [
# Ensure that all unit tests are run, use fake hooks and pack resources.
"//ios/chrome/test:run_all_unittests",
ios_packed_resources_target,
# Add unit_tests target here.
"//ios/clean/chrome/browser:unit_tests",
"//ios/clean/chrome/browser/model:unit_tests",
"//ios/clean/chrome/browser/ui/web_contents:unit_tests",
]
}