diff options
author | 2018-02-09 13:12:27 +0000 | |
---|---|---|
committer | 2018-02-09 13:13:22 +0000 | |
commit | d8967fb1c34964dd1205214e38ce0739d328ded4 (patch) | |
tree | ab6d5f53ced850de1b7d10d67c574082c8234078 /test | |
parent | 9c72413c6cca6525089c12a39d21d6c34d6bee62 (diff) |
tldk: introduce versioning, follow DPDK notationv18.02
Change-Id: I9d83b254fa66ff72dd2faddf366f35ecda13a6ea
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/gtest/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 <rte_mbuf.h> #include <rte_errno.h> +#include <tle_version.h> + #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; |