ack/lang/cem/ctest/ctprof/run

11 lines
213 B
Plaintext
Raw Permalink Normal View History

1985-02-06 21:25:27 +00:00
echo test profiling
case ${1-gen} in
gen|tp.cem.r)
1989-11-20 14:35:23 +00:00
make -k "CEM=${CEM-acc}" tp.cem
make "P=tp" "CEM=${CEM-acc}" "RUN=${RUN-}" -fsk ../makefile ${1-gen}
;;
*)
1989-11-20 14:35:23 +00:00
make -k "CEM=${CEM-acc}" "RUN=${RUN-}" $1
;;
esac