diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-17 09:55:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-17 09:55:25 -0700 |
commit | 477cc68e904516c2108889c95c33326af0a87ec5 (patch) | |
tree | 3232cf8b8fdf38c32421f031fa8d45139fa9b059 /sysdeps/x86_64/Makefile | |
parent | 1a0994f5356214e8af8a1c1cc33fbf74a7ac8993 (diff) | |
download | glibc-477cc68e904516c2108889c95c33326af0a87ec5.tar.gz glibc-477cc68e904516c2108889c95c33326af0a87ec5.tar.xz glibc-477cc68e904516c2108889c95c33326af0a87ec5.zip |
Add tst-mallocalign1
Diffstat (limited to 'sysdeps/x86_64/Makefile')
-rw-r--r-- | sysdeps/x86_64/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 81c9128a95..d4525bc7c0 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -11,6 +11,10 @@ ifeq ($(subdir),gmon) sysdep_routines += _mcount endif +ifeq ($(subdir),malloc) +tests += tst-mallocalign1 +endif + ifeq ($(subdir),string) sysdep_routines += cacheinfo strcasecmp_l-nonascii strncase_l-nonascii gen-as-const-headers += locale-defines.sym |