summaryrefslogtreecommitdiff
path: root/test/binding.c
Commit message (Collapse)AuthorAgeFilesLines
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-221-0/+2
| | | | | | Make test/binding.c include stdio.h itself rather than relying on other things to include it. svn path=/trunk/dom/; revision=3568
* Stop TestObject appending .xml to the filename -- the auto-generated ↵John Mark Bell2007-09-191-1/+1
| | | | | | | | testcases already have it appended. Fixup binding testcase appropriately. svn path=/trunk/dom/; revision=3552
* Fix binding.c API usage.John Mark Bell2007-07-221-1/+1
| | | | | | Modify testcase Makefile to build things other than the XML-based testsuite svn path=/trunk/dom/; revision=3460
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-151-0/+29
Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419