[test] deploy new test to basic regression tests

This commit is contained in:
tangxifan 2022-12-30 18:26:22 -08:00
parent ae11a4fbf2
commit 93b020b0b3
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ PYTHON_EXEC=python3.8
##############################################
echo -e "Basic regression tests";
echo -e "Test multiple runs of vpr"
run-task basic_tests/vpr_standalone $@
echo -e "Testing configuration chain of a K4N4 FPGA";
run-task basic_tests/full_testbench/configuration_chain $@
run-task basic_tests/full_testbench/configuration_chain_no_time_stamp $@