From 1b49c56679b18b068e04cfe074bf984897fe656b Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Tue, 2 Aug 2011 00:10:08 -0500 Subject: Scons: Drop RUBY as compile time option. This patch drops RUBY as a compile time option. Instead the PROTOCOL option is used to figure out whether or not to build Ruby. If the specified protocol is 'None', then Ruby is not compiled. --- tests/SConscript | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/SConscript b/tests/SConscript index 2316d9092..58a959669 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -289,16 +289,6 @@ else: 'inorder-timing', 'rubytest'] if env['RUBY']: - # With Ruby, A protocol must be specified in the environment - assert(env['PROTOCOL']) - - # - # Is there a way to determine what is Protocol EnumVariable - # default and eliminate the need to hard code the default protocol below? - # - # If the binary includes the default ruby protocol, run both ruby and - # non-ruby versions of the tests. Otherwise just run the ruby versions. - # if env['PROTOCOL'] == 'MI_example': configs += [c + "-ruby" for c in configs] else: -- cgit v1.2.3