Skip to content

Commit

Permalink
Fixed build error for static library mode where wasm_test_signatures.…
Browse files Browse the repository at this point in the history
…lib was not generating.
  • Loading branch information
isegal committed Mar 12, 2017
1 parent 5362e55 commit 67f391f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Expand Up @@ -2887,6 +2887,7 @@ v8_source_set("wasm_module_runner") {

v8_source_set("wasm_test_signatures") {
sources = [
"test/common/wasm/test-signatures.cc",
"test/common/wasm/test-signatures.h",
]

Expand Down
1 change: 1 addition & 0 deletions test/common/wasm/test-signatures.cc
@@ -0,0 +1 @@
#include "test-signatures.h"

0 comments on commit 67f391f

Please sign in to comment.