diff options
author | Cy Schubert <cy@FreeBSD.org> | 2015-07-01 03:12:13 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2015-07-01 03:12:13 +0000 |
commit | 873997f35a991eee09ed91148a0cf332360380da (patch) | |
tree | 5b1ffa3ad0e56e0e9f2991011729791ee86d7632 /sntp/tests_main.cpp | |
parent | 4ba32eb5a8bf3455c09d1513ed2af8d2c861a6ba (diff) |
Notes
Diffstat (limited to 'sntp/tests_main.cpp')
-rw-r--r-- | sntp/tests_main.cpp | 4 |
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); |