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

test:: compile
	cd tests && ${MAKE} test

clean::
	cd tests && ${MAKE} clean

