Skip to content

Commit

Permalink
Merge pull request #1 from sbe01/master
Browse files Browse the repository at this point in the history
Works again :)
  • Loading branch information
ratanparai authored Jan 6, 2019
2 parents dc5bba8 + 2925f56 commit beaca76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
9 changes: 5 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
new_git_repository(
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

git_repository(
name = "googletest",
build_file = "gmock.BUILD",
remote = "https://github.com/google/googletest",
tag = "release-1.8.0",
)
tag = "release-1.8.1",
)
28 changes: 0 additions & 28 deletions gmock.BUILD

This file was deleted.

2 changes: 1 addition & 1 deletion tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cc_test(
"//src/lib:GreetingLib",
"@googletest//:gtest_main",
],
)
)

0 comments on commit beaca76

Please sign in to comment.