[PATCH] Document for how to write a test case
Masatake YAMATO
yamato at redhat.com
Fri Mar 11 10:21:48 UTC 2022
From: Masatake YAMATO <yamato at redhat.com>
Subject: [PATCH] Document for how to write a test case
Date: Fri, 11 Mar 2022 19:11:37 +0900
> * doc/HACKING-testcase: new file.
> ---
> doc/HACKING-testcase | 88 ++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 88 insertions(+)
> create mode 100644 doc/HACKING-testcase
>
> diff --git a/doc/HACKING-testcase b/doc/HACKING-testcase
> new file mode 100644
> index 000000000..e6f8c666b
> --- /dev/null
> +++ b/doc/HACKING-testcase
> @@ -0,0 +1,88 @@
> +How to write a case testing strace
> +========================================================================
> +1. write a test case.
...
I had taken time for remembering how to write a test case every time
when I submitted a patch. I wrote this document ago to help myself.
I guess the situation is the same for people enjoying hacking strace
intermittently like me. I hope this short document helps them.
I'm not good at English. So I hope someone polishes the document
or writes better one from scratch.
Masatake YAMATO
More information about the Strace-devel
mailing list