History log of /gem5/src/unittest/symtest.cc
Revision Date Author Comments
# 10055:6153b582c9b5 30-Jan-2014 Ola Jeppsson <ola.jeppsson@gmail.com>

unittest: Fix build errors

Committed by: Nilay Vaish <nilay@cs.wisc.edu>


# 8229:78bf55f23338 15-Apr-2011 Nathan Binkert <nate@binkert.org>

includes: sort all includes


# 5584:e08e65fd0f76 02-Oct-2008 Nathan Binkert <nate@binkert.org>

unittest: Add unit tests to the scons framework.
Also fix the unit tests so they actually compile correctly.


# 2665:a124942bacb8 31-May-2006 Ali Saidi <saidi@eecs.umich.edu>

Updated Authors from bk prs info


# 2632:1bb2f91485ea 22-May-2006 Steve Reinhardt <stever@eecs.umich.edu>

New directory structure:
- simulator source now in 'src' subdirectory
- imported files from 'ext' repository
- support building in arbitrary places, including
outside of the source tree. See comment at top
of SConstruct file for more details.
Regression tests are temporarily disabled; that
syetem needs more extensive revisions.

SConstruct:
Update for new directory structure.
Modify to support build trees that are not subdirectories
of the source tree. See comment at top of file for
more details.
Regression tests are temporarily disabled.
src/arch/SConscript:
src/arch/isa_parser.py:
src/python/SConscript:
Update for new directory structure.