From b3ca0c627a1ac8e6355fcf4c4ad3781505914589 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 14 Jan 2017 21:18:08 +0000 Subject: unit_tests: fix portable serialization tests hardcoded data path --- tests/unit_tests/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit_tests/main.cpp') 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); -- cgit v1.2.3