diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2012-07-10 22:51:55 -0700 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2012-07-10 22:51:55 -0700 |
commit | b00fe08cc9338cb96a151a8cd3c3d1498c716989 (patch) | |
tree | e6fdf2b84d5c80ff492a9ff9522e860a7ccc1c7e /tests/configs/rubytest-ruby.py | |
parent | 387f843d513dd80554cb6361da36ba805dfbcea2 (diff) | |
download | gem5-b00fe08cc9338cb96a151a8cd3c3d1498c716989.tar.xz |
regress: ruby stat additions and config changes
Diffstat (limited to 'tests/configs/rubytest-ruby.py')
-rw-r--r-- | tests/configs/rubytest-ruby.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/configs/rubytest-ruby.py b/tests/configs/rubytest-ruby.py index 7af206af8..4b5b3a19c 100644 --- a/tests/configs/rubytest-ruby.py +++ b/tests/configs/rubytest-ruby.py @@ -40,6 +40,7 @@ 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/topologies') import Ruby import Options |