Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-15 | unittest: Make unit tests capable of using swig and python, convert stattest | Nathan Binkert | |
2011-01-18 | Unit tests: Define a header file for common unit testing functions/macros. | Gabe Black | |
2011-01-10 | RefCount: Add a unit test for reference counting pointers. | Gabe Black | |
This test exercises each of the functions in the reference counting pointer implementation individually (except get()) and verifies they have some minimially expected behavior. It also checks that reference counted objects are freed when their usage count goes to 0 in some basic situations, specifically a pointer being set to NULL and a pointer being deleted. | |||
2010-11-19 | SCons: Support building without an ISA | Ali Saidi | |
2008-10-02 | unittest: Add unit tests to the scons framework. | Nathan Binkert | |
Also fix the unit tests so they actually compile correctly. |