mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
ensured there is a default test to run
This commit is contained in:
parent
84fe36d084
commit
9f6f776460
@ -174,7 +174,7 @@ bool bNumber( int &ri, const char * & pstr, bool bGobbleWhiteSpace = true )
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
// Decode command-line parameters. 1st one is which test to run
|
// Decode command-line parameters. 1st one is which test to run
|
||||||
int iTestNum = 2;
|
int iTestNum = 4;
|
||||||
|
|
||||||
for(int i = 1 ; i < argc ; i++ ) {
|
for(int i = 1 ; i < argc ; i++ ) {
|
||||||
std::cout << "argv[" << i << "]=\"" << argv[i] << "\"" << std::endl;
|
std::cout << "argv[" << i << "]=\"" << argv[i] << "\"" << std::endl;
|
||||||
@ -232,7 +232,7 @@ int main(int argc, char *argv[])
|
|||||||
test_Perambulators( application );
|
test_Perambulators( application );
|
||||||
test_DistilVectors( application );
|
test_DistilVectors( application );
|
||||||
break;
|
break;
|
||||||
case 4: // 4
|
default: // 4
|
||||||
test_Global( application );
|
test_Global( application );
|
||||||
test_LapEvec( application );
|
test_LapEvec( application );
|
||||||
test_Perambulators( application );
|
test_Perambulators( application );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user