Skip to content

Commit

Permalink
update: ref -> reference (#1835)
Browse files Browse the repository at this point in the history
* update: ref -> reference

sed -i \
  's/--ref[^e]/--reference/g' \
  $(grep -lr '\--ref[^e]')
  • Loading branch information
t-h2o authored Dec 25, 2024
1 parent cb5c456 commit 3244d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/dev/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When contributing to F3D, it is necessary that new code is covered by a test in
### Application layer

All application tests are initiated via the `CTest` (https://cmake.org/cmake/help/book/mastering-cmake/chapter/Testing%20With%20CMake%20and%20CTest.html) testing framework.
`CTest` runs `f3d` with the `--output` and `--ref` arguments which renders an output image and compares it to a reference image. F3D compares the differences between the 2 images and compute a difference value and compare it to a threshold to check if a test passes or not.
`CTest` runs `f3d` with the `--output` and `--reference arguments which renders an output image and compares it to a reference image. F3D compares the differences between the 2 images and compute a difference value and compare it to a threshold to check if a test passes or not.

All aspects of the application test framework are handled in `application/testing/CMakeLists.txt`.

Expand Down

0 comments on commit 3244d20

Please sign in to comment.