LTP(Realtime Test Tree)
From RTwiki
(Difference between revisions)
(→Installation) |
|||
Line 26: | Line 26: | ||
== Running == | == Running == | ||
#> ./runalltests.sh -p -q -l result-geunsik-all.log | #> ./runalltests.sh -p -q -l result-geunsik-all.log | ||
+ | |||
#> ./runltp -i 1024 -m 128 -p -q -l /tmp/resultlog.377 -d /usr/ltp | #> ./runltp -i 1024 -m 128 -p -q -l /tmp/resultlog.377 -d /usr/ltp | ||
+ | |||
#> ./runltplite.sh -i 1024 -m 128 -p -q 1l /tmp/resultlog.383 -d /usr/ltp | #> ./runltplite.sh -i 1024 -m 128 -p -q 1l /tmp/resultlog.383 -d /usr/ltp | ||
== Report == | == Report == | ||
+ | |||
#> cat result/result-geunsik-all.log | #> cat result/result-geunsik-all.log |
Revision as of 13:47, 17 June 2009
Official Homepage of LTP Project is http://ltp.sourceforge.net. We can use RealtimeTest in entier directory of LTP Full source.
Contents |
Tree info of Realtime Test Tree
Below link is realtime testcase of LTP related tree informations. ( I can not upload image file in this media wiki page. )
* http://photolog.blog.naver.com/common/util/imageZoom.jsp?url=http://blogfiles7.naver.net/data43/2009/4/1/22/realtimeltptreeinfo-invain.png
Quick Howto
Installation
lgs-f11#> wget http://downloads.sourceforge.net/ltp/ltp-full-20090531.tgz
lgs-f11#> tar xvzf ltp-full-20090331.tgz
lgs-f11#> cd ltp-full-20090531
lgs-f11#> vi ./Makefile (If your architecture is not X86 , edit CROSS_COMPILE and LIB_DIR line).
lgs-f11#> yum -y install libcap libcap-devel
lgs-f11#> make
lgs-f11#> make install
Running
#> ./runalltests.sh -p -q -l result-geunsik-all.log
#> ./runltp -i 1024 -m 128 -p -q -l /tmp/resultlog.377 -d /usr/ltp
#> ./runltplite.sh -i 1024 -m 128 -p -q 1l /tmp/resultlog.383 -d /usr/ltp
Report
#> cat result/result-geunsik-all.log