489e3b9bd889b7ed2cb4f0619f8c8e7e0966b379
max
  Tue Jun 6 11:59:54 2017 -0700
adding smoke test script to makefile, no redmine

diff --git src/utils/makefile src/utils/makefile
index 4f61b76..815fe51 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -169,30 +169,31 @@
 	pslSameGene \
 	tabRepl \
 	uniprotLift \
 	uniprotToTab \
 	ggTables \
 	ggGeneClasses \
 	ggGpmlToTag \
 	ggKgmlToTab \
 	ggMsrToTab \
 	ggPidToTab \
 	ggPpiToTab \
 	ggSpfToTab \
 	bedNamePickFirst \
 	bedBestTranscript \
 	genePredToBed \
+	cgiSmokeTest \
 	${USER_APP_SCRIPTS}
 
 # List of all directories to build
 
 ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS)
 
 # all: builds all utilities here
 
 all: $(ALL_APPS:%=%.all)
 
 %.all:
 	cd $* && echo $* && $(MAKE)
 
 # userAppsB: builds the user application specific programs
 # it would have been nice to be able to use the target name 'userApps'