aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-07-03 17:01:58 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-07-03 17:01:58 +0000
commited51321bcbeb718e03f2d3a913c514f10740b3e3 (patch)
treeaa87dcab5e84a0e991893671694a9ee818f42f5b /configure
parent613e0d8008b97550ca08c3e816d74c2af2c4fe29 (diff)
downloadexternal_llvm-ed51321bcbeb718e03f2d3a913c514f10740b3e3.zip
external_llvm-ed51321bcbeb718e03f2d3a913c514f10740b3e3.tar.gz
external_llvm-ed51321bcbeb718e03f2d3a913c514f10740b3e3.tar.bz2
Rename llvm-test => test-suite. By Dave Greene.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 77e4cab..bd9c309 100755
--- a/configure
+++ b/configure
@@ -944,7 +944,7 @@ FFLAGS'
ac_subdirs_all='projects/sample
projects/privbracket
projects/llvm-stacker
-projects/llvm-test
+projects/test-suite
projects/llvm-reopt
projects/llvm-gcc
projects/llvm-java
@@ -2074,7 +2074,7 @@ do
;;
llvm-stacker) subdirs="$subdirs projects/llvm-stacker"
;;
- llvm-test) subdirs="$subdirs projects/llvm-test"
+ test-suite) subdirs="$subdirs projects/test-suite"
;;
llvm-reopt) subdirs="$subdirs projects/llvm-reopt"
;;