Index: Makefile.msvc =================================================================== RCS file: /cvs/gnome/libxml2/win32/Makefile.msvc,v retrieving revision 1.22 diff -c -r1.22 Makefile.msvc *** a/Makefile.msvc 30 Apr 2004 12:56:46 -0000 1.22 --- b/Makefile.msvc 6 May 2004 14:19:04 -0000 *************** *** 302,308 **** # TESTS ! tests : XPathtests XPathtests : $(BINDIR)\testXPath.exe @echo. 2> .memdump --- 302,308 ---- # TESTS ! tests : XPathtests XMLtests Schematests XPathtests : $(BINDIR)\testXPath.exe @echo. 2> .memdump *************** *** 359,364 **** --- 359,367 ---- ) \ ) + Schematests: $(BINDIR)\testSchemas.exe + @testSchemas.bat $(BINDIR) $(XML_SRCDIR) +