aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-10 18:38:44 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-10 18:38:44 +0000
commitffaaf3b8db779a2d900fc5e27d0da0bb1ce28563 (patch)
treeec8520dd9f5bf3b73bdc93f883c6fc7869d59928 /autoconf
parent2446b0aaaf60212ffe6dab715ed7b29cd9d91945 (diff)
downloadexternal_llvm-ffaaf3b8db779a2d900fc5e27d0da0bb1ce28563.zip
external_llvm-ffaaf3b8db779a2d900fc5e27d0da0bb1ce28563.tar.gz
external_llvm-ffaaf3b8db779a2d900fc5e27d0da0bb1ce28563.tar.bz2
Updated to reflect the new locations of SingleSource tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index a38409f..5909ac7 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -153,9 +153,13 @@ AC_CONFIG_MAKEFILE(test/Programs/NoSource/Povray31/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/NoSource/m4/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Makefile.singlesrc)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Gizmos/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Benchmarks/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Benchmarks/Dhrystone/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Benchmarks/Shootout/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Benchmarks/Stanford/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Benchmarks/Misc/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/CustomChecked/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Shootout/Makefile)
-AC_CONFIG_MAKEFILE(test/Programs/SingleSource/Stanford/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/SingleSource/UnitTests/Makefile)
AC_CONFIG_MAKEFILE(tools/Makefile)
AC_CONFIG_MAKEFILE(tools/analyze/Makefile)