Update doc/guide/build.hpp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
Anmolpreet Singh
2020-12-18 13:18:22 +05:30
committed by GitHub
co-authored by Ryan Curtin
parent 8f9e632b4b
commit eb7c5eb5c6
+2 -2
View File
@@ -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: