summaryrefslogtreecommitdiff
path: root/test/test_heap.c
AgeCommit message (Collapse)Author
2014-06-12Remove use of USUAL_ALLOCMarko Kreen
2013-01-05tests: remove headers already included by base.hMarko Kreen
2013-01-04Remove remaining C++ comments from source tree.Marko Kreen
I like to use them for debugging, to show that this comment is temporary, but that also means they should not stay around.
2010-11-22Fix couple bugs in regtests, makefile cleanupMarko Kreen
Now the makefile does not depend on top-level makefile, regtest is built as ordinary executable.
2010-10-12heap: convert inline implemenatation to regular oneMarko Kreen
the minor performance advantages are not worth more complex use.
2010-09-26test: fix few compat problemsMarko Kreen
- include <usual/base.h> before system includes - don't force poll() test, it can conflict with system includes
2010-05-04test: new regtest based on tinytestMarko Kreen