Show
Ignore:
Timestamp:
08/09/10 15:57:32 (21 months ago)
Author:
westram
Message:
  • unit-tester switches to run directory itself
    • eliminates path hack for valgrind
  • control leak-check by variable
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/refactor/UNIT_TESTER/UnitTester.cxx

    r6746 r6809  
    215215    // it is invoked from code generated by sym2testcode.pl@InvokeUnitTester 
    216216 
     217    TEST_ASSERT_ZERO_OR_SHOW_ERRNO(chdir("run")); 
     218     
    217219    size_t tests  = 0; 
    218220    size_t passed = 0; 
     
    238240                             duration_ms, global.warnings)); 
    239241    } 
    240      
     242 
    241243    arb_test::GlobalTestData::erase_instance(); 
    242244    exit(tests == passed ? EXIT_SUCCESS : EXIT_FAILURE);