Rivoreo Source Code Repositories
src.rivoreo.one
/
csmith-drivers
/
e32d0cf879375b762d7fc54b0b14feae3060b736
/
.
/
start-test.sh
blob: c39d36e1cba8f520864ef92eed766903182cf71f [
file
] [
log
] [
blame
] [
raw
]
#!/bin/sh
set
-
e
[
-
z $CC
]
&&
[
!
-
z $1
]
&&
CC
=
$1
||
CC
=
gcc
while
true
do
#csmith > test.c;
csmith64
|
$CC
-
Iruntime
-
xc
-
-
O1
-
w
-
o
/
dev
/
null
;
done