[test] deploy new tests to basic regression tests

This commit is contained in:
tangxifan 2023-01-01 17:07:25 -08:00
parent 83d7ff56e1
commit 43cb498827
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ echo -e "Basic regression tests";
echo -e "Test multiple runs of vpr"
run-task basic_tests/vpr_standalone $@
echo -e "Test source commands in openfpga shell"
run-task basic_tests/source_command/source_string $@
run-task basic_tests/source_command/source_file $@
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 $@