fix: algorithm::NONE string representation capitalized, tests linkage fixes

This commit is contained in:
Nikita Karatun 2020-07-08 16:28:19 +03:00
parent 67504faf29
commit 20d997dd2f
9 changed files with 9 additions and 39 deletions

View file

@ -312,8 +312,3 @@ TEST (EncodeTest, HeaderParamTest)
std::cout << dec_obj.header() << std::endl;
}
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}