Hi!
>         Thanks for your prompt reply.
> 
> 
>         I want to run LTP on cross platform. Please check whether my test 
> procedure is Wright .
> 
>         1. I cross compiled LTP for my particular machine.
>                 ./configure CC=$compiler
>                 Make
>                 Make DESTDIR=/DirectoryToInstall install

This does not sound 100% correct. The canonical way to cross compile
projects using the configure script is to set the --build and --host,
see:

http://www.gnu.org/software/automake/manual/html_node/Cross_002dCompilation.html

>         2. I tar the Directory and FTP it to the machine on which testing has 
> to be done.
> 
>         3. I ran the LTP scripts(runltp or runltplite) over there and got the 
> results.

This part should work.

> .       For running the test individually I will try running the executable 
> (Command-Line column) as shown in the below link
> 
>                 http://www.lineo.co.jp/ltp/linux-3.10.10-results/result.html
> 
>         Please guide me if I am wrong. I am new to LTP.

Most of the testcases can be just executed as binaries, some needs
additional parameters though, you should check the runtest/* files to
find that out.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to