[test] deploy new tests to basic regression tests
This commit is contained in:
parent
83d7ff56e1
commit
43cb498827
|
@ -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 $@
|
||||
|
|
Loading…
Reference in New Issue