232074610513870c470c1263d3c46ff9b4ac3450
hiram
  Tue Apr 2 17:22:55 2013 -0700
minimal makefiles now in place for kentUtils build refs #9104
diff --git src/hg/test/makefile src/hg/test/makefile
index fa7ed21..d53723f 100644
--- src/hg/test/makefile
+++ src/hg/test/makefile
@@ -1,23 +1,3 @@
-include ../../inc/common.mk
-
-
-L += ${MYSQLLIBS} -lm 
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
-
-O = test.o
-
-test: lib ${O}
-	${CC} ${COPT} -o test $O ${MYLIBS} $L
-	@./test
-	@rm -f test
-
-compile: lib ${O}
-	${CC} ${COPT} -o test $O ${MYLIBS} $L
-	@./test
-
-lib:
-	cd ../../lib && ${MAKE}
-
-clean::
-	rm -f test ${O}
+kentSrc = ../..
+A = test
+include $(kentSrc)/inc/userApp.mk