diff options
author | David S. Miller <davem@davemloft.net> | 2013-03-19 19:49:44 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-19 19:49:44 +0100 |
commit | b0aa73bf081da6810dacd750b9f8186640e172db (patch) | |
tree | ba3ffa361e438c90eef563ac1758644f4a0e027d /tools/testing/selftests/Makefile | |
parent | xfrm: use xfrm direction when lookup policy (diff) | |
download | linux-b0aa73bf081da6810dacd750b9f8186640e172db.tar.xz linux-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/Makefile | 1 |
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 \ |