summaryrefslogtreecommitdiff
path: root/test-code/batch-cgal.sh
blob: ea587bee109d56c66b0a6d31483393e2503d4094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

cmd="./cgaltest"

if [ $# == 0 ]; then
  dir=../testdata/scad
else
  dir=$1
fi

for f in $dir/*.scad; do
  echo == `basename $f` ==
  "$cmd" "$f"
done
contact: Jan Huwald // Impressum