#!/bin/sh
#
# Relatively small quick regression for developers to test
#  before committing
#
nice make setup
echo " " >test.out
cat build/config.out >>test.out
echo " " >>test.out
echo "Test results" >>test.out
echo " " >>test.out
./starttime
nice ./all-dev-tests
echo " "
echo "End do_file tests"
echo "End do_file tests" >>test.out
scripts/cleanup
cat test.out
./endtime
