aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/dscr/Makefile
diff options
context:
space:
mode:
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>2015-05-21 12:13:09 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2015-06-07 19:37:11 +1000
commitcf9c4a5ecf806348940ee26b7ff0ff59f5530059 (patch)
tree449e44ab945ecadc1e1eb3bfbedb74f761566783 /tools/testing/selftests/powerpc/dscr/Makefile
parentselftests/powerpc: Add test for DSCR SPR numbers (diff)
downloadlinux-dev-cf9c4a5ecf806348940ee26b7ff0ff59f5530059.tar.xz
linux-dev-cf9c4a5ecf806348940ee26b7ff0ff59f5530059.zip
selftests/powerpc: Add test for DSCR value inheritence across fork
This patch adds a test to verify that the changed DSCR value inside any process would be inherited to it's child process across the fork system call. Acked-by: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com> Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--tools/testing/selftests/powerpc/dscr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/dscr/Makefile b/tools/testing/selftests/powerpc/dscr/Makefile
index 3c3856be6bf9..764fadc36cbb 100644
--- a/tools/testing/selftests/powerpc/dscr/Makefile
+++ b/tools/testing/selftests/powerpc/dscr/Makefile
@@ -1,4 +1,5 @@
-TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test
+TEST_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \
+ dscr_inherit_test
dscr_default_test: LDLIBS += -lpthread