summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix binding.c API usage.John Mark Bell2007-07-221-1/+10
| | | | | | Modify testcase Makefile to build things other than the XML-based testsuite svn path=/trunk/dom/; revision=3460
* Silence GCC/LD command lines when building test cases.John Mark Bell2007-07-211-10/+11
| | | | | | Improve structure of xml-based testsuite svn path=/trunk/dom/; revision=3452
* Fix RISC OS buildJohn Mark Bell2007-07-201-6/+7
| | | | svn path=/trunk/dom/; revision=3446
* Silence XSLT invocation.John Mark Bell2007-07-201-1/+2
| | | | | | Ensure generated testcase source files are deleted from clean target. svn path=/trunk/dom/; revision=3445
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-191-2/+13
| | | | svn path=/trunk/dom/; revision=3443
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-151-3/+4
| | | | | | Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419
* Import DOM library.John Mark Bell2007-07-061-0/+60
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384