summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMahesh Bandewar2019-07-01 23:39:01 +0200
committerDavid S. Miller2019-07-02 04:34:46 +0200
commit509e56b37cc32c9b5fc2be585c25d1e60d6a1d73 (patch)
tree30d85bf915bacf13f14ea2d3c40bbc68815d799d /lib/Makefile
parentblackhole_netdev: use blackhole_netdev to invalidate dst entries (diff)
downloadkernel-qcow2-linux-509e56b37cc32c9b5fc2be585c25d1e60d6a1d73.tar.gz
kernel-qcow2-linux-509e56b37cc32c9b5fc2be585c25d1e60d6a1d73.tar.xz
kernel-qcow2-linux-509e56b37cc32c9b5fc2be585c25d1e60d6a1d73.zip
blackhole_dev: add a selftest
Since this is not really a device with all capabilities, this test ensures that it has *enough* to make it through the data path without causing unwanted side-effects (read crash!). Signed-off-by: Mahesh Bandewar <maheshb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index dcb558c7554d..6ac44fe2a37f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -91,6 +91,7 @@ obj-$(CONFIG_TEST_DEBUG_VIRTUAL) += test_debug_virtual.o
obj-$(CONFIG_TEST_MEMCAT_P) += test_memcat_p.o
obj-$(CONFIG_TEST_OBJAGG) += test_objagg.o
obj-$(CONFIG_TEST_STACKINIT) += test_stackinit.o
+obj-$(CONFIG_TEST_BLACKHOLE_DEV) += test_blackhole_dev.o
obj-$(CONFIG_TEST_LIVEPATCH) += livepatch/