aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-26 19:51:42 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-26 19:51:42 +0000
commit68886d44b1ab3108dfeee70909b8859beea68e55 (patch)
treeea9dfa6b2eeb080b265c6b6bb869f446586a518e /autoconf
parentf3534ab094880625c979eb6213c3882678b0025a (diff)
downloadexternal_llvm-68886d44b1ab3108dfeee70909b8859beea68e55.zip
external_llvm-68886d44b1ab3108dfeee70909b8859beea68e55.tar.gz
external_llvm-68886d44b1ab3108dfeee70909b8859beea68e55.tar.bz2
Moved llvm/test/Programs/SingleSource/Regression around a bit to support
multiple languages. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8727 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 53428c5..1a3846b 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -176,6 +176,8 @@ AC_CONFIG_MAKEFILE(test/Programs/SingleSource/CustomChecked/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/UnitTests/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/UnitTests/SetjmpLongjmp/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/C/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Regression/C++/Makefile)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(tools/analyze/Makefile)
AC_CONFIG_MAKEFILE(tools/bugpoint/Makefile)