ocaml/config/auto-aux/runtest

4 lines
47 B
Bash
Executable File

#!/bin/sh
$cc -o tst $* || exit 100
exec ./tst