Created first unittest for OpenMesh.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@405 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
9
src/Unittests/unittests.cc
Normal file
9
src/Unittests/unittests.cc
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "unittests_loading.hh"
|
||||
|
||||
int main(int _argc, char** _argv) {
|
||||
|
||||
testing::InitGoogleTest(&_argc, _argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user