diff options
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, }; |
