Add std::shared_ptr testcases to Octave

This commit is contained in:
William S Fulton 2017-09-25 08:40:31 +01:00
commit 8080ed1bb1

View file

@ -16,6 +16,12 @@ CPP_TEST_CASES += \
octave_cell_deref\
octave_dim
CPP11_TEST_CASES += \
cpp11_shared_ptr_const \
cpp11_shared_ptr_nullptr_in_containers \
cpp11_shared_ptr_overload \
cpp11_shared_ptr_upcast \
CPP_TEST_BROKEN += \
implicittest \
li_implicit \