diff options
Diffstat (limited to 'test/libelf/tset/elf64_getehdr/Makefile')
-rw-r--r-- | test/libelf/tset/elf64_getehdr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libelf/tset/elf64_getehdr/Makefile b/test/libelf/tset/elf64_getehdr/Makefile index e8bb49ad4d25a..1b01505e750c7 100644 --- a/test/libelf/tset/elf64_getehdr/Makefile +++ b/test/libelf/tset/elf64_getehdr/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile 1358 2011-01-08 05:40:41Z jkoshy $ +# $Id: Makefile 3691 2019-02-23 23:34:04Z jkoshy $ TOP= ../../../.. TS_SRCS= ehdr.m4 -TS_YAML= ehdr +TS_YAML= ehdr ehdr-malformed-1 .include "${TOP}/mk/elftoolchain.tet.mk" |