diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-03-21 21:22:22 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2010-03-21 21:22:22 -0700 |
commit | 7aba8d7db0c73d723863a90513b1e6511a386000 (patch) | |
tree | c9a587ab10b1d6826d066be829844aea51f651b8 /tests/configs/rubytest-ruby.py | |
parent | b55e69ccace9ff7ff01714d2da81fb42e9733ae6 (diff) | |
download | gem5-7aba8d7db0c73d723863a90513b1e6511a386000.tar.xz |
ruby: Regression updates for new ruby config locations
Diffstat (limited to 'tests/configs/rubytest-ruby.py')
-rw-r--r-- | tests/configs/rubytest-ruby.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/configs/rubytest-ruby.py b/tests/configs/rubytest-ruby.py index cd485f819..5bdfe39dd 100644 --- a/tests/configs/rubytest-ruby.py +++ b/tests/configs/rubytest-ruby.py @@ -43,6 +43,8 @@ config_root = os.path.dirname(config_path) m5_root = os.path.dirname(config_root) addToPath(config_root+'/configs/common') addToPath(config_root+'/configs/ruby') +addToPath(config_root+'/configs/ruby/protocols') +addToPath(config_root+'/configs/ruby/topologies') import Ruby |