|
23 | 23 |
|
24 | 24 | allowed_paths_with_jumbo = [ |
25 | 25 | "test/unit/math/prim/", |
| 26 | + "test/unit/math/prim/constraint", |
26 | 27 | "test/unit/math/", |
27 | 28 | "test/unit/math/rev/", |
| 29 | + "test/unit/math/rev/constraint", |
28 | 30 | "test/unit/math/fwd/", |
| 31 | + "test/unit/math/fwd/constraint", |
29 | 32 | "test/unit/math/mix/", |
30 | 33 | "test/unit/math/mix/fun/", |
31 | 34 | "test/unit/math/opencl/", |
32 | 35 | "test/unit/", |
33 | 36 | ] |
34 | 37 |
|
35 | 38 | jumbo_folders = [ |
| 39 | + "test/unit/math/prim/constraint", |
36 | 40 | "test/unit/math/prim/core", |
37 | 41 | "test/unit/math/prim/err", |
38 | 42 | "test/unit/math/prim/fun", |
39 | 43 | "test/unit/math/prim/functor", |
40 | 44 | "test/unit/math/prim/meta", |
41 | 45 | "test/unit/math/prim/prob", |
| 46 | + "test/unit/math/rev/constraint", |
42 | 47 | "test/unit/math/rev/core", |
43 | 48 | "test/unit/math/rev/err", |
44 | 49 | "test/unit/math/rev/fun", |
45 | 50 | "test/unit/math/rev/functor", |
46 | 51 | "test/unit/math/rev/meta", |
47 | 52 | "test/unit/math/rev/prob", |
| 53 | + "test/unit/math/fwd/constraint", |
48 | 54 | "test/unit/math/fwd/core", |
49 | 55 | "test/unit/math/fwd/fun", |
50 | 56 | "test/unit/math/fwd/functor", |
|
58 | 64 | "test/unit/math/opencl/device_functions", |
59 | 65 | "test/unit/math/opencl/kernel_generator", |
60 | 66 | "test/unit/math/opencl/prim", |
| 67 | + "test/unit/math/opencl/prim/constraint", |
61 | 68 | "test/unit/math/opencl/rev", |
| 69 | + "test/unit/math/opencl/rev/constraint", |
62 | 70 | ] |
63 | 71 |
|
64 | 72 |
|
|
0 commit comments