@@ -114,8 +114,35 @@ Test-Suite TestStats
114
114
ghc-options : -Wall -eventlog -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
115
115
HS-Source-Dirs : tests
116
116
117
+ Test-Suite TestMxInMemory
118
+ Type : exitcode-stdio-1.0
119
+ Main-Is : runInMemory.hs
120
+ CPP-Options : -DTEST_SUITE_MODULE=Control.Distributed.Process.Tests.Mx
121
+ Build-Depends : base >= 4.4 && < 5 ,
122
+ distributed-process-tests,
123
+ network >= 2.3 && < 2.7 ,
124
+ network-transport >= 0.4.1.0 && < 0.6 ,
125
+ network-transport-inmemory >= 0.5 ,
126
+ test-framework >= 0.6 && < 0.9
127
+ Extensions : CPP
128
+ ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
129
+ HS-Source-Dirs : tests
130
+
131
+ Test-Suite TestTracingInMemory
132
+ Type : exitcode-stdio-1.0
133
+ Main-Is : runInMemory.hs
134
+ CPP-Options : -DTEST_SUITE_MODULE=Control.Distributed.Process.Tests.Tracing
135
+ Build-Depends : base >= 4.4 && < 5 ,
136
+ distributed-process-tests,
137
+ network >= 2.3 && < 2.7 ,
138
+ network-transport >= 0.4.1.0 && < 0.6 ,
139
+ network-transport-inmemory >= 0.5 ,
140
+ test-framework >= 0.6 && < 0.9
141
+ Extensions : CPP
142
+ ghc-options : -Wall -eventlog -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
143
+ HS-Source-Dirs : tests
117
144
118
- Test-Suite TestMx
145
+ Test-Suite TestMxInTCP
119
146
Type : exitcode-stdio-1.0
120
147
Main-Is : runInMemory.hs
121
148
CPP-Options : -DTEST_SUITE_MODULE=Control.Distributed.Process.Tests.Mx
@@ -129,7 +156,7 @@ Test-Suite TestMx
129
156
ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
130
157
HS-Source-Dirs : tests
131
158
132
- Test-Suite TestTracing
159
+ Test-Suite TestTracingInTCP
133
160
Type : exitcode-stdio-1.0
134
161
Main-Is : runInMemory.hs
135
162
CPP-Options : -DTEST_SUITE_MODULE=Control.Distributed.Process.Tests.Tracing
0 commit comments