Expand std::shared_ptr testing to C# D Java Python

This commit is contained in:
William S Fulton 2017-09-22 20:03:47 +01:00
commit f5e1856650
8 changed files with 112 additions and 9 deletions

View file

@ -44,6 +44,9 @@ CPP_TEST_CASES = \
# li_boost_intrusive_ptr
CPP11_TEST_CASES = \
cpp11_shared_ptr_const \
cpp11_shared_ptr_nullptr_in_containers \
cpp11_shared_ptr_upcast \
cpp11_strongly_typed_enumerations_simple \
include $(srcdir)/../common.mk