diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 03:10:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-29 03:10:43 +0200 |
commit | 055b027a3cf567fd8cfe19e1aad7a055f2449b86 (patch) | |
tree | bddc754664c0f6987ee2322fe1aabcc9c218910e /test/main.cpp | |
parent | 9c9d02e674231dca8f9b75ea23a0efa0b28f970b (diff) |
a
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index 75e2950f..38127c05 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -28,6 +28,7 @@ int floormat::exec() ret &= test_json(); ret &= test_tile_iter(); ret &= test_const_math(); + ret &= test_serializer(); return !ret; } |