Commit bd8bc747 authored by norvell's avatar norvell
Browse files

Add disabling of EVS_FLOAT for 26.444 test

parent 7bb65a40
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -378,12 +378,11 @@ be-2-evs-26444:
  script:
    - *print-common-info
    - *update-scripts-repo    
    - sed -i".bak" "s/\(#define EVS_FLOAT\)/\/\/\1/" lib_com/options.h
    - make -j

    # copy over to never change the testvector dir
    - cp -r $EVS_BE_TEST_DIR_BASOP ./evs_be_test
    - cp ./IVAS_cod ./evs_be_test/bin/EVS_cod
    - cp ./IVAS_dec ./evs_be_test/bin/EVS_dec
    - mkdir -p ./evs_be_test/output/decoded ./evs_be_test/output/bitstreams

    - python3 -m pytest tests/test_26444.py -v --html=report.html --self-contained-html --junit-xml=report-junit.xml -n auto || exit_code=$?