diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 08:15:34 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-06 21:40:25 +0100 |
commit | 270ba25a01bfa19f3511bd70f994cfbd6473863d (patch) | |
tree | f5ca04ad752a216036ac0075d36675d27f3632cf /test/main.cpp | |
parent | 75a2000d198251a79b5834756c00b84fd10b7b26 (diff) |
compat/intrusive-ptr: WIP
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 3b77de46..7eb2b6af 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -28,6 +28,7 @@ int test_app::exec() test_entity(); test_math(); test_hash(); + test_intrusive_ptr(); test_loader(); test_bitmask(); test_wall_atlas(); |