Add test cases to C++11 list
This commit is contained in:
parent
0f18b430fb
commit
4fe9406fae
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue