Changeset 865 for library/tests

Show
Ignore:
Timestamp:
03/15/10 18:31:30 (14 years ago)
Author:
mido
Message:

a small patch of LOG_LEVEL and also a minor change made on the testsuite

Files:
1 modified

Legend:

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

    r722 r865  
    1212        if ( argc > 1 ) { 
    1313                if ( !strcmp ( argv[1], "print" ) ) 
     14                { 
    1415                        print_test_list(); 
     16                        return 0; 
     17                } 
    1518                else 
    1619                        pick_selected_tests ( argc, argv );