Show
Ignore:
Timestamp:
07/17/09 14:40:39 (15 years ago)
Author:
vbarta
Message:

added basic smart pointer

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/CMakeLists.txt

    r418 r419  
    4242 
    4343# using UnitTest++ 
    44 add_executable(testsuite testsuite.cpp test_user_info.cpp) 
     44add_executable(testsuite testsuite.cpp test_user_info.cpp test_shared_ptr.cpp) 
    4545target_link_libraries(testsuite bdm itpp unittest) 
    4646