From eb7c5eb5c6022c209a00ea7faf73da2ffcc18653 Mon Sep 17 00:00:00 2001 From: Anmolpreet Singh <54476451+Anmol2001@users.noreply.github.com> Date: Fri, 18 Dec 2020 13:18:22 +0530 Subject: [PATCH] Update doc/guide/build.hpp Co-authored-by: Ryan Curtin --- doc/guide/build.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/build.hpp b/doc/guide/build.hpp index 6a5c64a4ea..2aa3e9e17b 100644 --- a/doc/guide/build.hpp +++ b/doc/guide/build.hpp @@ -264,10 +264,10 @@ $ ./bin/mlpack_test "[testname]" @endcode where testname is the name of the test suite. -For example to run all collaborative filtering tests implemented in cv_test.cpp you can run: +For example to run all collaborative filtering tests implemented in cf_test.cpp you can run: @code -./bin/mlpack_test "[CVTest]" +./bin/mlpack_test "[CFTest]" @endcode Now similarly you can run all the binding related tests using: