aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2015-05-13 00:07:55 -0400
committerShuah Khan <shuahkh@osg.samsung.com>2015-05-26 17:58:08 -0400
commitecac1a7549f81e191588d08a46b81f057cb7cb2f (patch)
tree62f74962f697bbff024b93af904f6f9f5295da1d
parent33ca2248e9cdd595caab6becda910ef7d2ef9f42 (diff)
selftests: Add futex tests to the top-level Makefile
Enable futex tests to be built and run with the make kselftest and associated targets. Most of the tests require escalated privileges. These return ERROR, and run.sh continues. Cc: Shuah Khan <shuahkh@osg.samsung.com> Cc: linux-api@vger.kernel.org Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Davidlohr Bueso <dave@stgolabs.net> Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 95abddcd7839..ebac6b84dfa1 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -4,6 +4,7 @@ TARGETS += efivarfs
4TARGETS += exec 4TARGETS += exec
5TARGETS += firmware 5TARGETS += firmware
6TARGETS += ftrace 6TARGETS += ftrace
7TARGETS += futex
7TARGETS += kcmp 8TARGETS += kcmp
8TARGETS += memfd 9TARGETS += memfd
9TARGETS += memory-hotplug 10TARGETS += memory-hotplug