repo.or.cz
/
ocaml.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sys.Signals module for a Variant type of signals (and a set_signal function that...
[ocaml.git]
/
config
/
auto-aux
/
runtest
blob
ce65bd07f1c525492117461fe89875ab729047cf
1
#!/bin/sh
2
if
test
"
$verbose
"
=
yes
;
then
3
echo
"runtest:
$cc
-o tst $*
$cclibs
"
>&
2
4
$cc
-o
tst $
*
$cclibs
||
exit
100
5
else
6
$cc
-o
tst $
*
$cclibs
2
> /
dev
/
null ||
exit
100
7
fi
8
exec
.
/
tst