84e2956319cf935eb9df4f28db15965e92660db8
hiram
  Thu Apr 4 11:58:14 2013 -0700
fixup test target to be test:: to avoid conflict with userApp.mk refs #9104
diff --git src/hg/estOrient/makefile src/hg/estOrient/makefile
index dcb7acd..f186810 100644
--- src/hg/estOrient/makefile
+++ src/hg/estOrient/makefile
@@ -1,9 +1,3 @@
 kentSrc = ../..
 A = estOrient
 include $(kentSrc)/inc/userApp.mk
-
-test:
-	cd tests && ${MAKE} test
-
-clean::
-	cd tests && ${MAKE} clean