summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libparserutils/; revision=14003
* Remove init/final code and turn aliases into static data structure. r=vinceDaniel Silverstone2010-12-041-2/+2
| | | | svn path=/trunk/libparserutils/; revision=10961
* Port to new test scheme.John Mark Bell2009-03-251-2/+4
| | | | | | Fix aliases test to work in release mode. svn path=/trunk/libparserutils/; revision=6871
* Fix test targetJohn Mark Bell2009-03-241-5/+2
| | | | svn path=/trunk/libparserutils/; revision=6855
* Port to new buildsystemJohn Mark Bell2009-03-241-103/+6
| | | | svn path=/trunk/libparserutils/; revision=6854
* Remove dict, hash and rbtree from libparserutilsDaniel Silverstone2009-02-141-1/+1
| | | | svn path=/trunk/libparserutils/; revision=6512
* New datastructures:John Mark Bell2008-11-301-1/+1
| | | | | | | | | + Chunked array + Hash table (open addressing) Constify parameter to parserutils_stack_push svn path=/trunk/libparserutils/; revision=5850
* Fix double free of filter read codec when resetting to an unsupported encoding.John Mark Bell2008-11-091-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5657
* Native RO makefile. Don't expect anything other than make/make debug to ↵John Mark Bell2008-09-071-0/+6
| | | | | | actually work thanks to insane amounts of buggy behaviour in the OS/runtime that I can't find the energy to work around. svn path=/trunk/libparserutils/; revision=5270
* Dependency trackingJohn Mark Bell2008-09-051-1/+19
| | | | svn path=/trunk/libparserutils/; revision=5257
* Tidy up CFLAGS/LDFLAGSJohn Mark Bell2008-09-051-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5249
* ISO-8859-n test dataJohn Mark Bell2008-09-051-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5247
* Fix stupid.John Mark Bell2008-09-041-2/+2
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* - parserutils_charset_utf16_to_ucs4(): fixed surrogate handling.John Tytgat2008-06-281-2/+2
| | | | | | | - cscodec-utf8.c(run_test): Added more asserts. - Added UTF-16 tester (based on the UTF-8 one). svn path=/trunk/libparserutils/; revision=4472
* Have some generic dictionary implementation.John Mark Bell2008-05-101-1/+2
| | | | | | Even comes with testcases, which is nice. svn path=/trunk/libparserutils/; revision=4138
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+80
svn path=/trunk/libparserutils/; revision=4111