Add googletest library and update makefiles

This commit is contained in:
Mike Long
2012-04-21 07:45:37 +01:00
parent 329b83f15a
commit 3c8beeaa58
12 changed files with 31280 additions and 15 deletions

View File

@@ -1,8 +1,10 @@
all:
mkdir -p build
cd gtest; make all
cd test; make all
cd examples; make all
clean:
cd gtest; make clean
cd test; make clean
cd examples; make clean