On 06/10/2015 09:56 AM, Pratik Prajapati wrote: > Hi,
Hi. > > I want to add a test case for my local use. From > https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines I > get to know how to write a test case but didb't get how to add it. > Please help. For example, you could create a directory somewhere inside your LTP sources with Makefile including testcases.mk and generic_leaf_target.mk like this: top_srcdir ?= ../ include $(top_srcdir)/include/mk/testcases.mk include $(top_srcdir)/include/mk/generic_leaf_target.mk And put your C files there. 'make' and 'make clean' will work inside this directory. > > Regards, > Pratik > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ltp-list mailing list > Ltp-list@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ltp-list > ------------------------------------------------------------------------------ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list