Show
Ignore:
Timestamp:
11/24/09 17:26:50 (14 years ago)
Author:
mido
Message:

a small improvement of TestRunner?, now cleaning enviroment for each test - but it did not help, merger_2d_stress (and others) is stil running improperly

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/unittest-cpp/CMakeLists.txt

    r691 r736  
    1212add_library(unittest ${unittest_src}) 
    1313 
     14target_link_libraries(unittest  bdm) 
     15 
     16 
    1417# From CMake version 2.8, it is not allowed to add subdirectories without  
    1518# their CMakeLists, therfore the following two lines were commented out: