Document minimum version required for gtest [skip ci] (#5001)

This commit is contained in:
Philip Hyunsu Cho 2019-10-31 15:47:50 -07:00 committed by GitHub
parent 6fac40cfb4
commit a37691428f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ C++: Google Test
================ ================
Add your test under the directory `tests/cpp/ <https://github.com/dmlc/xgboost/tree/master/tests/cpp>`_. Refer to `this excellent tutorial on using Google Test <https://developer.ibm.com/articles/au-googletestingframework/>`_. Add your test under the directory `tests/cpp/ <https://github.com/dmlc/xgboost/tree/master/tests/cpp>`_. Refer to `this excellent tutorial on using Google Test <https://developer.ibm.com/articles/au-googletestingframework/>`_.
You may try running your test by following instructions in :ref:`this section <running_gtest>`. You may try running your test by following instructions in :ref:`this section <running_gtest>`. Note. Google Test version 1.8.1 or later is required.
JVM packages: JUnit / scalatest JVM packages: JUnit / scalatest
=============================== ===============================