Skip to content

Commit 8b81f80

Browse files
committed
update test_autotuner.sh
Signed-off-by: Jack Luar <[email protected]>
1 parent bb0e6d4 commit 8b81f80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flow/test/test_autotuner.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ python3 -m unittest tools.AutoTuner.test.smoke_test_sample_iteration.${PLATFORM}
2323
if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN" == "gcd" ]; then
2424
echo "Running Autotuner ref file test (only once)"
2525
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck.test_files
26+
27+
echo "Running AutoTuner resume test (only once)"
28+
python3 -m unittest tools.AutoTuner.test.resume_check.ResumeCheck.test_tune_resume
2629
fi
2730

2831
echo "Running Autotuner smoke algorithm & evaluation test"

0 commit comments

Comments
 (0)