Commit bce8b983 by Sebastian Renner

Modificazione di compilino tutti

parent 2e6b34de
......@@ -198,9 +198,10 @@ def main(argv):
test_script.write(
"\n\necho \"TEST NUMBER %03d: TESTING %s\"\n" % (i, d))
test_script.write(
"python3 -u ./test_common.py %s %s 2> %s | tee %s\n" % (
os.path.join(b, 'LWC_AEAD_KAT.txt'),
"python3 -u %s %s %s 2> %s | tee %s\n" % (
os.path.join(template_dir, 'test'),
os.path.join(b, 'LWC_AEAD_KAT.txt'),
b,
os.path.join(b, 'test_stderr.log'),
os.path.join(b, 'test_stdout.log'))
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment