diff --git a/compile_all.py b/compile_all.py index e310851..54947ad 100755 --- a/compile_all.py +++ b/compile_all.py @@ -198,9 +198,9 @@ def main(argv): test_script.write( "\n\necho \"TEST NUMBER %03d: TESTING %s\"\n" % (i, d)) test_script.write( - "python3 -u ./test.py %s %s 2> %s | tee %s\n" % ( - t, - os.path.join(b, 'test'), + "python3 -u ./test_common.py %s %s 2> %s | tee %s\n" % ( + os.path.join(b, 'LWC_AEAD_KAT.txt'), + os.path.join(template_dir, 'test'), os.path.join(b, 'test_stderr.log'), os.path.join(b, 'test_stdout.log')) )