summaryrefslogtreecommitdiff
path: root/test-code/batch-cgal.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2010-10-31 11:54:23 (GMT)
committerMarius Kintel <marius@kintel.net>2010-10-31 11:54:23 (GMT)
commitc36f5e1c477c9af51080e9fbaf6bd6e55eb0c47c (patch)
tree357133a2d1c757941364ec39cc3ea39df2207ee3 /test-code/batch-cgal.sh
parent192e514acaadf13e718105ab1d4e307f341a0e78 (diff)
Removed old code made redundant by tests
Diffstat (limited to 'test-code/batch-cgal.sh')
-rwxr-xr-xtest-code/batch-cgal.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/test-code/batch-cgal.sh b/test-code/batch-cgal.sh
deleted file mode 100755
index 031020d..0000000
--- a/test-code/batch-cgal.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-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