Skip to content

Commit

Permalink
Fix typo in X3D_CREATE_TEST.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrack authored Nov 21, 2024
1 parent 4dd710c commit b05adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cmake/X3D_CREATE_TEST.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ macro(CreateMPIPythonTest
PyScript
ResuFile)
# Test main param
message(STATUS "Add Velidation Test (MPI run + Python verification) ${case}")
message(STATUS "Add Validation Test (MPI run + Python verification) ${case}")
set(case_dir "${test_dir}/${case}")
file(MAKE_DIRECTORY ${case_dir})
file(COPY ${input_file} DESTINATION ${case_dir})
Expand Down

0 comments on commit b05adc2

Please sign in to comment.