diff options
author | Daniel Mrzyglod <danielx.t.mrzyglod@intel.com> | 2016-08-06 20:38:27 +0100 |
---|---|---|
committer | Mohammad Abdul Awal <mohammad.abdul.awal@intel.com> | 2016-10-07 08:49:12 +0100 |
commit | a152c68e17b6ad1ae48a126e0b80c05cb44188b8 (patch) | |
tree | 246a05f3fb83d471fcd7ae06def9d457e5f13ff7 /test/Makefile | |
parent | 5d0ab6ce9c41573a2c7c401a0efa8ea764c9d55a (diff) |
tldk_test: Add TLDK unit tests
Unit tests for TLDK libtle_udp & libtle_dring libraries
Change-Id: I6818c72ca0260f1af784e758bfe21118c395afcf
Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |