about summary refs log tree commit diff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-04-22 09:48:10 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-04-22 09:48:10 -0700
commit781dacc4f41332098e3a272514b20a490a7ebc8c (patch)
tree71236694fc7db2cf809d0e20a10264c038ee01f1 /misc/Makefile
parenteb06601bb4187d8f5a9f55c2d212747869f63fe1 (diff)
downloadglibc-781dacc4f41332098e3a272514b20a490a7ebc8c.tar.gz
glibc-781dacc4f41332098e3a272514b20a490a7ebc8c.tar.xz
glibc-781dacc4f41332098e3a272514b20a490a7ebc8c.zip
Add a syscall test for [BZ #25810]
Add a test to pass 64-bit long arguments to syscall with undefined upper
32 bits on x32.

Tested on i386, x86-64 and x32 as well as with build-many-glibcs.py.
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile
index b8fed5783d..67c5237f97 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -87,7 +87,7 @@ tests := tst-dirname tst-tsearch tst-fdset tst-mntent tst-hsearch \
 	 tst-preadvwritev tst-preadvwritev64 tst-makedev tst-empty \
 	 tst-preadvwritev2 tst-preadvwritev64v2 tst-warn-wide \
 	 tst-ldbl-warn tst-ldbl-error tst-dbl-efgcvt tst-ldbl-efgcvt \
-	 tst-mntent-autofs
+	 tst-mntent-autofs tst-syscalls
 
 # Tests which need libdl.
 ifeq (yes,$(build-shared))