aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-07 21:13:47 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-07 21:13:47 +0000
commitf424d7481e7b5f265df01e72baa590390f1cbb7d (patch)
tree6ba2f21a4124aeda61b776cb8d8d94f4ceae99ac /autoconf
parent71ab896042757a17f8439df307ccf95a8c5e0946 (diff)
downloadexternal_llvm-f424d7481e7b5f265df01e72baa590390f1cbb7d.zip
external_llvm-f424d7481e7b5f265df01e72baa590390f1cbb7d.tar.gz
external_llvm-f424d7481e7b5f265df01e72baa590390f1cbb7d.tar.bz2
Switching over to the new test database.
Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 650ac10..2d8070a 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -93,7 +93,8 @@ AC_CONFIG_MAKEFILE(runtime/libdummy/Makefile)
AC_CONFIG_MAKEFILE(runtime/libtrace/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile)
AC_CONFIG_MAKEFILE(test/Makefile.tests)
-AC_CONFIG_MAKEFILE(test/QMTestDB/QMTest/llvm.py)
+AC_CONFIG_MAKEFILE(test/QMTest/llvm.py)
+AC_CONFIG_MAKEFILE(test/QMTest/llvmdb.py)
AC_CONFIG_MAKEFILE(test/Programs/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/Makefile.programs)
AC_CONFIG_MAKEFILE(test/Programs/TEST.aa.Makefile)