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.
This commit is contained in:
Erin Le
2024-10-31 14:45:01 -07:00
committed by Bobby R. Bruce
parent 3535fd0449
commit 8fe1228f3e
2 changed files with 1 additions and 0 deletions

View File

@@ -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"