[DOC] Add test script starter command to document (#3993)
authorStandbyMe <hongyu@mail.com>
Tue, 24 Sep 2019 05:54:56 +0000 (13:54 +0800)
committerZhi <5145158+zhiics@users.noreply.github.com>
Tue, 24 Sep 2019 05:54:56 +0000 (22:54 -0700)
docs/install/from_source.rst

index f56174a..852a23f 100644 (file)
@@ -227,4 +227,4 @@ tests in TVM. The easiest way to install GTest is from source.
        make install
 
 
-After installing GTest, the C++ tests can be built with ``make cpptest``.
+After installing GTest, the C++ tests can be built and started with ``./tests/scripts/task_cpp_unittest.sh`` or just built with ``make cpptest``.