blob: c5402469e7852c786474d236d6e79017103f7ed3 [file] [log] [blame]
# Copyright 2020 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("../scripts/build/ninja/copy.gni")
group("test") {
deps = [
":config",
"e2e",
"interactions",
"perf",
"shared",
"unittests",
]
}
copy_to_gen("config") {
sources = [ "base-mocharc.js" ]
}