Polishing the setup for external tests.

This commit is contained in:
Robin Sommer 2011-06-30 22:50:06 -07:00
parent 27aa30c683
commit 80fcabdb47
9 changed files with 15 additions and 9 deletions

View file

@ -27,14 +27,15 @@ git clone $repo $name
cd $name
for dir in traces tests Baseline; do
for dir in Traces Tests Baseline; do
mkdir $dir
touch $dir/.gitignore
done
ln -s ../btest.cfg .
ln -s ../subdir-btest.cfg ./btest.cfg
cp $cwd/`dirname $0`/test.skeleton tests
cp $cwd/`dirname $0`/files/test.skeleton tests
cp $cwd/`dirname $0`/files/Makefile .
git add *