]> Creatis software - clitk.git/blob - tests/tools/vvMainTest.cxx
remove vvTests because of google framework...
[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 }