@@ -194,9 +194,9 @@ try {
194194
195195 ReportTestSuiteHeader (test_suite, reportTestCases);
196196
197+ #if MANUAL_TESTING
197198 size_t startSample = 11 ;
198199 size_t endSample = 13 ;
199- #if MANUAL_TESTING
200200 Sweep<float >(startSample, endSample);
201201 Sweep < fixpnt<8 , 4 > >(startSample, endSample);
202202
@@ -215,23 +215,23 @@ try {
215215#endif
216216
217217#if REGRESSION_LEVEL_2
218- startSample = 10 ;
219- endSample = 11 ; // just one pass through the operators
218+ size_t startSample = 10 ;
219+ size_t endSample = 11 ; // just one pass through the operators
220220 Sweep<float >(startSample, endSample);
221221 Sweep<cfloat<32 , 8 , std::uint32_t , true , false , false >>(startSample, endSample);
222222#endif
223223
224224#if REGRESSION_LEVEL_3
225- startSample = 10 ;
226- endSample = 11 ; // just one pass through the operators
225+ size_t startSample = 10 ;
226+ size_t endSample = 11 ; // just one pass through the operators
227227 Sweep<int >(startSample, endSample);
228228 Sweep<float >(startSample, endSample);
229229 Sweep<double >(startSample, endSample);
230230#endif
231231
232232#if REGRESSION_LEVEL_4
233- startSample = 10 ;
234- endSample = 11 ; // just one pass through the operators
233+ size_t startSample = 10 ;
234+ size_t endSample = 11 ; // just one pass through the operators
235235 Sweep<int >(startSample, endSample);
236236 Sweep<float >(startSample, endSample);
237237 Sweep<double >(startSample, endSample);
0 commit comments