From a37691428f4cde9492b1316ffd86529c0b87229f Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Thu, 31 Oct 2019 15:47:50 -0700 Subject: [PATCH] Document minimum version required for gtest [skip ci] (#5001) --- doc/contrib/unit_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contrib/unit_tests.rst b/doc/contrib/unit_tests.rst index fa7ec00b0..de31cf26f 100644 --- a/doc/contrib/unit_tests.rst +++ b/doc/contrib/unit_tests.rst @@ -24,7 +24,7 @@ C++: Google Test ================ Add your test under the directory `tests/cpp/ `_. Refer to `this excellent tutorial on using Google Test `_. -You may try running your test by following instructions in :ref:`this section `. +You may try running your test by following instructions in :ref:`this section `. Note. Google Test version 1.8.1 or later is required. JVM packages: JUnit / scalatest ===============================