diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-12-18 19:07:04 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-21 06:09:21 +0100 |
commit | cdbcc18de10a7d72b821fe40fbc2d0ec61e39448 (patch) | |
tree | 7e41de415b7218906b822c89102019626a02465f /tools/testing/vsock/.gitignore | |
parent | VSOCK: add send_byte()/recv_byte() test utilities (diff) | |
download | linux-cdbcc18de10a7d72b821fe40fbc2d0ec61e39448.tar.xz linux-cdbcc18de10a7d72b821fe40fbc2d0ec61e39448.zip |
VSOCK: add AF_VSOCK test cases
The vsock_test.c program runs a test suite of AF_VSOCK test cases.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/vsock/.gitignore')
-rw-r--r-- | tools/testing/vsock/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/vsock/.gitignore b/tools/testing/vsock/.gitignore index dc5f11faf530..7f7a2ccc30c4 100644 --- a/tools/testing/vsock/.gitignore +++ b/tools/testing/vsock/.gitignore @@ -1,2 +1,3 @@ *.d +vsock_test vsock_diag_test |