Commit ea68c120 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

add binary_suffix to other tests

parent 2cac3b96
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ def test_ambisonics_external_split(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        get_mld=get_mld,
@@ -183,6 +184,7 @@ def test_multichannel_external_split(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        get_mld=get_mld,
@@ -263,6 +265,7 @@ def test_ism_external_split(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        get_mld=get_mld,
@@ -343,6 +346,7 @@ def test_masa_external_split(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        get_mld=get_mld,
@@ -423,6 +427,7 @@ def test_omasa_external_split(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        get_mld=get_mld,
@@ -503,6 +508,7 @@ def test_osba_external_split(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        get_mld=get_mld,
@@ -543,6 +549,7 @@ def test_post_rend_plc(
        test_info,
        in_fmt=in_fmt,
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        binary_suffix=EXE_SUFFIX,
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        plc_error_pattern=ERROR_PATTERNS_DIR.joinpath(f"{error_pattern}.ep"),
@@ -637,6 +644,7 @@ def test_external_split_pcm(
        render_config=RENDER_CFG_DIR.joinpath(f"{render_config}.txt"),
        pre_trajectory=pre_trajectory,
        post_trajectory=post_trajectory,
        binary_suffix=EXE_SUFFIX,
        renderer_fmt="BINAURAL_SPLIT_PCM",
        get_mld=get_mld,
        mld_lim=get_mld_lim,