Commit 9fba8fd2 authored by sagnowski's avatar sagnowski
Browse files

Fix reference binary name

parent 60458544
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -381,7 +381,7 @@ renderer-5ms-framing-asan:
    - sed -i '/API_5MS/d' lib_com/options.h 
    - cmake -B cmake-build-ref .
    - cmake --build cmake-build-ref -- -j
    - cp cmake-build-ref/IVAS_rend IVAS_rend_ref
    - cp cmake-build-ref/IVAS_rend IVAS_rend_ref_5ms

    # Build test executable
    - mv -f lib_com/options.h.bak lib_com/options.h
@@ -404,7 +404,7 @@ renderer-5ms-framing-msan:
    - sed -i '/API_5MS/d' lib_com/options.h 
    - cmake -B cmake-build-ref .
    - cmake --build cmake-build-ref -- -j
    - cp cmake-build-ref/IVAS_rend IVAS_rend_ref
    - cp cmake-build-ref/IVAS_rend IVAS_rend_ref_5ms

    # Build test executable
    - mv -f lib_com/options.h.bak lib_com/options.h