Skip to content
Snippets Groups Projects
Commit e58d8029 authored by Brad King's avatar Brad King
Browse files

vtkTestingMacros: Rename add_test_(mpi|python|tcl) with vtk_ prefix

Use shell code:

 git grep -Elz '\<add_test_(mpi|python|tcl)' |
 xargs -0 sed -ri 's/\<add_test_(mpi|python|tcl)/vtk_add_test_\1/g'

Change-Id: I6d076e2483209a83231fb1c96053f0389a3fcdf2
parent 52b51415
No related branches found
No related tags found
No related merge requests found
Showing
with 355 additions and 355 deletions
Loading
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