summaryrefslogtreecommitdiff
path: root/common/tests/test-buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-199/+0
| | | | Still use recursive for documentation and translation.
* Our own unit testing frameworkStef Walter2013-05-211-64/+49
| | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code
* Use putenv() instead of setenv()Stef Walter2013-03-031-1/+1
| | | | Since older operating systems don't support setenv()
* Add generic buffer codeStef Walter2013-02-041-0/+214
Represents a block of memory that can be added to, parsed and so on