diff options
author | David S. Miller <davem@davemloft.net> | 2013-03-19 14:49:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-19 14:49:44 -0400 |
commit | b0aa73bf081da6810dacd750b9f8186640e172db (patch) | |
tree | ba3ffa361e438c90eef563ac1758644f4a0e027d /tools/testing/selftests/Makefile | |
parent | b5fb82c48b5898c50a9cf75fc957911b56fe1dc5 (diff) |
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 \ |