Moved Google Test code up one directory so that we can use a standard LLVM
[oota-llvm.git] / utils / unittest / googletest / README.LLVM
1 LLVM notes
2 ----------
3
4 This directory contains Google Test 1.2.1, with all elements removed except for
5 the actual source code, to minimize the addition to the LLVM distribution.
6
7 Cleaned up as follows:
8 $ rm -f aclocal* configure* Makefile* CHANGES CONTRIBUTORS README
9 $ rm -rf build-aux m4 make msvc samples scons scripts test xcode
10 $ rm -f `find . -name \*\.pump`
11 $ mv src/* .
12 $ rmdir src
13
14 For the license, see the file COPYING in this directory.