summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/ptrace/Makefile
diff options
context:
space:
mode:
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>2016-09-30 05:32:54 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2016-11-17 09:11:48 +0300
commit509fcfe57b09637a80fe0fcacd052e8f445a2274 (patch)
treedbffac37b8918a0e6c8818bfee65d135ee2e9fc6 /tools/testing/selftests/powerpc/ptrace/Makefile
parentf666ad413db6f7fbfaeec6b11ed6f8e4b60dda38 (diff)
downloadlinux-509fcfe57b09637a80fe0fcacd052e8f445a2274.tar.xz
selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM
This patch adds ptrace interface test for GPR/FPR registers inside TM context. This adds ptrace interface based helper functions related to checkpointed GPR/FPR access. Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Signed-off-by: Simon Guo <wei.guo.simon@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/ptrace/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/ptrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/powerpc/ptrace/Makefile b/tools/testing/selftests/powerpc/ptrace/Makefile
index 110377268f6d..84f5de9a1b13 100644
--- a/tools/testing/selftests/powerpc/ptrace/Makefile
+++ b/tools/testing/selftests/powerpc/ptrace/Makefile
@@ -1,10 +1,10 @@
-TEST_PROGS := ptrace-gpr
+TEST_PROGS := ptrace-gpr ptrace-tm-gpr
include ../../lib.mk
all: $(TEST_PROGS)
-CFLAGS += -m64 -I../../../../../usr/include
+CFLAGS += -m64 -I../../../../../usr/include -I../tm -mhtm
$(TEST_PROGS): ../harness.c ../utils.c ../lib/reg.S ptrace.h