#!/bin/sh # # wrapper for testing molecuilder . ../../atlocal SCLIBDIR="@abs_top_srcdir@/ThirdParty/mpqc_open/lib" export SCLIBDIR if test -e ${AUTOTEST_PATH}/molecuilder_poolworker; then ${AUTOTEST_PATH}/molecuilder_poolworker $@ else echo "Could not find molecuilder_poolworker." exit 127 fi status=$? exit $status