summaryrefslogtreecommitdiffhomepage
path: root/test/serializer.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-06 12:05:57 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-06 21:40:39 +0100
commite66261158e090141d853632776f909d00a4743c9 (patch)
tree48dce7103b97470447f971e58b648acea4f00cf0 /test/serializer.cpp
parentea39f5aa7f125ac921b893d0c555bb7988b6f341 (diff)
test: add timing information in verbose mode
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r--test/serializer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp
index 906a911f..b810f974 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -138,14 +138,14 @@ void test_serializer(StringView input, StringView tmp)
} // namespace
-void test_app::test_serializer_1()
+void test_app::test_serializer1()
{
fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt")));
const auto tmp_filename = Path::join(loader.TEMP_PATH, "test/test-serializer1.dat"_s);
test_serializer({}, tmp_filename);
}
-void test_app::test_serializer_2()
+void test_app::test_serializer2()
{
fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt")));
const auto tmp_filename = Path::join(loader.TEMP_PATH, "test/test-serializer2.dat"_s);