7612b753eb0e3575fdbb6021ae999f66eeb6938e
hiram
  Wed Apr 3 14:00:48 2013 -0700
fixup broken 'make test' situation with the makefile changes refs #9104
diff --git src/hg/pslPartition/makefile src/hg/pslPartition/makefile
index 62077fc..18cca16 100644
--- src/hg/pslPartition/makefile
+++ src/hg/pslPartition/makefile
@@ -1,10 +1,10 @@
 kentSrc = ../..
 A = pslPartition
 include $(kentSrc)/inc/userApp.mk
 
-test:
+test:: compile
 	cd tests && ${MAKE} test
 	rm -fr tests/output
 
 clean::
 	rm -fr tests/output