]> Creatis software - clitk.git/blobdiff - tests/tools/vvMainTest.cxx
remove toolsTest using google framework
[clitk.git] / tests / tools / vvMainTest.cxx
diff --git a/tests/tools/vvMainTest.cxx b/tests/tools/vvMainTest.cxx
deleted file mode 100644 (file)
index 9d00e8a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "gtest/gtest.h"
-int main(int argc, char** argv){
-  ::testing::InitGoogleTest(&argc, argv);
-  return RUN_ALL_TESTS();
-}