diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 1d35e0fc2..39d4f1fa6 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -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 \ diff --git a/Examples/test-suite/ruby/Makefile.in b/Examples/test-suite/ruby/Makefile.in index d94ac7061..a127860b0 100644 --- a/Examples/test-suite/ruby/Makefile.in +++ b/Examples/test-suite/ruby/Makefile.in @@ -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 \