Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57509 )

Change subject: tests: Add the 'constants.all_compiled_tag'
......................................................................

tests: Add the 'constants.all_compiled_tag'

This can be used to write tests which use the 'build/ALL/gem5.opt'
binary.

Change-Id: I7a94ac74b2e59493fa04f96e7f4c26bbf9772fbb
---
M ext/testlib/configuration.py
1 file changed, 16 insertions(+), 1 deletion(-)



diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py
index 95800de..ee5e2ac 100644
--- a/ext/testlib/configuration.py
+++ b/ext/testlib/configuration.py
@@ -239,6 +239,7 @@
     constants.mips_tag = 'MIPS'
     constants.power_tag = 'POWER'
     constants.null_tag = 'NULL'
+    constants.all_compiled_tag = 'ALL'

     constants.variant_tag_type = 'variant'
     constants.opt_tag = 'opt'
@@ -264,6 +265,7 @@
             constants.mips_tag,
             constants.power_tag,
             constants.null_tag,
+            constants.all_compiled_tag,
             ),
         constants.variant_tag_type: (
             constants.opt_tag,
@@ -291,7 +293,8 @@
         constants.riscv_tag : (constants.host_x86_64_tag,),
         constants.mips_tag  : (constants.host_x86_64_tag,),
         constants.power_tag : (constants.host_x86_64_tag,),
-        constants.null_tag  : (None,)
+        constants.null_tag  : (None,),
+        constants.all_compiled_tag: (None,),
     }

     constants.supported_isas = constants.supported_tags['isa']

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/57509
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I7a94ac74b2e59493fa04f96e7f4c26bbf9772fbb
Gerrit-Change-Number: 57509
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to