aboutsummaryrefslogtreecommitdiff
path: root/cmake/tests.cmake
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-12-19 14:49:11 -0800
committerGitHub <noreply@github.com>2016-12-19 14:49:11 -0800
commitfb15862baccbde38a3924f89922a86df2c9a20e0 (patch)
tree92c807fbc08d380af42b5e348d06364d04a6e287 /cmake/tests.cmake
parentf39cf88a347767d25572f7344eab44359d872925 (diff)
parent98d89d427708af776eba79850060dccca7882a5a (diff)
downloadprotobuf-fb15862baccbde38a3924f89922a86df2c9a20e0.tar.gz
protobuf-fb15862baccbde38a3924f89922a86df2c9a20e0.tar.bz2
protobuf-fb15862baccbde38a3924f89922a86df2c9a20e0.zip
Merge pull request #2517 from acozzette/js-embed
Auto-generate well_known_types_embed.cc
Diffstat (limited to 'cmake/tests.cmake')
-rw-r--r--cmake/tests.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index 30214e7d..bf8e5a6c 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -214,4 +214,5 @@ target_link_libraries(lite-arena-test libprotobuf-lite gmock_main)
add_custom_target(check
COMMAND tests
+ DEPENDS tests test_plugin
WORKING_DIRECTORY ${protobuf_source_dir})