aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_heap.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+1
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman1-3/+3
2010-06-10Fix an off by one error that caused a unit test to occasionally crash.russell1-1/+1
2010-05-06Add test case for removing random elements from a heap.russell1-2/+99
2010-02-11fixes some test description formatting inconsistencies so log file looks nicedvossel1-2/+1
2010-02-09Various updates to the unit test API.russell1-10/+16
2010-01-25Make unit test modules depend on TEST_FRAMEWORK instead of off by default.russell1-1/+1
2009-12-22Unit Test Framework APIdvossel1-70/+52
2009-04-10Disable test modules by default.russell1-0/+4
2009-02-17Add a test module for the heap implementation.russell1-0/+219