]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/tst-preadvwritev2.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / tst-preadvwritev2.c
index cf36272dd32dcc6f3c4f0e3163e2f77401ce2633..9b4d6481906c6cf4a21cc3bb239804a9bd4b2e85 100644 (file)
@@ -1,5 +1,5 @@
 /* Tests for preadv2 and pwritev2.
-   Copyright (C) 2016-2017 Free Software Foundation, Inc.
+   Copyright (C) 2016-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
   pwritev2 (__fd, __iov, __iovcnt, __offset, 0)
 
 #include "tst-preadvwritev-common.c"
+#include "tst-preadvwritev2-common.c"
 
 static int
 do_test (void)
 {
+  do_test_with_invalid_flags ();
+  do_test_without_offset ();
+  do_test_with_invalid_fd ();
+  do_test_with_invalid_iov ();
+
   return do_test_with_offset (0);
 }