[ruby] add simple tests for std unordered containers.

This commit is contained in:
Takashi Tamura 2017-04-22 16:32:52 +09:00
commit 70740c51d0
5 changed files with 26 additions and 0 deletions

View file

@ -35,6 +35,10 @@ CPP11_TEST_CASES = \
cpp11_hash_tables \
cpp11_shared_ptr_upcast \
cpp11_shared_ptr_const \
cpp11_std_unordered_map \
cpp11_std_unordered_multimap \
cpp11_std_unordered_set \
cpp11_std_unordered_multiset
C_TEST_CASES += \
li_cstring \