]> git.droids-corp.org - dpdk.git/blobdiff - test/test/Makefile
net/cxgbe: add probe to initialize VF devices
[dpdk.git] / test / test / Makefile
index cb3884a69e24bc160df5b9d76f1d52afecfe1ab7..a88cc38bfe12555e21f08fa8ce19bc1e5df5b082 100644 (file)
@@ -187,6 +187,10 @@ SRCS-y += test_event_ring.c
 SRCS-y += test_event_eth_rx_adapter.c
 endif
 
+ifeq ($(CONFIG_RTE_LIBRTE_RAWDEV),y)
+SRCS-y += test_rawdev.c
+endif
+
 SRCS-$(CONFIG_RTE_LIBRTE_KVARGS) += test_kvargs.c
 
 CFLAGS += -DALLOW_EXPERIMENTAL_API