diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:38:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 08:38:58 +0100 |
commit | 4575194adb4615deeca174044a872093c3664ad4 (patch) | |
tree | 5c403a30ff03fed9ceeb2f72a38936767068e68f /test/serializer.cpp | |
parent | 2a05099c367670107f7537d4e4b77e8e3276b878 (diff) |
add more tests (and clean them up a bit too)
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r-- | test/serializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp index b810f974..d4f08d48 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -145,7 +145,7 @@ void test_app::test_serializer1() test_serializer({}, tmp_filename); } -void test_app::test_serializer2() +void test_app::test_load_all() { 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); |