Show
Ignore:
Timestamp:
08/12/09 16:47:33 (15 years ago)
Author:
smidl
Message:

LQG basic implementation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r506 r508  
    77link_directories (./unittest-cpp) 
    88 
    9 SET(testutil_src egiw_harness.cpp egiw_harness.h epdf_harness.cpp epdf_harness.h mat_checks.cpp mat_checks.h mpdf_harness.cpp mpdf_harness.h square_mat_point.cpp square_mat_point.h test_util.cpp test_util.h) 
     9SET(testutil_src egiw_harness.cpp egiw_harness.h epdf_harness.cpp epdf_harness.h mat_checks.cpp mat_checks.h  
     10        mpdf_harness.cpp mpdf_harness.h square_mat_point.cpp square_mat_point.h test_util.cpp test_util.h) 
    1011 
    1112add_library(testutil ${testutil_src}) 
     
    1617LINK_EXEC(square_mat_stress) 
    1718 
    18 add_executable(square_mat_prep additive_generator.cpp additive_generator.h generator.cpp generator.h size_generator.cpp size_generator.h square_mat_prep.cpp) 
     19add_executable(square_mat_prep additive_generator.cpp additive_generator.h generator.cpp generator.h  
     20        size_generator.cpp size_generator.h square_mat_prep.cpp) 
    1921target_link_libraries(square_mat_prep testutil) 
    2022LINK_EXEC(square_mat_prep) 
     
    3941# using UnitTest++ 
    4042add_executable(testsuite datalink_test.cpp egiw_test.cpp emix_test.cpp epdf_test.cpp loggers_test.cpp merger_test.cpp mpdf_test.cpp rv_test.cpp shared_ptr_test.cpp square_mat_test.cpp testsuite.cpp user_info_test.cpp) 
     43        mpdf_test.cpp rv_test.cpp shared_ptr_test.cpp square_mat_test.cpp testsuite.cpp user_info_test.cpp) 
    4144target_link_libraries(testsuite testutil unittest) 
    4245LINK_EXEC(testsuite)