kentSrc = ../..
A = autoDtd
include $(kentSrc)/inc/userApp.mk

clean::
	rm -f test/*/out.*

test::
	./doTest
