Skip to content

ipsin/bazel-googletest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A bare-bones repo containing a bazel.io repository and googletest.

The current build of bazel does not appear to include gunit. The tests are simply executables that exit with non-zero status.

This repo brings in gunit (googletest) as a third-party dependency. The actual file dependencies are not specified properly yet.

To see this working:

  1. Install bazel
  2. Copy the "tools" directory from "bazel/base_workspace/tools"
  3. bazel test //examples/cpp:adder_test

About

A bare-bones repo containing a bazel.io Repository and googletest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors