diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-05-14 15:23:46 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-07-14 06:55:04 -0700 |
commit | 84d40d702fb094dda8fb8b7fd4d8042b03ac23ac (patch) | |
tree | 88d827761f21dbbe34ff4d9306ead9183d71faec /sysdeps/unix/sysv/linux/Makefile | |
parent | 24c78e2c759f278ced4256dfe9d88af06af81743 (diff) | |
download | glibc-84d40d702fb094dda8fb8b7fd4d8042b03ac23ac.tar.gz glibc-84d40d702fb094dda8fb8b7fd4d8042b03ac23ac.tar.xz glibc-84d40d702fb094dda8fb8b7fd4d8042b03ac23ac.zip |
Add static tests for __clone_internal
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index ed0c0d27f4..cceb16be05 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -139,6 +139,15 @@ tests-time64 += \ tst-sigtimedwait-time64 \ tst-timerfd-time64 \ +tests-clone-internal = \ + tst-align-clone-internal \ + tst-clone2-internal \ + tst-clone3-internal \ + tst-getpid1-internal \ + tst-misalign-clone-internal +tests-internal += $(tests-clone-internal) +tests-static += $(tests-clone-internal) + CFLAGS-tst-sigcontext-get_pc.c = -fasynchronous-unwind-tables # Generate the list of SYS_* macros for the system calls (__NR_* |