Skip to content
Snippets Groups Projects
Commit 1f8161df authored by Ben Boeckel's avatar Ben Boeckel
Browse files

paraview.test: add a test to run `help()`

parent e3231d5b
No related branches found
No related tags found
1 merge request!1162superbuild: fix `help()` calls in pvpython
......@@ -126,6 +126,9 @@ if (python3_enabled)
paraview_add_ui_test("finddata" "TestFindData"
"--test-baseline=${CMAKE_CURRENT_LIST_DIR}/baselines/Superbuild-TestFindData.png")
paraview_add_test("pvpython-help" "${pvpython_exe}"
-c "help()")
endif ()
# Simple test to test pvpython/pvbatch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment