diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-11 19:44:34 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-11 19:44:34 -0400 |
commit | a63cc2ff5fbba0e42a7aa39bfce6b6e2310fd52a (patch) | |
tree | 0952c5678b449ffd8def645fec2b714c4960df9e /tests/SConscript | |
parent | eea2b02b04a3076969dd607aca739b96d94b6155 (diff) | |
parent | f21e80ec72cf68ad859f18a2886297004ea9f959 (diff) | |
download | gem5-a63cc2ff5fbba0e42a7aa39bfce6b6e2310fd52a.tar.xz |
Merge Ruby Stuff
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript index cfaec5127..b9c08cb14 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -265,6 +265,10 @@ else: configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp'] +if env['RUBY']: + # Hack for Ruby + configs += [c + '-ruby' for c in configs] + cwd = os.getcwd() os.chdir(str(Dir('.').srcdir)) for config in configs: |