summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that 'make clean' removes the test INDEXDaniel Silverstone2012-11-031-1/+1
|
* Enable level2 core test suite, disabling all tests but documentgetelementbyid01Daniel Silverstone2012-08-061-0/+3
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Reenable core test suiteDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13589
* Enable the HTMLElement tests which passDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13588
* Sort the test indexDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13577
* Suppress strict aliasing warnings when compiling the testsuiteJohn Mark Bell2010-12-051-1/+1
| | | | svn path=/trunk/dom/; revision=11012
* "Enable" the HTML level 1 test suite. All cases fail currentlyDaniel Silverstone2010-12-051-0/+2
| | | | svn path=/trunk/dom/; revision=11004
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-041-14/+49
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-7/+6
| | | | svn path=/trunk/dom/; revision=9191
* Add test dir to include path. Probably useful for the DOMTS stuff.John Mark Bell2009-03-261-1/+1
| | | | svn path=/trunk/dom/; revision=6894
* Attempt to integrate DOMTS stuff.John Mark Bell2009-03-261-24/+18
| | | | | | | | This currently fails for two reasons: 1) XSLTProc doesn't like the input. 2) The build process bails before building any DOMTS tests. svn path=/trunk/dom/; revision=6890
* Add -I$(CURDIR) to TESTCFLAGSJohn Mark Bell2009-03-251-0/+2
| | | | svn path=/trunk/dom/; revision=6887
* First cut at a port to the new buildsystem.John Mark Bell2009-03-251-88/+23
| | | | | | DOMTS stuff currently disabled. svn path=/trunk/dom/; revision=6883
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-031-3/+1
| | | | svn path=/trunk/dom/; revision=6681
* Make TestObject support both HTML and XML documents and auto-detect which ↵John Mark Bell2007-11-041-4/+8
| | | | | | | | | | parser to use. Make binding testcase attempt to load an HTML document. Hubbub parser binding constructor takes Aliases file path as a parameter. Hubbub parser binding's token handler now spews debug at stdout. svn path=/trunk/dom/; revision=3648
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-221-1/+1
| | | | svn path=/trunk/dom/; revision=3573
* Rename testcase utility library to libdomtest -- libdebug made no senseJohn Mark Bell2007-09-221-1/+1
| | | | svn path=/trunk/dom/; revision=3571
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-221-4/+14
| | | | | | Make test/binding.c include stdio.h itself rather than relying on other things to include it. svn path=/trunk/dom/; revision=3568
* 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