ports/math/atlas-devel/files/Makefile.test
2007-02-16 13:47:59 +00:00

34 lines
1.2 KiB
Text

ALLTESTS = xsl3blastst xdl3blastst xcl3blastst xzl3blastst \
xsl2blastst xdl2blastst xcl2blastst xzl2blastst \
xsl1blastst xdl1blastst xcl1blastst xzl1blastst \
xslutst xslutstF xdlutst xdlutstF xclutst xclutstF \
xzlutst xzlutstF xsllttst xsllttstF xdllttst xdllttstF \
xcllttst xcllttstF xzllttst xzllttstF
ALLTESTS_PT = xsl3blastst_pt xdl3blastst_pt xcl3blastst_pt xzl3blastst_pt \
xslutst_pt xslutstF_pt xdlutst_pt xdlutstF_pt xclutst_pt xclutstF_pt \
xzlutst_pt xzlutstF_pt xsllttst_pt xsllttstF_pt xdllttst_pt \
xdllttstF_pt xcllttst_pt xcllttstF_pt xzllttst_pt xzllttstF_pt
#build errors?
# xsl2blastst_pt xdl2blastst_pt xcl2blastst_pt xzl2blastst_pt \
# xsl1blastst_pt xdl1blastst_pt xcl1blastst_pt xzl1blastst_pt \
test:
@for i in ${ALLTESTS} ; do \
${ECHO_CMD} "Making $${i}" ; \
cd ${WRKDIR}/ATLAS/NON_THREADED_PIC/bin ; ${MAKE} $${i} ; \
done
@for i in ${ALLTESTS_PT} ; do \
${ECHO_CMD} "Making $${i}" ; \
cd ${WRKDIR}/ATLAS/THREADED_PIC/bin ; ${MAKE} $${i} ; \
done
@for i in ${ALLTESTS} ; do \
${ECHO_CMD} "Benchmarking $${i}" ; \
cd ${WRKDIR}/ATLAS/NON_THREADED_PIC/bin ; ./$${i} ; \
done
@for i in ${ALLTESTS_PT} ; do \
${ECHO_CMD} "Benchmarking $${i}" ; \
cd ${WRKDIR}/ATLAS/THREADED_PIC/bin ; ./$${i} ; \
done