1438fb82056f2d3626472057bef4502438b3f985 galt Thu Jun 24 04:06:38 2010 -0700 initial paraFetch work - the fast multiple connection parallel downloader diff --git src/lib/tests/makefile src/lib/tests/makefile index 9c76f21..3572d0d 100644 --- src/lib/tests/makefile +++ src/lib/tests/makefile @@ -210,6 +210,9 @@ fetchUrlTest: mkdirs fetchUrlTest.o ${MYLIBS} ${CC} ${COPT} -o fetchUrlTest fetchUrlTest.o ${MYLIBS} ${L} +paraFetch: mkdirs paraFetch.o ${MYLIBS} + ${CC} ${COPT} -o paraFetch paraFetch.o ${MYLIBS} ${L} + ## # gff3 tests ##