[Devel] Re: [PATCH v4 9/9] test: IPC message queue migration test

Manfred Spraul manfred at colorfullife.com
Tue Sep 11 07:23:36 PDT 2012


Hi Stanislav,

sorry for the slow reply, I finally got the time to perform tests with 
your patches.


On 08/13/2012 02:32 PM, Stanislav Kinsbursky wrote:
> This test is a part of CRIU development test suit.
> ---
>   tools/testing/selftests/ipc/msgque.c |  151 ++++++++++++++++++++++++++++++++++
>   1 files changed, 151 insertions(+), 0 deletions(-)
>   create mode 100644 tools/testing/selftests/ipc/msgque.c
>
> diff --git a/tools/testing/selftests/ipc/msgque.c b/tools/testing/selftests/ipc/msgque.c
> new file mode 100644
> index 0000000..c101e25
> --- /dev/null
> +++ b/tools/testing/selftests/ipc/msgque.c
> @@ -0,0 +1,151 @@
> +#define _GNU_SOURCE
> +#include <sched.h>
> +
> +#include <stdio.h>
> +#include <string.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> +#include <sys/types.h>
> +#include <sys/wait.h>
> +#include <sys/sem.h>
> +#include <sys/ipc.h>
> +#include <sys/msg.h>
> +#include <signal.h>
> +#include <errno.h>
> +
> +#include "zdtmtst.h"
- This file "zdtmtst.h" seems to be missing
- There is no "Makefile" in this folder
- The folder "ipc" is not aded to tools/testing/selftests/Makefile.

---




More information about the Devel mailing list