[CI] Moved test to basic test
This commit is contained in:
parent
ede5f8ed58
commit
18070954d8
|
@ -116,3 +116,7 @@ run-task basic_tests/global_tile_ports/global_tile_4clock --debug --show_thread_
|
|||
|
||||
echo -e "Testing yosys flow using custom ys script for running quicklogic device";
|
||||
run-task quicklogic_tests/flow_test --debug --show_thread_logs
|
||||
|
||||
# Repgression test to test multi-user enviroment
|
||||
cp -r */*/fpga_sdc/sdc_time_unit /tmp/
|
||||
cd /tmp/ && run-task sdc_time_unit
|
|
@ -10,10 +10,3 @@ echo -e "FPGA-SDC regression tests";
|
|||
|
||||
echo -e "Testing SDC generation with time units";
|
||||
run-task fpga_sdc/sdc_time_unit --debug --show_thread_logs
|
||||
|
||||
|
||||
# Repgression test to test multi-user enviroment
|
||||
# TODO : While restructuring regression test files
|
||||
# move this to separate file
|
||||
cp -r */*/fpga_sdc/sdc_time_unit /tmp/
|
||||
cd /tmp/ && run-task sdc_time_unit
|
Loading…
Reference in New Issue