pushing before transfering ownership

added new tests and new helper classes
speed improvements
minor fixes
This commit is contained in:
2016-01-25 17:54:58 +01:00
parent 5aedce47f1
commit b503fb9bdc
6 changed files with 156 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ int main(int argc, char** argv) {
#ifdef WITH_TESTS
::testing::InitGoogleTest(&argc, argv);
//::testing::GTEST_FLAG(filter) = "*Importance*";
::testing::GTEST_FLAG(filter) = "*Walk*";
::testing::GTEST_FLAG(filter) = "*Length*";
return RUN_ALL_TESTS();
#endif