[llvm-commits] CVS: llvm/autoconf/configure.ac
Misha Brukman
brukman at cs.uiuc.edu
Wed Nov 12 13:40:03 PST 2003
Changes in directory llvm/autoconf:
configure.ac updated: 1.49 -> 1.50
---
Log message:
Add FreeBench benchmarks to our test suite -- they weren't available by default
before when one didn't build in his source root.
---
Diffs of the changes: (+8 -0)
Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.49 llvm/autoconf/configure.ac:1.50
--- llvm/autoconf/configure.ac:1.49 Tue Nov 11 19:11:54 2003
+++ llvm/autoconf/configure.ac Wed Nov 12 13:39:10 2003
@@ -147,6 +147,14 @@
AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Applications/sgefa/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/Fhourstones/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/analyzer/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/distray/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/fourinarow/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/mason/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/neural/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/pcompress2/Makefile)
+AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/FreeBench/pifft/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/McCat/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/McCat/01-qbsort/Makefile)
AC_CONFIG_MAKEFILE(test/Programs/MultiSource/Benchmarks/McCat/03-testtrie/Makefile)
More information about the llvm-commits
mailing list