0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00

fix: change :test_cc to v8_executable

This commit is contained in:
Yoshiya Hinosawa 2018-08-14 12:03:32 +09:00 committed by Ryan Dahl
parent 02540e559d
commit f46c271afc

View file

@ -75,7 +75,7 @@ rust_test("test_rs") {
]
}
executable("test_cc") {
v8_executable("test_cc") {
testonly = true
sources = [
"src/flatbuffer_builder_test.cc",
@ -86,7 +86,7 @@ executable("test_cc") {
":deno_flatbuffer_builder",
"//testing/gtest:gtest",
]
configs += [ ":deno_config" ]
configs = [ ":deno_config" ]
}
static_library("libdeno") {