summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-09-25 08:40:31 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-09-25 08:40:31 +0100
commit8080ed1bb1f6eccbecf0c5df97138ae40bff2ea2 (patch)
tree67fc38beb45d9c6117ab4ec428a9c9707c8bc84c /Examples/test-suite/octave
parented4b84f4d3912a29e03aa1c0a9e8160a884e09d7 (diff)
downloadswig-8080ed1bb1f6eccbecf0c5df97138ae40bff2ea2.tar.gz
Add std::shared_ptr testcases to Octave
Diffstat (limited to 'Examples/test-suite/octave')
-rw-r--r--Examples/test-suite/octave/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/test-suite/octave/Makefile.in b/Examples/test-suite/octave/Makefile.in
index 31a86fb66..f5ad0e8a5 100644
--- a/Examples/test-suite/octave/Makefile.in
+++ b/Examples/test-suite/octave/Makefile.in
@@ -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 \