tock-mirror/compile-cgtests

8 lines
106 B
Bash

#! /bin/sh
for t in cgtests/cgtest??.occ
do
echo "Compiling " $t
./tock --output=${t%%.occ} $@ $t
done