]> Creatis software - clitk.git/blob - tests/tools/vvMainTest.cxx
Change key for going to coordinate system origin. Now CTRL+g
[clitk.git] / tests / tools / vvMainTest.cxx
1 #include "gtest/gtest.h"
2 int main(int argc, char** argv){
3   ::testing::InitGoogleTest(&argc, argv);
4   return RUN_ALL_TESTS();
5 }