aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-03-19 14:49:44 -0400
committerDavid S. Miller <davem@davemloft.net>2013-03-19 14:49:44 -0400
commitb0aa73bf081da6810dacd750b9f8186640e172db (patch)
treeba3ffa361e438c90eef563ac1758644f4a0e027d /tools/testing/selftests/Makefile
parentxfrm: use xfrm direction when lookup policy (diff)
downloadlinux-dev-b0aa73bf081da6810dacd750b9f8186640e172db.tar.xz
linux-dev-b0aa73bf081da6810dacd750b9f8186640e172db.zip
net: Add socket() system call self test.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-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 3cc0ad7ae863..7c6280f1cf4d 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -5,6 +5,7 @@ TARGETS += vm
TARGETS += cpu-hotplug
TARGETS += memory-hotplug
TARGETS += efivarfs
+TARGETS += net-socket
all:
for TARGET in $(TARGETS); do \