a74c645505a135d5c1e923afe477cdeb9c15bded
markd
  Wed Jul 8 22:27:42 2020 -0700
added including multiple container directoies in genome dir path to gfServer

diff --git src/gfServer/makefile src/gfServer/makefile
index 4ed3fc7..f728466 100644
--- src/gfServer/makefile
+++ src/gfServer/makefile
@@ -9,19 +9,20 @@
 	${DESTBINDIR}/${A} direct tests/input/mCrea.mrna tests/input/hCreaGeno.nib \
 		tests/input/mCreaGeno.nib > tests/output/testNib.out
 	diff tests/expected/testNib.out tests/output/testNib.out
 	${DESTBINDIR}/${A} direct tests/input/mCrea.mrna tests/input/creaGeno.2bit \
 		>tests/output/testTwoBit.out
 	diff tests/expected/testTwoBit.out tests/output/testTwoBit.out
 	cd tests && ./testProtNib
 	cd tests && ./testProtTwoBit
 	cd tests && ./testTransNib
 	cd tests && ./testTransTwoBit
 	cd tests && ./testPcr
 	cd tests && ./testIndexFile
 	cd tests && ./testIndexFileTrans
 	cd tests && ./testDynServer
 	cd tests && ./testDynServerTrans
+	cd tests && ./testDynServerWithDir
 	cd tests && ./testDynServerPerSeqMax
 
 clean::
 	rm -fr ${O} tests/output