diff options
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); |