[llvm-testresults] I can make the test suite

爱好者 proljc at gmail.com
Sat Mar 7 04:29:42 PST 2009


hi,
I have read the <LLVM Testing Infrastructure Guide> on
http://llvm.org/docs/TestingGuide.html

But when I config the test suite like this
./configure --with-f2c=/usr/bin --with-llvmgccdir=/opt/llvm-gcc/
it say
=== configuring in projects/test-suite (/root/llvm/projects/test-suite)
configure: running /bin/bash ./configure --prefix=/usr/local
'--with-f2c=/usr/bin' '--with-llvmgccdir=/opt/llvm-gcc/'
--cache-file=/dev/null --srcdir=.
checking for spec95 benchmark sources... no, not found in
/home/vadve/shared/benchmarks/spec95/benchspec
checking for spec2000 benchmark sources... no, not found in
/home/vadve/shared/benchmarks/speccpu2000/benchspec
checking for spec2006 benchmark sources... no, not found in
/home/vadve/shared/benchmarks/speccpu2006/benchspec
checking for povray benchmark sources... no, not found in
/home/vadve/shared/benchmarks/povray31
checking for namd benchmark sources... no, not found in
/home/vadve/shared/benchmarks/spec_namd
checking for sweep3d benchmark sources... no, not found in
/home/vadve/shared/benchmarks/sweep3d
checking for fpgrowth benchmark sources... no, not found in
/home/vadve/shared/benchmarks/fpgrowth
checking for alp benchmark sources... no, not found in
/home/vadve/shared/benchmarks/alp
checking for nurbs benchmark sources... no, not found in
/home/vadve/shared/benchmarks/nurbs
checking for hmmer benchmark sources... no, not found in
/home/vadve/shared/benchmarks/hmmer

When I type
cd projects/test-suite
make
it say
make[1]: Entering directory `/root/llvm/projects/test-suite/SingleSource'
make[2]: Entering directory
`/root/llvm/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory
`/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory
`/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
needed by `Output/sse.expandfft.linked.bc'.  Stop.
make[4]: Leaving directory
`/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/root/llvm/projects/test-suite/SingleSource/UnitTests/Vector'
make[2]: *** [all] Error 1
make[2]: Leaving directory
`/root/llvm/projects/test-suite/SingleSource/UnitTests'
make[1]: *** [UnitTests/.makeall] Error 2
make[1]: Leaving directory `/root/llvm/projects/test-suite/SingleSource'
make: *** [SingleSource/.makeall] Error 2

How can I run the tset suite?
Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-testresults/attachments/20090307/dafeed55/attachment.html>


More information about the llvm-testresults mailing list