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

test::
	./doTest.sh $A

clean::
	rm -fr tests/output
