testbed scripts.

git-svn-id: file:///svn/unbound/trunk@12 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-01-04 11:03:29 +00:00
parent 043f3abb2f
commit e498742aea
4 changed files with 132 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
cd testdata;
for test in `ls *.tpkg`; do
echo $test
tpkg -a ../.. exe $test
done