Skip to content

Commit a820306

Browse files
authored
Merge pull request The-OpenROAD-Project#2866 from jeffng-or/at-enable-algo-eval
enabled smoke_test_algo_eval in AutoTuner test script
2 parents 274c9cd + 048fc23 commit a820306

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
@@ -22,6 +22,9 @@ python3 -m unittest tools.AutoTuner.test.smoke_test_sweep.${PLATFORM_WITHOUT_DAS
2222
echo "Running Autotuner smoke tests for --sample and --iteration."
2323
python3 -m unittest tools.AutoTuner.test.smoke_test_sample_iteration.${PLATFORM_WITHOUT_DASHES}SampleIterationSmokeTest.test_sample_iteration
2424

25+
echo "Running Autotuner smoke algorithm eval test"
26+
python3 -m unittest tools.AutoTuner.test.smoke_test_algo_eval.${PLATFORM_WITHOUT_DASHES}AlgoEvalSmokeTest.test_algo_eval
27+
2528
if [ "$PLATFORM_WITHOUT_DASHES" == "asap7" ] && [ "$DESIGN_NAME" == "gcd" ]; then
2629
echo "Running Autotuner ref file test (only once)"
2730
python3 -m unittest tools.AutoTuner.test.ref_file_check.RefFileCheck.test_files

0 commit comments

Comments
 (0)