Add std::shared_ptr testcases to Octave
This commit is contained in:
parent
ed4b84f4d3
commit
8080ed1bb1
1 changed files with 6 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue