]> Creatis software - clitk.git/blob - tests/tools/vvMainTest.cxx
Fixed bug #472: unchecking of slicer was disabled by resetting the
[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 }