]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nss/tst-nss-test4.c
Add run-one-test convenience target and makefile help text
[thirdparty/glibc.git] / nss / tst-nss-test4.c
index 731e0ed10a32d8024f859d67d6f5b9be4d645d61..163d2b33b231a7ff51314cf56d425f4a6fbcad41 100644 (file)
@@ -1,5 +1,5 @@
 /* Test group merging.
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-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
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <nss.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/signal.h>
+
+#include <support/support.h>
 
 #include "nss_test.h"
 
@@ -133,5 +134,4 @@ do_test (void)
     }
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>