Skip to content

Commit

Permalink
Test: Update for new CLI option in F3D
Browse files Browse the repository at this point in the history
 - ref -> reference
 - samples -> raytracing-samples
  • Loading branch information
mwestphal committed Dec 23, 2024
1 parent a7548df commit 1fde055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function (f3d_add_test name file)
"${CMAKE_SOURCE_DIR}/testing/data/${file}"
"--resolution=300,300"
"--output=${CMAKE_BINARY_DIR}/Testing/Temporary/${name}.png"
"--ref=${CMAKE_SOURCE_DIR}/testing/baselines/${name}.png"
"--reference=${CMAKE_SOURCE_DIR}/testing/baselines/${name}.png"
${ARGN})
set_tests_properties(f3d-exec-${name}
PROPERTIES
Expand Down Expand Up @@ -116,7 +116,7 @@ endif ()

if (ospray_enabled)
# This baseline is incorrect, caused by https://github.com/f3d-app/f3d/issues/483
f3d_add_test(TestOSPRay dragon.vtu -rd --samples=4)
f3d_add_test(TestOSPRay dragon.vtu -rd --raytracing-samples=4)
endif ()

if (openusd_enabled)
Expand Down

0 comments on commit 1fde055

Please sign in to comment.