Ruby: Get rid of the dead ruby tester.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 11 Mar 2011 19:27:16 +0000 (11:27 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 11 Mar 2011 19:27:16 +0000 (11:27 -0800)
commita78e772929722364c809a0b9b07d7133629bf89c
tree12c3573e34f143936a0e49f256188e13af28a1dc
parentd7b55088756c2e26a7fd6375c08689cfdfa1ed33
Ruby: Get rid of the dead ruby tester.

None of the code in the ruby tester directory is compiled or referred to
outside of that directory. This change eliminates it. If it's needed in the
future, it can be revived from the history. In the mean time, this removes
clutter and the only use of the GEMS_ROOT scons variable.
14 files changed:
src/mem/ruby/tester/DeterministicDriver.cc [deleted file]
src/mem/ruby/tester/DeterministicDriver.hh [deleted file]
src/mem/ruby/tester/RaceyDriver.cc [deleted file]
src/mem/ruby/tester/RaceyDriver.hh [deleted file]
src/mem/ruby/tester/RaceyPseudoThread.cc [deleted file]
src/mem/ruby/tester/RaceyPseudoThread.hh [deleted file]
src/mem/ruby/tester/SConscript [deleted file]
src/mem/ruby/tester/SpecifiedGenerator.cc [deleted file]
src/mem/ruby/tester/SpecifiedGenerator.hh [deleted file]
src/mem/ruby/tester/Tester_Globals.hh [deleted file]
src/mem/ruby/tester/main.cc [deleted file]
src/mem/ruby/tester/main.hh [deleted file]
src/mem/ruby/tester/test_framework.cc [deleted file]
src/mem/ruby/tester/test_framework.hh [deleted file]