From 07e7ee3d732b60e0b7f5b242bbfb0cdec8e99e7f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 11 Jun 2019 17:30:25 +0300 Subject: Test pass-fd components * tests/recvfd.c: New source. * tests/.gitignore: Update. * tests/passfd.at: New test. * tests/Makefile.am: Add new test. * tests/testsuite.at: Add new test. * tests/nt.c: Check all revents bits. --- tests/to.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'tests/to.c') diff --git a/tests/to.c b/tests/to.c index 6874bfd..0bfabac 100644 --- a/tests/to.c +++ b/tests/to.c @@ -1,3 +1,19 @@ +/* This file is part of GNU Pies testsuite. + Copyright (C) 2019 Sergey Poznyakoff + + GNU Pies is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + + GNU Pies is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Pies. If not, see . */ + #include #include #include -- cgit v1.2.1