cd9fcf3a5db3a44e5af268f4c3e7308b67ef5246
hiram
  Thu Apr 4 14:13:59 2013 -0700
fixup make test targets to function with userApp.sh refs #9104
diff --git src/hg/pslPartition/makefile src/hg/pslPartition/makefile
index 18cca16..9b58353 100644
--- src/hg/pslPartition/makefile
+++ src/hg/pslPartition/makefile
@@ -1,10 +1,3 @@
 kentSrc = ../..
 A = pslPartition
 include $(kentSrc)/inc/userApp.mk
-
-test:: compile
-	cd tests && ${MAKE} test
-	rm -fr tests/output
-
-clean::
-	rm -fr tests/output