Show
Ignore:
Timestamp:
11/13/09 09:15:50 (15 years ago)
Author:
mido
Message:

stresssuite - halfway point

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/testsuite.cpp

    r717 r721  
    5656                } 
    5757        } else { 
    58                 cout << "usage: " << endl << 
    59                      "\"" << argv[0] << "\" - to run all unit tests " << endl << 
    60                      "\"" << argv[0] << " particular_test_1 particular_test_2\" - to run selected unit tests" << endl << 
    61                      "\"" << argv[0] << " print\" - to print all the implemented unit tests" << endl; 
     58                cout << endl << "TESTSUITE - a program covering all BDM unit tests." << endl << endl  
     59                     << argv[0] << " ....................................... run all unit tests" << endl  
     60                     << argv[0] << " particular_test_1 particular_test_2 ... run selected unit tests" << endl  
     61                     << argv[0] << " print ................................. print all the implemented unit tests" << endl; 
    6262        } 
    6363