diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-30 14:41:54 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-05-30 14:41:54 -0400 |
| commit | 781410537a1c7ddac340efabeedd4c9309e5cf39 (patch) | |
| tree | 7253babcfc7fd8766095fdf89eca7a9fd3952912 /tests/pke-test.cpp | |
| parent | 6ff0a1f8f7775752db8219dc270a56c4e64b4c7e (diff) | |
pke: asset: BucketContainer>pk_bkt_arr_t & cleanup
Diffstat (limited to 'tests/pke-test.cpp')
| -rw-r--r-- | tests/pke-test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/pke-test.cpp b/tests/pke-test.cpp index 78ad662..2e9eb9d 100644 --- a/tests/pke-test.cpp +++ b/tests/pke-test.cpp @@ -1,9 +1,10 @@ #include "./pke-test-types.h" +#include "./pke-test-asset-manager.h" #include "./pke-test-dummy.h" -#include "./pke-test-static-ui.h" #include "./pke-test-serialization.h" +#include "./pke-test-static-ui.h" #include "pk.h" #include "unistd.h" @@ -38,6 +39,7 @@ int main(int argc, char *argv[]) pke_test_dummy_get_group, pke_test_static_ui_get_group, pke_test_serialization_get_group, + pke_test_asset_manager_get_group, NULL, }; |
