summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave
diff options
context:
space:
mode:
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 \