Move cpp11_hash_tables test to Ruby makefile until other languages work

This commit is contained in:
William S Fulton 2017-02-10 19:27:57 +00:00
commit 16b583ec25
2 changed files with 4 additions and 2 deletions

View file

@ -534,7 +534,7 @@ CPP_TEST_CASES += \
wrapmacro
# C++11 test cases.
CPP11_TEST_CASES = \
CPP11_TEST_CASES += \
cpp11_alignment \
cpp11_alternate_function_syntax \
cpp11_constexpr \
@ -545,7 +545,6 @@ CPP11_TEST_CASES = \
cpp11_explicit_conversion_operators \
cpp11_final_override \
cpp11_function_objects \
cpp11_hash_tables \
cpp11_inheriting_constructors \
cpp11_initializer_list \
cpp11_initializer_list_extend \

View file

@ -29,6 +29,9 @@ CPP_TEST_CASES = \
# ruby_li_std_speed
# stl_new
CPP11_TEST_CASES = \
cpp11_hash_tables \
C_TEST_CASES += \
li_cstring \
ruby_manual_proxy \