[llvm-commits] CVS: llvm-test/autoconf/configure.ac
Evan Cheng
evan.cheng at apple.com
Wed Sep 20 16:41:13 PDT 2006
Changes in directory llvm-test/autoconf:
configure.ac updated: 1.37 -> 1.38
---
Log message:
Adding HMMER as an external test.
---
Diffs of the changes: (+1 -0)
configure.ac | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/autoconf/configure.ac
diff -u llvm-test/autoconf/configure.ac:1.37 llvm-test/autoconf/configure.ac:1.38
--- llvm-test/autoconf/configure.ac:1.37 Fri Sep 1 19:04:00 2006
+++ llvm-test/autoconf/configure.ac Wed Sep 20 18:40:57 2006
@@ -79,6 +79,7 @@
EXTERNAL_BENCHMARK(fpgrowth,${LLVM_EXTERNALS}/fpgrowth)
EXTERNAL_BENCHMARK(alp,${LLVM_EXTERNALS}/alp)
EXTERNAL_BENCHMARK(nurbs,${LLVM_EXTERNALS}/nurbs)
+EXTERNAL_BENCHMARK(hmmer,${LLVM_EXTERNALS}/hmmer)
dnl Check that the paths of provided external benchmark dirs make sense
if test -n "$SPEC2006_ROOT" ; then
More information about the llvm-commits
mailing list