Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest/unittest.cpp')
-rw-r--r--test/unittest/unittest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unittest/unittest.cpp b/test/unittest/unittest.cpp
index c475179e..4e3bc11e 100644
--- a/test/unittest/unittest.cpp
+++ b/test/unittest/unittest.cpp
@@ -13,10 +13,13 @@
// specific language governing permissions and limitations under the License.
#include "unittest.h"
+#include "rapidjson/rapidjson.h"
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
+ std::cout << "RapidJSON v" << RAPIDJSON_VERSION_STRING << std::endl;
+
#if _MSC_VER
_CrtMemState memoryState = { 0 };
_CrtMemCheckpoint(&memoryState);