Revision 721, 0.8 kB
(checked in by mido, 15 years ago)
|
stresssuite - halfway point
|
Line | |
---|
1 | |
---|
2 | add_executable(square_mat_stress square_mat_stress.cpp) |
---|
3 | target_link_libraries(square_mat_stress testutil unittest) |
---|
4 | LINK_EXEC(square_mat_stress) |
---|
5 | |
---|
6 | add_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) |
---|
8 | target_link_libraries(square_mat_prep testutil) |
---|
9 | LINK_EXEC(square_mat_prep) |
---|
10 | |
---|
11 | |
---|
12 | # using UnitTest++ |
---|
13 | |
---|
14 | add_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 |
---|
16 | blas_stress.cpp ) |
---|
17 | |
---|
18 | target_link_libraries(stresssuite testutil unittest) |
---|
19 | LINK_EXEC(stresssuite) |
---|
20 | |
---|