Changes to the testing/external infrastructure.

The traces for external test-suites are no longer kept inside the
repositories themselves but downloaded separately via curl. This is
because git is pretty bad at dealing with large files.

See the README for more information.
This commit is contained in:
Robin Sommer 2011-09-08 12:36:35 -07:00
parent 79601ca0c3
commit bd4a629bef
7 changed files with 121 additions and 14 deletions

View file

@ -35,6 +35,7 @@ done
ln -s ../subdir-btest.cfg ./btest.cfg
cp $cwd/`dirname $0`/skel/test.skeleton tests
cp $cwd/`dirname $0`/skel/traces.cfg .
cp $cwd/`dirname $0`/skel/Makefile .
cp $cwd/`dirname $0`/skel/.gitignore .