rem TestSwish,bat rem rem Run all Swish and related test programs, assuming executable images rem have been built in the current directory. rem rem $Id: TestSwish.bat,v 1.2 2003/12/20 12:53:40 graham Exp $ rem goto swish DateTimeTest ParseTest ParseURITest URITest LookupMapTest GraphTest RDFGraphTest N3ParserTest N3FormatterTest rem New for swish 0.2.0: BuiltInMapTest ClassRestrictionRuleTest NamespaceTest QNameTest RDFDatatypeXsdIntegerTest RDFProofContextTest RDFProofTest RDFQueryTest RDFRulesetTest VarBindingTest :swish SwishTest goto end rem $Log: TestSwish.bat,v $ rem Revision 1.2 2003/12/20 12:53:40 graham rem Fix up code to compile and test with GHC 5.04.3 rem rem Revision 1.1 2003/05/29 13:04:42 graham rem All tests now compile and pass as stand-alone programs compiled rem using GHC. Added batch files to compile programs and run tests. rem :end