diff options
| author | Carlos Eduardo Seo <carlos.seo@arm.com> | 2022-08-08 16:09:37 -0300 |
|---|---|---|
| committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | 2022-10-26 15:50:33 +0100 |
| commit | 42c99ba55f30d8e704e164675399ff16c91382b1 (patch) | |
| tree | fd33ac9b5cadb0094aaef373267eda6bf9fdf92c /sysdeps/aarch64/Makefile | |
| parent | 829e179a524f6c67c1b7ed48ebcdcd01e3cbf3d4 (diff) | |
| download | glibc-arm/morello/v2.tar.xz glibc-arm/morello/v2.zip | |
cheri: stdio-common: Add test for %#p printf modifierarm/morello/v2
Testcase for printing capabilities.
Diffstat (limited to 'sysdeps/aarch64/Makefile')
| -rw-r--r-- | sysdeps/aarch64/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile index 9d6e16f66e..560e0e9c8f 100644 --- a/sysdeps/aarch64/Makefile +++ b/sysdeps/aarch64/Makefile @@ -68,3 +68,9 @@ endif ifeq ($(subdir),malloc) sysdep_malloc_debug_routines = __mtag_tag_zero_region __mtag_tag_region endif + +ifeq (yes,$(aarch64-purecap)) +ifeq ($(subdir),stdio-common) +tests += tst-printf-cap +endif +endif |
