From cc94e5168f0853fcb7d95ea04cb93388df7d2b4d Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 15 Aug 2020 19:02:52 +0100 Subject: Add missing test to python test-suite --- Examples/test-suite/python/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index 4c0507cbb..1ba1bb3f5 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -85,6 +85,7 @@ CPP11_TEST_CASES = \ cpp11_shared_ptr_const \ cpp11_shared_ptr_nullptr_in_containers \ cpp11_shared_ptr_overload \ + cpp11_shared_ptr_template_upcast \ cpp11_shared_ptr_upcast \ cpp11_std_unordered_map \ cpp11_std_unordered_multimap \ -- cgit v1.2.1