diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-07-21 15:56:35 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-07-21 15:56:35 -0400 |
commit | a6c2e5cca0d6dde79d2d011d5d0c6e4b5208b8d5 (patch) | |
tree | db84e1e6fae7d2970a22cfaf3fffdad33cca061b /tests/halt.sh | |
parent | acf9cf21a286828203b4f6d74d730fd8f3d0203d (diff) | |
download | gem5-a6c2e5cca0d6dde79d2d011d5d0c6e4b5208b8d5.tar.xz |
Rearrange the FS configs to be more shared. Also check in the full-system tests. Reference stats coming soon.
configs/test/fs.py:
Pull out a lot of common code and put it into configs/common/FSConfig.py.
--HG--
extra : convert_revision : 175b18d75f82ddecbcc9a6418fe40df314db55d5
Diffstat (limited to 'tests/halt.sh')
-rw-r--r-- | tests/halt.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/halt.sh b/tests/halt.sh new file mode 100644 index 000000000..b1332ebab --- /dev/null +++ b/tests/halt.sh @@ -0,0 +1 @@ +m5 exit |