blob: d37baeddbef2f85a24c5572fcfaa05be465d24c8 [file] [log] [blame]
# Copyright 2019 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("test_all") {
testonly = true
deps = [
"//node:node",
]
# TODO(v8:11554): These targets currently do not build on Mac.
if (is_linux || is_fuchsia) {
deps += [ "//node:node_cctest" ]
}
if (is_linux) {
deps += [
"//node/test/addons:build",
"//node/test/node-api:build",
"//node/test/js-native-api:build",
]
}
}