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