@@ -2895,8 +2895,8 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/saturation.o: \
2895
2895
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
2896
2896
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
2897
2897
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2898
- $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer .h \
2899
- $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers .h
2898
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers .h \
2899
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer .h
2900
2900
$(LSP_DSP_LIB_BIN ) /test/utest/float/sanitize.o : \
2901
2901
test/utest/float/sanitize.cpp \
2902
2902
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -2952,6 +2952,7 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/sanitize.o: \
2952
2952
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
2953
2953
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
2954
2954
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
2955
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
2955
2956
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/ByteBuffer.h
2956
2957
$(LSP_DSP_LIB_BIN ) /test/utest/float/limit_saturate.o : \
2957
2958
test/utest/float/limit_saturate.cpp \
@@ -3008,8 +3009,8 @@ $(LSP_DSP_LIB_BIN)/test/utest/float/limit_saturate.o: \
3008
3009
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
3009
3010
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
3010
3011
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
3011
- $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer .h \
3012
- $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers .h
3012
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers .h \
3013
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/FloatBuffer .h
3013
3014
$(LSP_DSP_LIB_BIN ) /test/utest/float/limit.o : test/utest/float/limit.cpp \
3014
3015
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
3015
3016
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -4821,7 +4822,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/search/minmax.o: \
4821
4822
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
4822
4823
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
4823
4824
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
4824
- $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
4825
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
4826
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
4825
4827
$(LSP_DSP_LIB_BIN ) /test/ptest/search/iminmax.o : \
4826
4828
test/ptest/search/iminmax.cpp \
4827
4829
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -4876,7 +4878,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/search/iminmax.o: \
4876
4878
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
4877
4879
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
4878
4880
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
4879
- $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
4881
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
4882
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
4880
4883
$(LSP_DSP_LIB_BIN ) /test/ptest/resampling/oversampling.o : \
4881
4884
test/ptest/resampling/oversampling.cpp \
4882
4885
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5039,7 +5042,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/pow.o: test/ptest/pmath/pow.cpp \
5039
5042
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5040
5043
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5041
5044
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
5042
- $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
5045
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h \
5046
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
5043
5047
$(LSP_DSP_LIB_BIN ) /test/ptest/pmath/op_k3.o : test/ptest/pmath/op_k3.cpp \
5044
5048
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
5045
5049
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -5093,6 +5097,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k3.o: test/ptest/pmath/op_k3.cpp \
5093
5097
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5094
5098
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5095
5099
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5100
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5096
5101
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5097
5102
$(LSP_DSP_LIB_BIN ) /test/ptest/pmath/op_k2.o : test/ptest/pmath/op_k2.cpp \
5098
5103
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5147,6 +5152,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/op_k2.o: test/ptest/pmath/op_k2.cpp \
5147
5152
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5148
5153
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5149
5154
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5155
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5150
5156
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5151
5157
$(LSP_DSP_LIB_BIN ) /test/ptest/pmath/op3.o : test/ptest/pmath/op3.cpp \
5152
5158
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5423,6 +5429,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/log.o: test/ptest/pmath/log.cpp \
5423
5429
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5424
5430
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5425
5431
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5432
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5426
5433
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5427
5434
$(LSP_DSP_LIB_BIN ) /test/ptest/pmath/fmop_k4.o : \
5428
5435
test/ptest/pmath/fmop_k4.cpp \
@@ -5699,6 +5706,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/exp.o: test/ptest/pmath/exp.cpp \
5699
5706
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5700
5707
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5701
5708
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5709
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5702
5710
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5703
5711
$(LSP_DSP_LIB_BIN ) /test/ptest/pmath/abs_op3.o : \
5704
5712
test/ptest/pmath/abs_op3.cpp \
@@ -5810,6 +5818,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs_op2.o: \
5810
5818
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5811
5819
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5812
5820
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5821
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5813
5822
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5814
5823
$(LSP_DSP_LIB_BIN ) /test/ptest/pmath/abs.o : test/ptest/pmath/abs.cpp \
5815
5824
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5864,6 +5873,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pmath/abs.o: test/ptest/pmath/abs.cpp \
5864
5873
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5865
5874
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5866
5875
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5876
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5867
5877
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5868
5878
$(LSP_DSP_LIB_BIN ) /test/ptest/pcomplex/rcp.o : test/ptest/pcomplex/rcp.cpp \
5869
5879
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -5918,6 +5928,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/rcp.o: test/ptest/pcomplex/rcp.cpp \
5918
5928
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5919
5929
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5920
5930
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5931
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5921
5932
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5922
5933
$(LSP_DSP_LIB_BIN ) /test/ptest/pcomplex/mul3.o : \
5923
5934
test/ptest/pcomplex/mul3.cpp \
@@ -5973,6 +5984,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul3.o: \
5973
5984
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
5974
5985
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
5975
5986
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
5987
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
5976
5988
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
5977
5989
$(LSP_DSP_LIB_BIN ) /test/ptest/pcomplex/mul2.o : \
5978
5990
test/ptest/pcomplex/mul2.cpp \
@@ -6028,6 +6040,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mul2.o: \
6028
6040
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6029
6041
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6030
6042
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6043
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6031
6044
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6032
6045
$(LSP_DSP_LIB_BIN ) /test/ptest/pcomplex/mod.o : test/ptest/pcomplex/mod.cpp \
6033
6046
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6082,6 +6095,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/mod.o: test/ptest/pcomplex/mod.cpp \
6082
6095
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6083
6096
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6084
6097
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6098
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6085
6099
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6086
6100
$(LSP_DSP_LIB_BIN ) /test/ptest/pcomplex/div3.o : \
6087
6101
test/ptest/pcomplex/div3.cpp \
@@ -6137,6 +6151,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div3.o: \
6137
6151
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6138
6152
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6139
6153
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6154
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6140
6155
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6141
6156
$(LSP_DSP_LIB_BIN ) /test/ptest/pcomplex/div2.o : \
6142
6157
test/ptest/pcomplex/div2.cpp \
@@ -6192,6 +6207,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/pcomplex/div2.o: \
6192
6207
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6193
6208
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6194
6209
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6210
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6195
6211
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6196
6212
$(LSP_DSP_LIB_BIN ) /test/ptest/msmatrix/conv2x1.o : \
6197
6213
test/ptest/msmatrix/conv2x1.cpp \
@@ -6247,6 +6263,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2x1.o: \
6247
6263
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6248
6264
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6249
6265
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6266
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6250
6267
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6251
6268
$(LSP_DSP_LIB_BIN ) /test/ptest/msmatrix/conv2.o : \
6252
6269
test/ptest/msmatrix/conv2.cpp \
@@ -6302,6 +6319,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/msmatrix/conv2.o: \
6302
6319
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6303
6320
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6304
6321
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6322
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6305
6323
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6306
6324
$(LSP_DSP_LIB_BIN ) /test/ptest/mix.o : test/ptest/mix.cpp \
6307
6325
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6411,6 +6429,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/hmath/hsum.o: test/ptest/hmath/hsum.cpp \
6411
6429
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6412
6430
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6413
6431
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6432
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6414
6433
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6415
6434
$(LSP_DSP_LIB_BIN ) /test/ptest/hmath/hdotp.o : test/ptest/hmath/hdotp.cpp \
6416
6435
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -6521,6 +6540,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_hsla.o: \
6521
6540
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6522
6541
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6523
6542
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6543
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6524
6544
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6525
6545
$(LSP_DSP_LIB_BIN ) /test/ptest/graphics/rgba_to_bgra32.o : \
6526
6546
test/ptest/graphics/rgba_to_bgra32.cpp \
@@ -6576,6 +6596,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/rgba_to_bgra32.o: \
6576
6596
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6577
6597
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6578
6598
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6599
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6579
6600
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6580
6601
$(LSP_DSP_LIB_BIN ) /test/ptest/graphics/rgba.o : \
6581
6602
test/ptest/graphics/rgba.cpp \
@@ -6686,6 +6707,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/hsla_to_rgba.o: \
6686
6707
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6687
6708
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6688
6709
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6710
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6689
6711
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6690
6712
$(LSP_DSP_LIB_BIN ) /test/ptest/graphics/fill.o : \
6691
6713
test/ptest/graphics/fill.cpp \
@@ -6851,6 +6873,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/graphics/axis.o: \
6851
6873
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6852
6874
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6853
6875
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6876
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6854
6877
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
6855
6878
$(LSP_DSP_LIB_BIN ) /test/ptest/graphics/abgr32_to_bgrff32.o : \
6856
6879
test/ptest/graphics/abgr32_to_bgrff32.cpp \
@@ -6961,6 +6984,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/saturation.o: \
6961
6984
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
6962
6985
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
6963
6986
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
6987
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
6964
6988
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
6965
6989
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
6966
6990
$(LSP_DSP_LIB_BIN ) /test/ptest/float/sanitize.o : \
@@ -7073,6 +7097,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/limit_saturate.o: \
7073
7097
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7074
7098
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7075
7099
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7100
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7076
7101
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
7077
7102
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
7078
7103
$(LSP_DSP_LIB_BIN ) /test/ptest/float/limit.o : test/ptest/float/limit.cpp \
@@ -7128,6 +7153,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/float/limit.o: test/ptest/float/limit.cpp \
7128
7153
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7129
7154
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7130
7155
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7156
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7131
7157
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
7132
7158
$(LSP_COMMON_LIB_INC)/lsp-plug.in/stdlib/math.h
7133
7159
$(LSP_DSP_LIB_BIN ) /test/ptest/filters/transfer.o : \
@@ -7458,6 +7484,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/fft/fft.o: test/ptest/fft/fft.cpp \
7458
7484
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7459
7485
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7460
7486
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7487
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7461
7488
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7462
7489
$(LSP_DSP_LIB_BIN ) /test/ptest/fft/fastconv.o : test/ptest/fft/fastconv.cpp \
7463
7490
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7512,7 +7539,8 @@ $(LSP_DSP_LIB_BIN)/test/ptest/fft/fastconv.o: test/ptest/fft/fastconv.cpp \
7512
7539
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7513
7540
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7514
7541
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7515
- $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7542
+ $(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h \
7543
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h
7516
7544
$(LSP_DSP_LIB_BIN ) /test/ptest/copy/reverse.o : test/ptest/copy/reverse.cpp \
7517
7545
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
7518
7546
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/version.h \
@@ -7634,6 +7662,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/copy/copy.o: test/ptest/copy/copy.cpp \
7634
7662
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7635
7663
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7636
7664
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7665
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7637
7666
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7638
7667
$(LSP_DSP_LIB_BIN ) /test/ptest/convolve.o : test/ptest/convolve.cpp \
7639
7668
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7688,6 +7717,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/convolve.o: test/ptest/convolve.cpp \
7688
7717
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7689
7718
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7690
7719
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7720
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7691
7721
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7692
7722
$(LSP_DSP_LIB_BIN ) /test/ptest/complex/rcp.o : test/ptest/complex/rcp.cpp \
7693
7723
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7742,6 +7772,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/rcp.o: test/ptest/complex/rcp.cpp \
7742
7772
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7743
7773
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7744
7774
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7775
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7745
7776
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7746
7777
$(LSP_DSP_LIB_BIN ) /test/ptest/complex/mul3.o : test/ptest/complex/mul3.cpp \
7747
7778
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7796,6 +7827,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mul3.o: test/ptest/complex/mul3.cpp \
7796
7827
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7797
7828
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7798
7829
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7830
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7799
7831
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7800
7832
$(LSP_DSP_LIB_BIN ) /test/ptest/complex/mul2.o : test/ptest/complex/mul2.cpp \
7801
7833
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7850,6 +7882,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mul2.o: test/ptest/complex/mul2.cpp \
7850
7882
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7851
7883
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7852
7884
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7885
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7853
7886
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7854
7887
$(LSP_DSP_LIB_BIN ) /test/ptest/complex/mod.o : test/ptest/complex/mod.cpp \
7855
7888
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7904,6 +7937,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/mod.o: test/ptest/complex/mod.cpp \
7904
7937
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7905
7938
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7906
7939
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7940
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7907
7941
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7908
7942
$(LSP_DSP_LIB_BIN ) /test/ptest/complex/div3.o : test/ptest/complex/div3.cpp \
7909
7943
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -7958,6 +7992,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/div3.o: test/ptest/complex/div3.cpp \
7958
7992
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
7959
7993
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
7960
7994
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
7995
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
7961
7996
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
7962
7997
$(LSP_DSP_LIB_BIN ) /test/ptest/complex/div2.o : test/ptest/complex/div2.cpp \
7963
7998
$(LSP_DSP_LIB_INC)/lsp-plug.in/dsp/dsp.h \
@@ -8012,6 +8047,7 @@ $(LSP_DSP_LIB_BIN)/test/ptest/complex/div2.o: test/ptest/complex/div2.cpp \
8012
8047
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/config.h \
8013
8048
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/types.h \
8014
8049
$(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/main/dynarray.h \
8050
+ $(LSP_TEST_FW_INC)/lsp-plug.in/test-fw/helpers.h \
8015
8051
$(LSP_COMMON_LIB_INC)/lsp-plug.in/common/alloc.h
8016
8052
$(LSP_DSP_LIB_BIN ) /test/ptest/3d/raw_triangle.o : \
8017
8053
test/ptest/3d/raw_triangle.cpp \
0 commit comments