From 16b583ec25ff34b152d919f41697229be7df9ece Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 10 Feb 2017 19:27:57 +0000 Subject: [PATCH] Move cpp11_hash_tables test to Ruby makefile until other languages work --- Examples/test-suite/common.mk | 3 +-- Examples/test-suite/ruby/Makefile.in | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) 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 \