From cedf4a2c2fddd5c6c45d7c12bb455db0458014b0 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 25 Mar 2019 18:54:08 +0000 Subject: [PATCH] More python std::list testing --- 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 1402239b9..0151f5918 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -45,6 +45,7 @@ CPP_TEST_CASES += \ li_factory \ li_implicit \ li_std_containers_int \ + li_std_list \ li_std_map_member \ li_std_multimap \ li_std_pair_extra \