diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-05-11 10:38:46 -0700 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-05-11 10:38:46 -0700 |
commit | 6df61e1f2409e336dc4ae68eaeae7d0638e65a9d (patch) | |
tree | 2de77fed10627294c4d2a1ed18d3e690a9552b14 /tests/SConscript | |
parent | 93f2f69657d0a2420a2c86b71505e6d27e6e2a38 (diff) | |
download | gem5-6df61e1f2409e336dc4ae68eaeae7d0638e65a9d.tar.xz |
ruby: Set up Ruby regression tests.
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript index cfaec5127..a44a9a593 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -265,6 +265,9 @@ else: configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp'] +# Hack for Ruby +configs += [c + '-ruby' for c in configs] + cwd = os.getcwd() os.chdir(str(Dir('.').srcdir)) for config in configs: |