Update doc/guide/build.hpp
Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
co-authored by
Ryan Curtin
parent
8f9e632b4b
commit
eb7c5eb5c6
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user