From 781410537a1c7ddac340efabeedd4c9309e5cf39 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 30 May 2025 14:41:54 -0400 Subject: pke: asset: BucketContainer>pk_bkt_arr_t & cleanup --- tests/pke-test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/pke-test.cpp') 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, }; -- cgit v1.2.3