Changeset 419 for library/tests
- Timestamp:
- 07/17/09 14:40:39 (15 years ago)
- Location:
- library/tests
- Files:
-
- 1 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/CMakeLists.txt
r418 r419 42 42 43 43 # using UnitTest++ 44 add_executable(testsuite testsuite.cpp test_user_info.cpp )44 add_executable(testsuite testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 45 45 target_link_libraries(testsuite bdm itpp unittest) 46 46