|
3 | 3 | (modules test_protocols_mergefail) |
4 | 4 | (preprocess |
5 | 5 | (pps mpst.ppx)) |
6 | | - (libraries mpst oUnit)) |
| 6 | + (libraries mpst-basic oUnit)) |
7 | 7 |
|
8 | 8 | (test |
9 | 9 | (name test_protocols_merge) |
10 | 10 | (modules test_protocols_merge) |
11 | 11 | (preprocess |
12 | 12 | (pps mpst.ppx)) |
13 | | - (libraries mpst oUnit)) |
| 13 | + (libraries mpst-basic oUnit)) |
14 | 14 |
|
15 | 15 | (test |
16 | 16 | (name test_run_loop) |
17 | 17 | (modules test_run_loop) |
18 | 18 | (preprocess |
19 | 19 | (pps mpst.ppx)) |
20 | | - (libraries mpst oUnit)) |
| 20 | + (libraries mpst-basic oUnit)) |
21 | 21 |
|
22 | 22 | (test |
23 | 23 | (name test_protocols_multicast) |
24 | 24 | (modules test_protocols_multicast) |
25 | 25 | (preprocess |
26 | 26 | (pps mpst.ppx)) |
27 | | - (libraries mpst oUnit)) |
| 27 | + (libraries mpst-basic oUnit)) |
28 | 28 |
|
29 | 29 | (test |
30 | 30 | (name test_run_multicast) |
31 | 31 | (modules test_run_multicast) |
32 | 32 | (preprocess |
33 | 33 | (pps mpst.ppx)) |
34 | | - (libraries mpst oUnit)) |
| 34 | + (libraries mpst-basic oUnit)) |
35 | 35 |
|
36 | 36 | (test |
37 | 37 | (name test_linearity_fail) |
38 | 38 | (modules test_linearity_fail) |
39 | 39 | (preprocess |
40 | 40 | (staged_pps mpst.ppx.ty)) |
41 | | - (libraries mpst oUnit)) |
| 41 | + (libraries mpst-basic oUnit)) |
42 | 42 |
|
43 | 43 | (test |
44 | 44 | (name test_ppx_ty) |
45 | 45 | (modules test_ppx_ty) |
46 | 46 | (preprocess |
47 | 47 | (staged_pps mpst.ppx.ty)) |
48 | | - (libraries mpst oUnit)) |
| 48 | + (libraries mpst-basic oUnit)) |
49 | 49 |
|
50 | 50 | (test |
51 | 51 | (name test_dynChan) |
52 | 52 | (modules test_dynChan) |
53 | | - (libraries mpst oUnit)) |
| 53 | + (libraries mpst-basic oUnit)) |
0 commit comments