Weave random data into programs as part of compilation pipeline

This commit is contained in:
Gabriel Tofvesson 2019-04-10 00:07:02 +02:00
parent 0277e26422
commit 710927523e

View File

@ -76,6 +76,7 @@ else
KCLASS="MicrocompilerKt"
fi
kotlin -classpath $KJAR $KCLASS $TARGET > comp.out || exit
python rand_gen.py >> comp.out
if [ "$COMBINE" = "" ]; then
if [ "$MICRO" != "" ]; then