diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-23 09:37:01 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-09-23 09:37:01 -0400 |
| commit | ed6b1a537939b37a7a66bfa6b10eb594a4c597e6 (patch) | |
| tree | dbd2f44a3ac45a76839429d4111eeb0f3c70012b /tests/pke-test.cpp | |
| parent | ccf107a65e566b1372907ae95e099f3dfa0a076e (diff) | |
pke: FontType_AddStringRender increment index
Diffstat (limited to 'tests/pke-test.cpp')
| -rw-r--r-- | tests/pke-test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pke-test.cpp b/tests/pke-test.cpp index 4c6f560..5508394 100644 --- a/tests/pke-test.cpp +++ b/tests/pke-test.cpp @@ -4,6 +4,7 @@ #include "./pke-test-asset-manager.h" #include "./pke-test-audio.h" #include "./pke-test-dummy.h" +#include "./pke-test-font.hpp" #include "./pke-test-load-unload.h" #include "./pke-test-serialization.h" #include "./pke-test-static-ui.h" @@ -44,6 +45,7 @@ int main(int argc, char *argv[]) pke_test_serialization_get_group, pke_test_asset_manager_get_group, pke_test_load_unload_get_group, + pke_test_font_get_group, // pke_test_audio_get_group, NULL, }; |
