summaryrefslogtreecommitdiff
path: root/tests/pke-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pke-test.cpp')
-rw-r--r--tests/pke-test.cpp4
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,
};