54a643b32015c6a4672bd540b4bf7a94a751e1ce markd Wed Feb 3 12:45:46 2021 -0800 added unit test of gfServer dynamic PCR diff --git src/gfServer/makefile src/gfServer/makefile index f728466..d936d4c 100644 --- src/gfServer/makefile +++ src/gfServer/makefile @@ -11,18 +11,19 @@ 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 + cd tests && ./testDynServerPcr clean:: rm -fr ${O} tests/output