mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed command line option descriptions.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403540
This commit is contained in:
parent
cabf9fc577
commit
61ef4aeff4
@ -37,7 +37,7 @@ namespace
|
||||
) :
|
||||
tester (
|
||||
"test_dot", // the command line argument name for this test
|
||||
"Run example tests.", // the command line argument description
|
||||
"Run test for DOT routines.", // the command line argument description
|
||||
0 // the number of command line arguments for this test
|
||||
)
|
||||
{}
|
||||
|
@ -37,7 +37,7 @@ namespace
|
||||
) :
|
||||
tester (
|
||||
"test_gemm", // the command line argument name for this test
|
||||
"Run example tests.", // the command line argument description
|
||||
"Run tests for GEMM routines.", // the command line argument description
|
||||
0 // the number of command line arguments for this test
|
||||
)
|
||||
{}
|
||||
|
@ -37,7 +37,7 @@ namespace
|
||||
) :
|
||||
tester (
|
||||
"test_gemv", // the command line argument name for this test
|
||||
"Run example tests.", // the command line argument description
|
||||
"Run tests for GEMV routines.", // the command line argument description
|
||||
0 // the number of command line arguments for this test
|
||||
)
|
||||
{}
|
||||
|
@ -37,7 +37,7 @@ namespace
|
||||
) :
|
||||
tester (
|
||||
"test_ger", // the command line argument name for this test
|
||||
"Run example tests.", // the command line argument description
|
||||
"Run tests for GER routines.", // the command line argument description
|
||||
0 // the number of command line arguments for this test
|
||||
)
|
||||
{}
|
||||
|
@ -40,7 +40,7 @@ namespace
|
||||
) :
|
||||
tester (
|
||||
"test_vector", // the command line argument name for this test
|
||||
"Run example tests.", // the command line argument description
|
||||
"Run tests on dlib::vector.", // the command line argument description
|
||||
0 // the number of command line arguments for this test
|
||||
)
|
||||
{}
|
||||
|
Loading…
Reference in New Issue
Block a user