~ubuntu-branches/ubuntu/raring/rheolef/raring-proposed

« back to all changes in this revision

Viewing changes to util/tst/have_pword_tst.sh

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2012-05-14 14:02:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120514140209-dzbdlidkotyflf9e
Tags: 6.1-1
[ Pierre Saramito ]
* New upstream release 6.1 (minor changes):
  - support arbitrarily polynomial order Pk
  - source code supports g++-4.7 (closes: #671996)

[ Sylvestre Ledru ]
* update of the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
20
#
21
21
# -------------------------------------------------------------------------
22
 
echo "      ${RUN} ./have_pword_tst"
23
 
${RUN} ./have_pword_tst >/dev/null 2>/dev/null
 
22
TOP_SRCDIR=${TOP_SRCDIR-"../.."}
 
23
. "${TOP_SRCDIR}/config/loop_mpirun.sh"
24
24
 
 
25
run "./have_pword_tst >/dev/null 2>/dev/null"
 
26
status=$?
 
27
exit $status