unit_tests: fix portable serialization tests hardcoded data path

This commit is contained in:
moneromooo-monero 2017-01-14 21:18:08 +00:00
parent 2806842200
commit b3ca0c627a
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 5 additions and 4 deletions

View file

@ -34,6 +34,7 @@
int main(int argc, char** argv)
{
epee::string_tools::set_module_name_and_folder(argv[0]);
epee::debug::get_set_enable_assert(true, false);
::testing::InitGoogleTest(&argc, argv);