diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-14 21:18:08 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-01-14 21:19:33 +0000 |
commit | b3ca0c627a1ac8e6355fcf4c4ad3781505914589 (patch) | |
tree | ba2ff04185b6338fc889b615e6509f79f0fea82b /tests/unit_tests/main.cpp | |
parent | Merge pull request #1562 (diff) | |
download | monero-b3ca0c627a1ac8e6355fcf4c4ad3781505914589.tar.xz |
unit_tests: fix portable serialization tests hardcoded data path
Diffstat (limited to 'tests/unit_tests/main.cpp')
-rw-r--r-- | tests/unit_tests/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/main.cpp b/tests/unit_tests/main.cpp index faaf9475a..856e81857 100644 --- a/tests/unit_tests/main.cpp +++ b/tests/unit_tests/main.cpp @@ -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); |