Add test cases to C++11 list

This commit is contained in:
Brad Kotsopoulos 2018-11-24 10:00:23 -05:00 committed by GitHub
commit 4fe9406fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,6 @@ CPP_TEST_CASES = \
li_std_list \
li_std_map \
li_std_set \
li_std_unordered_map \
li_std_unordered_set \
# li_boost_intrusive_ptr
CPP11_TEST_CASES = \
@ -56,6 +54,8 @@ CPP11_TEST_CASES = \
cpp11_shared_ptr_overload \
cpp11_shared_ptr_upcast \
cpp11_strongly_typed_enumerations_simple \
li_std_unordered_map \
li_std_unordered_set \
DOXYGEN_TEST_CASES := \
doxygen_parsing_enums_simple \