summaryrefslogtreecommitdiff
path: root/tests/bench/Trans-icont
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench/Trans-icont')
-rwxr-xr-xtests/bench/Trans-icont5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bench/Trans-icont b/tests/bench/Trans-icont
new file mode 100755
index 0000000..37418dd
--- /dev/null
+++ b/tests/bench/Trans-icont
@@ -0,0 +1,5 @@
+for i in $*
+do
+ echo translating $i
+ ../../bin/icont -s -c $i
+done