ecacb0a15e8ddbe9b2e62381e30621ba70f82d8f markd Sun Jun 28 14:36:10 2020 -0700 dynamic server tests working diff --git src/gfServer/makefile src/gfServer/makefile index 7f6a6ec..f548803 100644 --- src/gfServer/makefile +++ src/gfServer/makefile @@ -5,20 +5,19 @@ L += -lm $(SOCKETLIB) test:: ${MKDIR} tests/output ${DESTBINDIR}/${A} direct tests/input/mCrea.mrna tests/input/hCreaGeno.nib \ tests/input/mCreaGeno.nib > tests/output/testNib ${DESTBINDIR}/${A} direct tests/input/mCrea.mrna tests/input/creaGeno.2bit \ >tests/output/testTwoBit cd tests && ./testProtNib output/testProtNib cd tests && ./testProtTwoBit output/testProtTwoBit cd tests && ./testTransNib output/testTransNib cd tests && ./testTransTwoBit output/testTransTwoBit cd tests && ./testPcr output/testPcr cd tests && ./testIndexFile output/testIndexFile cd tests && ./testIndexFileTrans output/testIndexFileTrans - diff -r -x '*.blatidx' tests/expected tests/output rm -r tests/output clean:: rm -fr ${O} tests/output