Show
Ignore:
Timestamp:
08/03/09 16:22:41 (15 years ago)
Author:
vbarta
Message:

added a program (square_mat_prep) to generate configurably random matrices, changed square_mat_stress to use the generated agenda

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r462 r467  
    1212add_executable(square_mat_stress square_mat_stress.cpp) 
    1313target_link_libraries(square_mat_stress bdm itpp testutil unittest) 
     14 
     15add_executable(square_mat_prep additive_generator.cpp additive_generator.h generator.cpp generator.h size_generator.cpp size_generator.h square_mat_prep.cpp) 
     16target_link_libraries(square_mat_prep bdm itpp testutil) 
    1417 
    1518EXEC(emix_test)