[llvm-commits] CVS: llvm/autoconf/configure.ac
John Criswell
criswell at cs.uiuc.edu
Tue Oct 7 16:14:07 PDT 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.34 -> 1.35
---
Log message:
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.
---
Diffs of the changes: (+2 -1)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.34 llvm/autoconf/configure.ac:1.35
--- llvm/autoconf/configure.ac:1.34 Tue Oct 7 00:03:36 2003
+++ llvm/autoconf/configure.ac Tue Oct 7 16:13:46 2003
@@ -93,7 +93,8 @@
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)
More information about the llvm-commits
mailing list