Commit cfc0a443 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] IVAS_crend_unit_test binary location

parent 20f87457
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -272,6 +272,7 @@ external-renderer-make-pytest:
  stage: test
  script:
    - make -j IVAS_rend
    - make -j unittests
    - python3 -m pytest scripts/tests/test_renderer.py -q --log-level ERROR -n auto

# test external renderer executable with cmake + asan
+5 −3
Original line number Diff line number Diff line
@@ -32,8 +32,10 @@ from pathlib import PurePath
TESTS_DIR = PurePath(__file__).parent
TEST_VECTOR_DIR = TESTS_DIR.joinpath("data")

OUTPUT_PATH_REF = TESTS_DIR.joinpath("ref")
OUTPUT_PATH_CUT = TESTS_DIR.joinpath("cut")
# OUTPUT_PATH_REF = TESTS_DIR.joinpath("ref")
# OUTPUT_PATH_CUT = TESTS_DIR.joinpath("cut")
OUTPUT_PATH_REF = TESTS_DIR.joinpath("/home/amm-er/tmu/external_renderer/ref")
OUTPUT_PATH_CUT = TESTS_DIR.joinpath("/home/amm-er/tmu/external_renderer/cut")

CUSTOM_LAYOUT_DIR = TEST_VECTOR_DIR.parent.parent.joinpath("ls_layouts")
HR_TRAJECTORY_DIR = TEST_VECTOR_DIR.parent.parent.joinpath("trajectories")
@@ -70,7 +72,7 @@ TDRENDERER_CMD = [

""" CREND commandline template """
RENDERER_CREND_CMD = [
    str(TESTS_DIR.parent.parent.joinpath("build/IVAS_crend_unit_test")),
    str(TESTS_DIR.parent.parent.joinpath("IVAS_crend_unit_test")),
    "-test",
    "1",
    "-sr",