From a152c68e17b6ad1ae48a126e0b80c05cb44188b8 Mon Sep 17 00:00:00 2001 From: Daniel Mrzyglod Date: Sat, 6 Aug 2016 20:38:27 +0100 Subject: tldk_test: Add TLDK unit tests Unit tests for TLDK libtle_udp & libtle_dring libraries Change-Id: I6818c72ca0260f1af784e758bfe21118c395afcf Signed-off-by: Karol Latecki Signed-off-by: Daniel Mrzyglod --- test/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index fb446b4..665396f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,5 +22,6 @@ endif include $(RTE_SDK)/mk/rte.vars.mk DIRS-y += dring +DIRS-y += gtest include $(TLDK_ROOT)/mk/tle.subdir.mk -- cgit 1.2.3-korg