From d8967fb1c34964dd1205214e38ce0739d328ded4 Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Fri, 9 Feb 2018 13:12:27 +0000 Subject: tldk: introduce versioning, follow DPDK notation Change-Id: I9d83b254fa66ff72dd2faddf366f35ecda13a6ea Signed-off-by: Konstantin Ananyev --- test/gtest/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/gtest/main.cpp') diff --git a/test/gtest/main.cpp b/test/gtest/main.cpp index 53dcf78..862e847 100644 --- a/test/gtest/main.cpp +++ b/test/gtest/main.cpp @@ -25,6 +25,8 @@ #include #include +#include + #include "test_common.h" struct rte_mempool *mbuf_pool; @@ -46,6 +48,8 @@ main(int argc, char *argv[]) argc -= ret; argv += ret; + printf("%s UT\n", tle_version); + /* get the path of binary and save in a global variable to be used later*/ realpath(argv[0], binpath); slash = NULL; -- cgit 1.2.3-korg