blob: 2e01d80d1d3c8cd7d7cff3bfa762ae5a9b2cf434 [file] [log] [blame]
# Copyright 2014 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("//testing/test.gni")
test("js_unittests") {
deps = [
"//base",
"//gin:gin_test",
"//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//services/js/system",
"//services/js/system:js_unittests",
]
sources = [
"run_js_tests.cc",
]
}
test("js_integration_tests") {
deps = [
"//base",
"//gin:gin_test",
"//mojo/edk/test:run_all_unittests",
"//mojo/environment:chromium",
"//mojo/public/cpp/bindings",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//services/js/system",
"//services/js/system/tests:js_to_cpp_tests",
]
sources = [
"run_js_integration_tests.cc",
]
}