Changeset 691 for library/tests
- Timestamp:
- 11/02/09 16:42:44 (15 years ago)
- Location:
- library/tests
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/CMakeLists.txt
r629 r691 27 27 EXEC(arx_test) 28 28 EXEC(arx_elem_test) 29 29 30 EXEC(merger_2d_test) 30 31 EXEC(merger_iter_test) … … 39 40 40 41 # using UnitTest++ 42 43 SET(unit_test_configurations mepdf.cfg egiw.cfg mlnorm.cfg edirich.cfg mprod.cfg generator.cfg epdfds.cfg mpdfds.cfg test_user_info_input.cfg merger.cfg erroneous.cfg egamma.cfg test_user_info_external.cfg merger_error.cfg mgamma.cfg enorm.cfg) 44 41 45 add_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 42 mpdf_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) 46 mpdf_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} ) 47 48 set_source_files_properties(${unit_test_configurations} PROPERTIES HEADER_FILE_ONLY TRUE) 49 source_group(Configurations FILES ${unit_test_configurations}) 50 43 51 target_link_libraries(testsuite testutil unittest) 44 52 LINK_EXEC(testsuite) -
library/tests/unittest-cpp/CMakeLists.txt
r689 r691 13 13 14 14 # From CMake version 2.8, it is not allowed to add subdirectories without 15 # their CMakeLists, therfore were the following two linescommented out:15 # their CMakeLists, therfore the following two lines were commented out: 16 16 # add_subdirectory(Posix) 17 17 # add_subdirectory(Win32)