public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
To: Pratik Prajapati <pratik.prajapati12@gmail.com>,
	ltp-list@lists.sourceforge.net
Subject: Re: [LTP] How to add test case in LTP for my local use
Date: Wed, 10 Jun 2015 13:01:25 +0300	[thread overview]
Message-ID: <55780AF5.5050407@oracle.com> (raw)
In-Reply-To: <CAHNg1SruVvcH1TjAmACDW7+CTDOeaHP4j9zvZSQ61PHPgOJTEQ@mail.gmail.com>



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

  reply	other threads:[~2015-06-10 10:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-10  6:56 [LTP] How to add test case in LTP for my local use Pratik Prajapati
2015-06-10 10:01 ` Stanislav Kholmanskikh [this message]
2015-06-10 12:52   ` Cyril Hrubis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55780AF5.5050407@oracle.com \
    --to=stanislav.kholmanskikh@oracle.com \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=pratik.prajapati12@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox