From: Denys Vlasenko Date: Sat, 21 Mar 2015 17:54:16 +0000 (+0100) Subject: test/Makefile: add missing test targets X-Git-Tag: v4.11~558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35431577b55b597f6765f8ff342378d7a5d89eca;p=strace test/Makefile: add missing test targets Signed-off-by: Denys Vlasenko --- diff --git a/test/Makefile b/test/Makefile index 56fcd4cd..715c4c1f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -3,7 +3,7 @@ CFLAGS += -Wall PROGS = \ vfork fork sig skodic clone leaderkill childthread \ sigkill_rain wait_must_be_interruptible threaded_execve \ - mtd ubi seccomp + mtd ubi seccomp sfd mmap_offset_decode x32_lseek x32_mmap all: $(PROGS)