d8feabb353b3c2650facea4afd08c86bb56e5549
kent
  Fri Apr 6 16:51:54 2012 -0700
Moving autoSql and autoDtd and autoXml back to just under hg.  A little autoSql -django fix.
diff --git src/hg/autoDtd/doTest src/hg/autoDtd/doTest
new file mode 100755
index 0000000..0528b79
--- /dev/null
+++ src/hg/autoDtd/doTest
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+for T in hotnews chado shapes
+do
+    autoDtd test/${T}/in.xml test/${T}/out.dtd \
+	test/${T}/out.stats -tree=test/${T}/out.tree -atree=test/${T}/out.atree
+    diff test/${T}/expected.dtd test/${T}/out.dtd
+    diff test/${T}/expected.stats test/${T}/out.stats
+    diff test/${T}/expected.tree test/${T}/out.tree
+    diff test/${T}/expected.atree test/${T}/out.atree
+done
+
+#	$Id: doTest,v 1.4 2005/12/20 17:55:27 kent Exp $