#!/bin/sh # # wrapper for testing molecuilder . ../../atlocal if test -e ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc; then ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc "$@" else if test -e ${AUTOTEST_PATH}/molecuilder_mpqc; then ${AUTOTEST_PATH}/molecuilder_mpqc "$@" else echo "Cannot find molecuilder_mpqc executable." exit 127 fi fi