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

test:: 
	./doTest

clean::
	rm -fr test/out.xml
