c986cabeafb4b588ee63d70f882bbf17c70152ed
markd
  Sat May 3 18:45:55 2014 -0700
in uniprot database, flag primary gene name to distingiush it from synonyms
diff --git src/hg/protein/makefile src/hg/protein/makefile
index 7ee093f..bfcb7e9 100644
--- src/hg/protein/makefile
+++ src/hg/protein/makefile
@@ -34,34 +34,42 @@
 	spDbAddVarSplice \
 	spOrganism \
 	spTest \
 	spToDb \
 	spLoadPsiBlast \
 	spLoadRankProp \
 	spToProteinsVar \
 	spToSpXref2 \
 	spXref3 \
 	spm3 \
 	spm6 \
 	spm7 \
 	spToProteins
 USE_DIRS = $(DIRS)
 
+TEST_DIRS = \
+	spToDb
+
 all::    utils
 
 utils: $(USE_DIRS:%=%.utils)
 
 %.utils:
 	(cd $* && echo $* && $(MAKE))
 
+test::	${TEST_DIRS:%=%.test}
+%.test:
+	(cd $* && ${MAKE} test)
+
 # List of directories to build
 
 clean: $(USE_DIRS:%=%.clean)
 
 %.clean:
 	(cd $* && $(MAKE) clean)
 
+
 # no makefile for:
 #       pfamXref
 #	spXref2