blob: 38a77c01787c541f7617512ad951bd7b146e0bd7 [file] [log] [blame]
Misha Brukman7ae6ff42008-12-31 17:34:06 +00001LLVM notes
2----------
3
4This directory contains Google Test 1.2.1, with all elements removed except for
5the actual source code, to minimize the addition to the LLVM distribution.
6
7Cleaned 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
Misha Brukman7ae6ff42008-12-31 17:34:06 +000010$ rm -f `find . -name \*\.pump`
Misha Brukman3aae44e2009-01-01 01:29:44 +000011$ mv src/* .
12$ rmdir src
Misha Brukman7ae6ff42008-12-31 17:34:06 +000013
14For the license, see the file COPYING in this directory.