a70847bc6ba96880ae1737bae20ef8645264ae94
hiram
  Thu Apr 4 11:26:58 2013 -0700
cleaning up test target and adding that generic target in userApp.mk refs #9104
diff --git src/utils/twoBitInfo/makefile src/utils/twoBitInfo/makefile
index 2521417..594ceff 100644
--- src/utils/twoBitInfo/makefile
+++ src/utils/twoBitInfo/makefile
@@ -1,20 +1,20 @@
 kentSrc = ../..
 A = twoBitInfo
 include $(kentSrc)/inc/userApp.mk
 L += -lm ${SOCKETLIB}
 
 clean::
 	rm -fr tests/output
 
 # reuse twoFitToFa input files. for tests
 TEST_IN = ../twoBitToFa/tests/input
 
-test:
+test::
 	${MKDIR} tests/output
 	twoBitInfo ${TEST_IN}/testN.2bit tests/output/testN.info
 	twoBitInfo ${TEST_IN}/testMask.2bit tests/output/testMask.info
 	twoBitInfo ${TEST_IN}/testMask.2bit:manyLower tests/output/ml.info
 	twoBitInfo ${TEST_IN}/testMask.2bit:manyLower:2-10 tests/output/ml_sub.info
 	twoBitInfo ${TEST_IN}/testMask.2bit:noLower,startLower tests/output/ml_multiple.info
 	diff -r -x CVS tests/expected tests/output
 	rm -fr tests/output