Skip to content

Commit

Permalink
Added gtest dependency comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeshon-google committed Apr 12, 2016
1 parent 58d73b8 commit ce424f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ _tmp/openssl_hash_impl_test : \
-lcrypto \
-g

# Unittests are currently run manually, and require the Google gtest
# framework version 1.7.0 or greater, found at
# https://github.com/google/googletest/releases
# TODO(mdeshon-google): Installer script
unittest: _tmp/openssl_hash_impl_unittest _tmp/encoder_unittest
_tmp/openssl_hash_impl_unittest
_tmp/encoder_unittest
Expand Down

0 comments on commit ce424f7

Please sign in to comment.