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

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

stresssuite - halfway point

Line 
1# using UnitTest++
2
3SET(unit_test_configurations egiw.cfg mlnorm.cfg edirich.cfg mprod.cfg generator.cfg epdfds.cfg pdfds.cfg user_info_valid.cfg merger.cfg  egamma.cfg user_info_external.cfg   user_info_valid.cfg user_info_matrix.cfg user_info_erroneous.cfg merger_error.cfg mgamma.cfg enorm.cfg mmix.cfg emix.cfg)
4
5add_executable(testsuite arx_straux_test.cpp datalink_test.cpp  datasource_test.cpp egiw_test.cpp emix_test.cpp epdf_test.cpp logger_test.cpp LQG_test.cpp merger_test.cpp pdf_test.cpp randun_test.cpp rectangular_support_test.cpp rv_test.cpp shared_ptr_test.cpp square_mat_test.cpp testsuite.cpp user_info_test.cpp  ${unit_test_configurations} )
6
7set_source_files_properties(${unit_test_configurations} PROPERTIES HEADER_FILE_ONLY TRUE)
8source_group(Configurations FILES ${unit_test_configurations})
9
10target_link_libraries(testsuite testutil unittest)
11LINK_EXEC(testsuite)
Note: See TracBrowser for help on using the browser.