Changeset 132 for tests

Show
Ignore:
Timestamp:
07/07/08 15:49:00 (16 years ago)
Author:
smidl
Message:

opravy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/CMakeLists.txt

    r129 r132  
    3232add_executable (blas_test blas_test.cpp) 
    3333target_link_libraries (blas_test itpp) 
     34 
     35add_executable (struct_test struct_test.cpp) 
     36target_link_libraries (struct_test itpp) 
    3437 
    3538add_executable (test0 test0.cpp)