root/library/tests/stresssuite/CMakeLists.txt @ 721

Revision 721, 0.8 kB (checked in by mido, 15 years ago)

stresssuite - halfway point

Line 
1
2add_executable(square_mat_stress square_mat_stress.cpp)
3target_link_libraries(square_mat_stress testutil unittest)
4LINK_EXEC(square_mat_stress)
5
6add_executable(square_mat_prep additive_generator.cpp additive_generator.h generator.cpp generator.h
7        size_generator.cpp size_generator.h square_mat_prep.cpp)
8target_link_libraries(square_mat_prep testutil)
9LINK_EXEC(square_mat_prep)
10
11
12# using UnitTest++
13
14add_executable(stresssuite stresssuite.cpp resample_stress.cpp arx_stress.cpp arx_elem_stress.cpp merger_2d_stress.cpp merger_iter_stress.cpp mixtures_stress.cpp kalman_stress.cpp particle_stress.cpp
15#kalman_QR_stress.cpp kalman_QRexh_stress.cpp
16blas_stress.cpp )
17
18target_link_libraries(stresssuite testutil unittest)
19LINK_EXEC(stresssuite)
20
Note: See TracBrowser for help on using the browser.