X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Fvv%2FvvMainTest.cxx;fp=tests%2Fvv%2FvvMainTest.cxx;h=0efcdef8806996780216b40b442da698fb088c3c;hb=49ae46d2b5aed3962b711b76b93ebb739baa1d30;hp=0000000000000000000000000000000000000000;hpb=046c745470683943ba4f0e6abd72ed27446d0cc2;p=clitk.git diff --git a/tests/vv/vvMainTest.cxx b/tests/vv/vvMainTest.cxx new file mode 100644 index 0000000..0efcdef --- /dev/null +++ b/tests/vv/vvMainTest.cxx @@ -0,0 +1,8 @@ +#include "gtest/gtest.h" +#include +#include +int main(int argc, char** argv){ + QApplication* q=new QApplication ( argc, argv ); + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +}