Hello Rahul, You need to always run as "./runltp -f syscalls" inside /opt/ltp dir.
e.g: If you want to run fallocate testcases, please create a file called fallocate under /opt/ltp/runtest and run as: # cat /opt/ltp/testcases/runtest/fallocate fallocate01 fallocate01 fallocate02 fallocate02 fallocate03 fallocate03 # cd /opt/ltp #./runltp -f fallocate This will run only fallocate testcases. Before you execute above steps, you need to change your fallocate file and do make & make install inside ~/ltp-full-20100331/testcases/kernel/syscalls/fallocate Let me know if you still face some problem. -Rishi On Wed, Apr 14, 2010 at 11:18:10AM +0530, rahul agarwal wrote: > I have a query regarding how to compile individual testcase in ltp. > > For example: > fallocate tests inside syscalls are failing and so I want to compile and > check them seperately after some modifications. But I am facing the problem > due to various dependencies which are there. And as a result I am not being > able to isolate the errors which I am facing. > > Kindly guide me so that I can overcome such a problem. > > With Regards > Rahul Agarwal > +91-9999720591 -- Thanks & Regards Rishi LTP Maintainer IBM, LTC, Bangalore Please join IRC #ltp @ irc.freenode.net ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
