Skip to content
Snippets Groups Projects
Commit 090a1d77 authored by Ho Yin Chan's avatar Ho Yin Chan
Browse files

trunk:fix the incorrect information in tutorial_code.dox

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2994 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 973945c1
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ MatrixUnitTest(). Then, inside MatrixUnitTest(), add the line:
UnitTestAddVec<Real>();
\endverbatim
It doesn't matter where in the function you add this.
Then type "make". There should be an error (a semicolon that should be
Then type "make test". There should be an error (a semicolon that should be
a comma); fix it and try again.
Now type "./matrix-lib-test". This should crash with an assertion failure,
because there was another mistake in the unit-test code. Next we will debug it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment