blob: 275d8854eeedb0e00497fdb93bdbfb2044af81b7 [file] [log] [blame]
#!/bin/sh
# Script that allows to run the full test suite automatically.
#
chmod +x ./configure.auto
./configure.auto
SAVEPWD=$PWD
cd ../../../..
export LTPROOT=${PWD}
cd $SAVEPWD
make deploy
make all
./rpc_ts_wizard.sh -all