summaryrefslogtreecommitdiff
path: root/src/unittest/SConscript
AgeCommit message (Collapse)Author
2011-04-15unittest: Make unit tests capable of using swig and python, convert stattestNathan Binkert
2011-01-18Unit tests: Define a header file for common unit testing functions/macros.Gabe Black
2011-01-10RefCount: 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-19SCons: Support building without an ISAAli Saidi
2008-10-02unittest: Add unit tests to the scons framework.Nathan Binkert
Also fix the unit tests so they actually compile correctly.