Skip to content

Commit

Permalink
test: rename NoNoRender -> NoNoConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
t-h2o committed Nov 25, 2024
1 parent 0cf02b2 commit dbbf44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1037,8 +1037,8 @@ endif()
f3d_test(NAME TestRenderingBackendInvalid DATA cow.vtp RENDERING_BACKEND invalid ARGS --verbose REGEXP "rendering-backend value is invalid, falling back to" NO_BASELINE)

# Test that f3d can try to read a system config file
add_test(NAME f3d::TestNoNoRender COMMAND $<TARGET_FILE:f3d> --no-render)
set_tests_properties(f3d::TestNoNoRender PROPERTIES TIMEOUT 4)
add_test(NAME f3d::TestNoNoConfig COMMAND $<TARGET_FILE:f3d> --no-render)
set_tests_properties(f3d::TestNoNoConfig PROPERTIES TIMEOUT 4)

# Test invalid CLI args
add_test(NAME f3d::TestInvalidCLIArgs COMMAND $<TARGET_FILE:f3d> --up)
Expand Down

0 comments on commit dbbf44b

Please sign in to comment.