-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmchan-tests.yaml
36 lines (34 loc) · 1.13 KB
/
mchan-tests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
mchan_tests:
testMCHAN_2D_ext_tcdm:
path: ./mchan_tests/testMCHAN_2D_ext_tcdm
command: make clean all run
testMCHAN_basic:
path: ./mchan_tests/testMCHAN_basic
command: make clean all run
testMCHAN_multi_trans:
path: ./mchan_tests/testMCHAN_multi_trans
command: make clean all run
testMCHAN_pe_basic:
path: ./mchan_tests/testMCHAN_pe_basic
command: make clean all run
testMCHAN_TCDM2TCDM_tx_rx:
path: ./mchan_tests/testMCHAN_TCDM2TCDM_tx_rx
command: make clean all run
testMCHAN_4k_crossing:
path: ./mchan_tests/testMCHAN_4k_crossing
command: make clean all run
testMCHAN_basic_FC_TCDM:
path: ./mchan_tests/testMCHAN_basic_FC_TCDM
command: make clean all run
testMCHAN_not_incremental:
path: ./mchan_tests/testMCHAN_not_incremental
command: make clean all run
testMCHAN_pe_fc_basic:
path: ./mchan_tests/testMCHAN_pe_fc_basic
command: make clean all run
testMCHAN_unaligned:
path: ./mchan_tests/testMCHAN_unaligned
command: make clean all run
testMCHAN_basic_8cores:
path: ./mchan_tests/testMCHAN_basic_8cores
command: make clean all run