From: Stefan Hajnoczi <stefa...@redhat.com>
Date: Tue,  3 Oct 2017 11:39:43 -0400

>  MAINTAINERS                   |   1 +
>  tools/vsock/Makefile          |   9 +
>  tools/vsock/control.h         |  13 +
>  tools/vsock/timeout.h         |  14 +
>  tools/vsock/control.c         | 219 ++++++++++++++
>  tools/vsock/timeout.c         |  64 ++++
>  tools/vsock/vsock_diag_test.c | 681 
> ++++++++++++++++++++++++++++++++++++++++++
>  tools/vsock/.gitignore        |   2 +

Please don't create you own "special" directory for tests.

Tests belong under tools/testing/selftests/

If you put your tests in the proper place, and structure them properly 
(especially
the Makefile rules), they will automatically be run by various automated build
and test frameworks.

Reply via email to