#!/bin/sh
if [ "x$GCTLIB" = "x" ]
then
  GCTLIB=`pwd`/../../../
  PATH=.:`pwd`/../../..:$PATH
fi

ROOT=..
. $ROOT/run.source

clean
make_constant_objects

std_test routine
std_test routine2 2> routine.2log; diff routine.2log routine.2ref
std_test rout-comb1
std_test rout-comb2
std_test rout-comb3
std_test rout-comb4
std_test rout-bug
std_test call
std_test call2
std_test call-comb

exit 0
