tldk_test: Add TLDK unit tests 98/3298/3
authorDaniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Sat, 6 Aug 2016 19:38:27 +0000 (20:38 +0100)
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>
Fri, 7 Oct 2016 07:49:12 +0000 (08:49 +0100)
commita152c68e17b6ad1ae48a126e0b80c05cb44188b8
tree246a05f3fb83d471fcd7ae06def9d457e5f13ff7
parent5d0ab6ce9c41573a2c7c401a0efa8ea764c9d55a
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>
17 files changed:
README
test/Makefile
test/gtest/Makefile [new file with mode: 0644]
test/gtest/README [new file with mode: 0644]
test/gtest/main.cpp [new file with mode: 0644]
test/gtest/test_tle_dring.cpp [new file with mode: 0644]
test/gtest/test_tle_dring.h [new file with mode: 0644]
test/gtest/test_tle_udp_ctx.cpp [new file with mode: 0644]
test/gtest/test_tle_udp_ctx.h [new file with mode: 0644]
test/gtest/test_tle_udp_destroy.cpp [new file with mode: 0644]
test/gtest/test_tle_udp_destroy.h [new file with mode: 0644]
test/gtest/test_tle_udp_dev.cpp [new file with mode: 0644]
test/gtest/test_tle_udp_dev.h [new file with mode: 0644]
test/gtest/test_tle_udp_event.cpp [new file with mode: 0644]
test/gtest/test_tle_udp_event.h [new file with mode: 0644]
test/gtest/test_tle_udp_stream.cpp [new file with mode: 0644]
test/gtest/test_tle_udp_stream.h [new file with mode: 0644]