aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/fuzz/csmith_driver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzz/csmith_driver.py b/tests/fuzz/csmith_driver.py
index 404324a2..6e1c0764 100755
--- a/tests/fuzz/csmith_driver.py
+++ b/tests/fuzz/csmith_driver.py
@@ -33,6 +33,7 @@ while 1:
shared.execute([CSMITH, '--no-volatiles', '--no-math64', '--no-packed-struct'] +
['--max-block-depth', '2', '--max-block-size', '2', '--max-expr-complexity', '2', '--max-funcs', '2'],
stdout=open(filename + '.c', 'w'))
+ print '1) Generate C... %.2f K of C source' % (len(open(filename + '.c').read())/1024.)
print '2) Compile natively'
shared.try_delete(filename)