First pull in googletest and googlemock (needs to be done only once):
$ git submodule update --init
Then start the build and run all unit tests:
$ make && ./test
First pull in googletest and googlemock (needs to be done only once):
$ git submodule update --init
Then start the build and run all unit tests:
$ make && ./test