This commit is contained in:
dlichteblau
2006-08-20 11:48:58 +00:00
parent ada9fb8e7b
commit cae5f924c3
3 changed files with 10 additions and 4 deletions

View File

@ -713,8 +713,14 @@
(lisp (slurp-test (merge-pathnames href test-directory)))
(cxml::*validate* nil))
(print lisp)
(fresh-line)
(when lisp
(funcall (compile nil lisp)))))
#+(or)
(run-all-tests "~/src/2001/DOM-Test-Suite/")
(domtest::run-all-tests "/home/david/2001/DOM-Test-Suite/")
#+(or)
(domtest::run-test "/home/david/2001/DOM-Test-Suite/"
1
"attrcreatedocumentfragment.xml")