blob: 87b810838bd51db5d4da672b94cb284e2579decf [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
10
11# Clean up source files used for generating headers
12$ rm -f `find . -name \*\.pump`
13
14For the license, see the file COPYING in this directory.