4a3f3df9cab079354e8a9f4cf6c56f616f1ea0ab kent Fri Apr 6 16:29:22 2012 -0700 Removing MySQL linking dependency. diff --git src/utils/autoXml/doTest src/utils/autoXml/doTest new file mode 100755 index 0000000..80d799f --- /dev/null +++ src/utils/autoXml/doTest @@ -0,0 +1,5 @@ +#!/bin/csh +foreach t (polygon dasGff) + autoXml test/$t/$t.dtd test/$t/out/$t + diff -x CVS test/$t/expected test/$t/out +end