Weave random data into programs as part of compilation pipeline
This commit is contained in:
parent
0277e26422
commit
710927523e
1
build.sh
1
build.sh
@ -76,6 +76,7 @@ else
|
|||||||
KCLASS="MicrocompilerKt"
|
KCLASS="MicrocompilerKt"
|
||||||
fi
|
fi
|
||||||
kotlin -classpath $KJAR $KCLASS $TARGET > comp.out || exit
|
kotlin -classpath $KJAR $KCLASS $TARGET > comp.out || exit
|
||||||
|
python rand_gen.py >> comp.out
|
||||||
|
|
||||||
if [ "$COMBINE" = "" ]; then
|
if [ "$COMBINE" = "" ]; then
|
||||||
if [ "$MICRO" != "" ]; then
|
if [ "$MICRO" != "" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user