diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-01 14:05:31 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 11:32:40 -0300 |
commit | 48ec055ddc475bd521d87733a4d128b62681d6d7 (patch) | |
tree | 1154e21b79b625d277c0e27f2ea8ea881955db9b /posix/Makefile | |
parent | ef8239f13a49f2b43fa04cb8aa67c21c538537a3 (diff) | |
download | glibc-48ec055ddc475bd521d87733a4d128b62681d6d7.tar.gz |
posix: Add wait3 tests
The tst-wait4 is moved to common file and used for wait3
tests.
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/Makefile b/posix/Makefile index be0c72f0bb..64494557f1 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -84,7 +84,7 @@ tests := test-errno tstgetopt testfnm runtests runptests \ tst-nice tst-nanosleep tst-regex2 \ transbug tst-rxspencer tst-pcre tst-boost \ bug-ga1 tst-vfork1 tst-vfork2 tst-vfork3 \ - tst-waitid tst-wait4 \ + tst-waitid tst-wait4 tst-wait3 \ tst-getaddrinfo2 bug-glob2 bug-glob3 tst-sysconf \ tst-execvp1 tst-execvp2 tst-execlp1 tst-execlp2 \ tst-execv1 tst-execv2 tst-execl1 tst-execl2 \ |