summaryrefslogtreecommitdiff
path: root/test/tree-buf.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Aliases file from test harnessesJohn Mark Bell2010-12-041-4/+4
| | | | svn path=/trunk/hubbub/; revision=10978
* Remove init/final and embed entity trie at build time. r=vinceDaniel Silverstone2010-12-041-5/+0
| | | | svn path=/trunk/hubbub/; revision=10976
* A load of c89 compatibility fixes.John Mark Bell2009-04-161-13/+25
| | | | | | GCC 2.95 doesn't understand -Wno-unused-parameter svn path=/trunk/hubbub/; revision=7103
* Manually merge r7070 into trunkJohn Mark Bell2009-04-151-49/+50
| | | | svn path=/trunk/hubbub/; revision=7082
* Make testcases compile in release modeJohn Mark Bell2009-03-251-0/+27
| | | | svn path=/trunk/hubbub/; revision=6878
* Port to new test scheme.John Mark Bell2009-03-251-1/+1
| | | | | | Avoid strict-aliasing warnings. svn path=/trunk/hubbub/; revision=6870
* Allow TESTTYPE=release to be specified to build the tests with the release ↵Daniel Silverstone2009-02-141-1/+3
| | | | | | | | | | CFLAGS. Add TARGET to the build paths. You should 'make distclean' before updating to this. Add BUILD_SHARED=yes support to the *nix build svn path=/trunk/hubbub/; revision=6478
* Return errors from parser constructor/destructor. This changes the public API.John Mark Bell2008-11-091-2/+2
| | | | svn path=/trunk/hubbub/; revision=5666
* Fixup dubious charsetsJohn Mark Bell2008-10-141-1/+1
| | | | svn path=/trunk/hubbub/; revision=5575
* Test driver for pre-specified chunk size testsJohn Mark Bell2008-08-181-0/+867
svn path=/trunk/hubbub/; revision=5151