hi,<br>I have read the <LLVM Testing Infrastructure Guide> on <a href="http://llvm.org/docs/TestingGuide.html">http://llvm.org/docs/TestingGuide.html</a><br><br>But when I config the test suite like this<br>./configure --with-f2c=/usr/bin --with-llvmgccdir=/opt/llvm-gcc/<br>
it say<br>=== configuring in projects/test-suite (/root/llvm/projects/test-suite)<br>configure: running /bin/bash ./configure --prefix=/usr/local  '--with-f2c=/usr/bin' '--with-llvmgccdir=/opt/llvm-gcc/' --cache-file=/dev/null --srcdir=.<br>
checking for spec95 benchmark sources... no, not found in /home/vadve/shared/benchmarks/spec95/benchspec<br>checking for spec2000 benchmark sources... no, not found in /home/vadve/shared/benchmarks/speccpu2000/benchspec<br>
checking for spec2006 benchmark sources... no, not found in /home/vadve/shared/benchmarks/speccpu2006/benchspec<br>checking for povray benchmark sources... no, not found in /home/vadve/shared/benchmarks/povray31<br>checking for namd benchmark sources... no, not found in /home/vadve/shared/benchmarks/spec_namd<br>
checking for sweep3d benchmark sources... no, not found in /home/vadve/shared/benchmarks/sweep3d<br>checking for fpgrowth benchmark sources... no, not found in /home/vadve/shared/benchmarks/fpgrowth<br>checking for alp benchmark sources... no, not found in /home/vadve/shared/benchmarks/alp<br>
checking for nurbs benchmark sources... no, not found in /home/vadve/shared/benchmarks/nurbs<br>checking for hmmer benchmark sources... no, not found in /home/vadve/shared/benchmarks/hmmer<br><br>When I type<br>cd projects/test-suite<br>
make<br>it say<br>make[1]: Entering directory `/root/llvm/projects/test-suite/SingleSource'<br>make[2]: Entering directory `/root/llvm/projects/test-suite/SingleSource/UnitTests'<br>make[3]: Entering directory `/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector'<br>
make[4]: Entering directory `/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'<br>make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc', needed by `Output/sse.expandfft.linked.bc'.  Stop.<br>
make[4]: Leaving directory `/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'<br>make[3]: *** [all] Error 1<br>make[3]: Leaving directory `/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector'<br>
make[2]: *** [all] Error 1<br>make[2]: Leaving directory `/root/llvm/projects/test-suite/SingleSource/UnitTests'<br>make[1]: *** [UnitTests/.makeall] Error 2<br>make[1]: Leaving directory `/root/llvm/projects/test-suite/SingleSource'<br>
make: *** [SingleSource/.makeall] Error 2<br><br>How can I run the tset suite?<br>Thank you!<br>