about summary refs log tree commit diff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2020-04-08 09:05:20 -0700
committerAlistair Francis <alistair.francis@wdc.com>2020-04-14 09:16:54 -0700
commitc4d4419433f1b2c9c4d54ee6da2b0d2a30e3fda8 (patch)
tree7e62f79a9041dadc4b16ff6d158f783c83c28fe6 /posix/Makefile
parent00515ea3a15703a3d196c1d1bd372214abc990ad (diff)
downloadglibc-c4d4419433f1b2c9c4d54ee6da2b0d2a30e3fda8.tar.gz
glibc-c4d4419433f1b2c9c4d54ee6da2b0d2a30e3fda8.tar.xz
glibc-c4d4419433f1b2c9c4d54ee6da2b0d2a30e3fda8.zip
posix: Add wait4 test case
Add a wait4 test case based on the waitid test case.
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 4507d84bf1..605ddbade8 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -82,7 +82,8 @@ tests		:= test-errno tstgetopt testfnm runtests runptests \
 		   bug-regex29 bug-regex30 bug-regex31 bug-regex32 \
 		   tst-nice tst-nanosleep tst-regex2 \
 		   transbug tst-rxspencer tst-pcre tst-boost \
-		   bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 tst-waitid \
+		   bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 \
+		   tst-waitid tst-wait4 \
 		   tst-getaddrinfo2 bug-glob2 bug-glob3 tst-sysconf \
 		   tst-execvp1 tst-execvp2 tst-execlp1 tst-execlp2 \
 		   tst-execv1 tst-execv2 tst-execl1 tst-execl2 \