Skip to content

Commit

Permalink
Update application/testing/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Westphal <[email protected]>
  • Loading branch information
v0id-strike and mwestphal authored Feb 11, 2025
1 parent 3b3bae5 commit e534fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ f3d_test(NAME TestCommandScriptPrintScene DATA dragon.vtu SCRIPT TestCommandScri
f3d_test(NAME TestCommandScriptPrintColoring DATA dragon.vtu SCRIPT TestCommandScriptPrintColoring.txt REGEXP "Not coloring" NO_BASELINE) # print_coloring_info
f3d_test(NAME TestCommandScriptPrintMesh DATA dragon.vtu SCRIPT TestCommandScriptPrintMesh.txt REGEXP "Number of points: 13268" NO_BASELINE) # print_mesh_info
f3d_test(NAME TestCommandScriptPrintOptions DATA dragon.vtu SCRIPT TestCommandScriptPrintOptions.txt REGEXP "interactor.invert_zoom: false" NO_BASELINE) # print_options_info
f3d_test(NAME TestCommandScriptAlias DATA dragon.vtu SCRIPT TestAliasCommand.txt --reference=${F3D_SOURCE_DIR}/testing/baselines/TestAliasCommand.png) # Alias command test
f3d_test(NAME TestCommandScriptAlias DATA dragon.vtu SCRIPT TestCommandScriptAlias.txt --reference=${F3D_SOURCE_DIR}/testing/baselines/TestCommandScriptAlias.png) # alias myrotate "roll_camera 90"
f3d_test(NAME TestParseOptionalBoolExtraArg DATA dragon.vtu SCRIPT TestParseOptionalBoolExtraArg.txt REGEXP "Command: load_previous_file_group takes at most 1 argument, got 2 arguments instead." NO_BASELINE)

# Window position test
Expand Down

0 comments on commit e534fef

Please sign in to comment.