Skip to content

Commit

Permalink
restore test_bazel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed May 11, 2022
1 parent c2574b9 commit d1cfa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ bazel build //:hello-embind-wasm --compilation_mode dbg # debug
# Test use of the closure compiler
bazel build //:hello-embind-wasm --compilation_mode opt # release
# This function should not be minified if the externs file is loaded correctly.
grep "customJSFunctionToTestClosure" bazel-bin/hello-embind.js
grep "customJSFunctionToTestClosure" bazel-bin/hello-embind-wasm/hello-embind.js

0 comments on commit d1cfa4e

Please sign in to comment.