aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest/main.cpp')
-rw-r--r--test/gtest/main.cpp4
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;