From 8fe1228f3e2a3ba3f43f2664e333675f2644236e Mon Sep 17 00:00:00 2001 From: Erin Le Date: Thu, 31 Oct 2024 14:45:01 -0700 Subject: [PATCH] scons, ext-testlib: rename NULL_All_Ruby to use all caps This commit renames NULL_All_Ruby to NULL_ALL_RUBY and adds a tag for this build for testlib. These changes were made so the NULL_All_Ruby build could be used with testlib. --- build_opts/{NULL_All_Ruby => NULL_ALL_RUBY} | 0 ext/testlib/configuration.py | 1 + 2 files changed, 1 insertion(+) rename build_opts/{NULL_All_Ruby => NULL_ALL_RUBY} (100%) diff --git a/build_opts/NULL_All_Ruby b/build_opts/NULL_ALL_RUBY similarity index 100% rename from build_opts/NULL_All_Ruby rename to build_opts/NULL_ALL_RUBY diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py index 53d4476aec..92a9df85f0 100644 --- a/ext/testlib/configuration.py +++ b/ext/testlib/configuration.py @@ -253,6 +253,7 @@ def define_constants(constants): constants.power_tag = "POWER" constants.null_tag = "NULL" constants.all_compiled_tag = "ALL" + constants.null_all_ruby = "NULL_All_Ruby" constants.variant_tag_type = "variant" constants.opt_tag = "opt"