summaryrefslogtreecommitdiff
path: root/sntp/tests_main.cpp
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-07-01 03:12:13 +0000
committerCy Schubert <cy@FreeBSD.org>2015-07-01 03:12:13 +0000
commit873997f35a991eee09ed91148a0cf332360380da (patch)
tree5b1ffa3ad0e56e0e9f2991011729791ee86d7632 /sntp/tests_main.cpp
parent4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (diff)
Notes
Diffstat (limited to 'sntp/tests_main.cpp')
-rw-r--r--sntp/tests_main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sntp/tests_main.cpp b/sntp/tests_main.cpp
index 3d11bb1302eff..584165d66d875 100644
--- a/sntp/tests_main.cpp
+++ b/sntp/tests_main.cpp
@@ -1,5 +1,9 @@
#include "tests_main.h"
+extern "C" {
+const char * Version = "stub unit test Version string";
+};
+
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);