Allow the test suite to be checked out into projects/test-suite.

We will keep the old projects/llvm-test working for existing installs.

The changes to configure are made manually, since I lack autoconf-2.6. Someone
might want to run AutoGen.sh to see if that changes anything.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52675 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure
index 820f66f..83a44a0 100755
--- a/configure
+++ b/configure
@@ -951,6 +951,7 @@
 projects/privbracket
 projects/llvm-stacker
 projects/llvm-test
+projects/test-suite
 projects/llvm-reopt
 projects/llvm-gcc
 projects/llvm-java
@@ -2091,6 +2092,8 @@
  ;;
       llvm-test)    subdirs="$subdirs projects/llvm-test"
  ;;
+      test-suite)   subdirs="$subdirs projects/test-suite"
+ ;;
       llvm-reopt)   subdirs="$subdirs projects/llvm-reopt"
 ;;
       llvm-gcc)     subdirs="$subdirs projects/llvm-gcc"